Skip to content

Commit

Permalink
Add OpenCC and AutoCorrect fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Oct 16, 2023
1 parent 3f7fbf5 commit e89bf76
Show file tree
Hide file tree
Showing 16 changed files with 11,122 additions and 21 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
- uses: oven-sh/setup-bun@v1
- name: Build Pages
run: |
cp -r dist/docs ./
cp dist/docs.json ./
cp -r dist/docs/* docs/
cp dist/docs.json docs/
bun install
bun autocorrect --fix docs/
bun translate
bun run build
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.env
dist/
docs/
node_modules/
node_modules/
docs/**/*
!docs/index.md
19 changes: 19 additions & 0 deletions .vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"hash": "e763a5f8",
"browserHash": "e047f2a4",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "61ea2aae",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../node_modules/@vue/devtools-api/lib/esm/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "b737f5b9",
"needsInterop": false
}
},
"chunks": {}
}
3 changes: 3 additions & 0 deletions .vitepress/cache/deps/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
162 changes: 162 additions & 0 deletions .vitepress/cache/deps/vitepress___@vue_devtools-api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .vitepress/cache/deps/vitepress___@vue_devtools-api.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e89bf76

Please sign in to comment.