@bbki.ng/site 1.0.9 → 1.0.10

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,7 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 1.0.10
4
+
3
5
  ## 1.0.9
4
6
 
5
7
  ## 1.0.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -0,0 +1,11 @@
1
+ ---
2
+ title: 衣服
3
+ tags:
4
+ - 随笔
5
+ ---
6
+
7
+ 衣服干了,没叠
8
+
9
+ 白天我把它堆在床上
10
+
11
+ 晚上把它挪到沙发上
@@ -24,9 +24,10 @@ import * as 堂兄 from "./cousin.mdx";
24
24
  import * as 红色的枪 from "./red-gun.mdx";
25
25
  import * as 圆粉 from "./rice-noodle.mdx";
26
26
  import * as 树叶 from "./leaves.mdx";
27
- import * as 惊醒 from "./woke-up.mdx"
27
+ import * as 惊醒 from "./woke-up.mdx";
28
28
  import * as 口蘑 from "./marshroom.mdx";
29
29
  import * as 站一下 from "./moment.mdx";
30
+ import * as 干衣服 from "./cloth.mdx";
30
31
 
31
32
  export const MdxArticleList = [
32
33
  说明书,
@@ -58,4 +59,5 @@ export const MdxArticleList = [
58
59
  惊醒,
59
60
  口蘑,
60
61
  站一下,
62
+ 干衣服,
61
63
  ];