Skip to content

Commit caa3edf

Browse files
committed
update
1 parent bdc188b commit caa3edf

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# 形式中文指南
1+
# 形式中文指南

d2github.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

d2net.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn run build2net

docs/grammar/transformation.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sidebar_position: 2
99
### 常见名词词缀
1010

1111
-ize:表示“使...化、使...成为”,如realize(实现)、organize(组织)、specialize(专门从事)等。
12+
> 形式中文在FC中表达可为```形式ized 中文```
1213
1314
-tion:表示“行动、过程、状态”,如action(行动)、education(教育)、communication(交流)等。
1415

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"scripts": {
66
"docusaurus": "docusaurus",
77
"start": "docusaurus start",
8-
"build": "docusaurus build",
8+
"build2github": "docusaurus build --out-dir ../build/github",
9+
"build2net": "docusaurus build --out-dir ../build/net",
910
"swizzle": "docusaurus swizzle",
1011
"deploy": "docusaurus deploy",
1112
"clear": "docusaurus clear",

0 commit comments

Comments
 (0)