@bbki.ng/site 0.0.35 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 0.0.38
4
+
5
+ ## 0.0.37
6
+
7
+ ## 0.0.36
8
+
3
9
  ## 0.0.35
4
10
 
5
11
  ## 0.0.34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "0.0.35",
3
+ "version": "0.0.38",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "url": "git+https://github.com/bbbottle/bbki.ng.git"
17
17
  },
18
18
  "dependencies": {
19
- "@bbki.ng/components": "workspace:2.1.25",
19
+ "@bbki.ng/components": "workspace:2.1.27",
20
20
  "@supabase/supabase-js": "^1.30.6",
21
21
  "classnames": "2.3.1",
22
22
  "react": "^18.0.0",
@@ -14,6 +14,7 @@ import * as 春雨 from "./spring-rain.mdx";
14
14
  import * as 春寒 from "./spring-cooldown.mdx";
15
15
  import * as 入夏 from "./web-burnning.mdx";
16
16
  import * as 六月 from "./black-river.mdx";
17
+ import * as 立秋 from "./liqiu.mdx";
17
18
 
18
19
  export const MdxArticleList = [
19
20
  说明书,
@@ -32,4 +33,5 @@ export const MdxArticleList = [
32
33
  春寒,
33
34
  入夏,
34
35
  六月,
36
+ 立秋,
35
37
  ];
@@ -0,0 +1,8 @@
1
+ ---
2
+ title: 立秋
3
+ tags:
4
+ - 随笔
5
+ ---
6
+
7
+ 这个没有参与感的夏天,就像六月的梦,是黑色的。对了,吃过一次西瓜,大面积黑色里,至少还有一小片红。
8
+
@@ -7,10 +7,6 @@ export const SpinnerDemo = () => {
7
7
  <DemoBox style={{ background: "#dc5530", borderColor: "white" }}>
8
8
  <Spinner
9
9
  disableDotIndicator
10
- offset={0}
11
- length={0.4}
12
- color={[255, 255, 255, 1]}
13
- multiplier={20000}
14
10
  />
15
11
  </DemoBox>
16
12
  );