🔨 chore: update config (#10857)

chore update config
This commit is contained in:
Arvin Xu
2025-12-19 23:13:22 +08:00
committed by GitHub
parent 3c4ef8a837
commit 5cc9141b52
6 changed files with 19 additions and 5 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ module.exports = defineConfig({
jsonMode: true,
},
markdown: {
reference: '你需要保持 mdx 的组件格式,输出文本不需要在最外层包裹任何代码块语法',
reference:
'你需要保持 mdx 的组件格式,输出文本不需要在最外层包裹任何代码块语法。以下是一些词汇的固定翻译:\n' +
JSON.stringify(require('./glossary.json'), null, 2),
entry: ['./README.zh-CN.md', './contributing/**/*.zh-CN.md', './docs/**/*.zh-CN.mdx'],
entryLocale: 'zh-CN',
outputLocales: ['en-US'],