File tree 5 files changed +18
-2
lines changed
5 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
- # 形式中文指南
1
+ # 形式中文指南
Original file line number Diff line number Diff line change
1
+ yarn run build2github
2
+ distPath=" /e/code/BLT/formalizedChinese/build/github/*"
3
+
4
+ destPath=" /e/code/BLT/formalizedChinese/build/formalizedChinese"
5
+
6
+ echo " 复制编译文件夹"
7
+ cp -r $distPath $destPath
8
+
9
+ echo " 推送github"
10
+
11
+ git add .
12
+ git commit -m ' update'
13
+ git push origin build:build
Original file line number Diff line number Diff line change
1
+ yarn run build2net
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ sidebar_position: 2
9
9
### 常见名词词缀
10
10
11
11
-ize:表示“使...化、使...成为”,如realize(实现)、organize(组织)、specialize(专门从事)等。
12
+ > 形式中文在FC中表达可为``` 形式ized 中文 ```
12
13
13
14
-tion:表示“行动、过程、状态”,如action(行动)、education(教育)、communication(交流)等。
14
15
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
7
7
"start" : " docusaurus start" ,
8
- "build" : " docusaurus build" ,
8
+ "build2github" : " docusaurus build --out-dir ../build/github" ,
9
+ "build2net" : " docusaurus build --out-dir ../build/net" ,
9
10
"swizzle" : " docusaurus swizzle" ,
10
11
"deploy" : " docusaurus deploy" ,
11
12
"clear" : " docusaurus clear" ,
You can’t perform that action at this time.
0 commit comments