Skip to content

Commit

Permalink
📝 docs: update with docs by zh-CN suffix (#123)
Browse files Browse the repository at this point in the history
* 📝 docs: update with docs by zh-CN suffix

* 📝 docs: update with docs by zh-CN suffix

* 📝 docs: update with docs by zh-CN suffix

* 📌 ci: pin to vite@4 to fix ci temperately

* 📝 docs: update with docs by zh-CN suffix
  • Loading branch information
arvinxx authored Nov 23, 2023
1 parent 921ab84 commit 2c3f113
Show file tree
Hide file tree
Showing 44 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export default defineConfig({
html, body { background: #0E1116; }
}`,
],
locales: [
{ name: 'English', id: 'en-US' },
{ name: '简体中文', id: 'zh-CN' },
],
extraBabelPlugins: [
// 添加 antd-style babel 插件
require.resolve('babel-plugin-antd-style'),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"three": "^0.148",
"ts-node": "^10",
"typescript": "^5",
"vite": "^4",
"vitest": "latest",
"zustand": "^4"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["src", ".dumi/**/*", ".dumirc.ts", "*.ts"],
"include": ["src", ".dumirc.ts", "*.ts"],
"compilerOptions": {
"strict": true,
"declaration": true,
Expand Down

0 comments on commit 2c3f113

Please sign in to comment.