@bbki.ng/site 0.0.37 → 0.0.40
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
package/package.json
CHANGED
package/src/articles/index.ts
CHANGED
|
@@ -14,6 +14,8 @@ 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";
|
|
18
|
+
import * as 春风模拟 from "./pseudo-spring.mdx";
|
|
17
19
|
|
|
18
20
|
export const MdxArticleList = [
|
|
19
21
|
说明书,
|
|
@@ -32,4 +34,6 @@ export const MdxArticleList = [
|
|
|
32
34
|
春寒,
|
|
33
35
|
入夏,
|
|
34
36
|
六月,
|
|
37
|
+
立秋,
|
|
38
|
+
春风模拟
|
|
35
39
|
];
|