docs: 将仓库代码注释统一为中文

This commit is contained in:
2026-09-10 00:40:56 +08:00
parent ee9dd926e5
commit 68dc78a45e
249 changed files with 707 additions and 900 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default defineConfig({
},
rollupOptions: {
output: {
// Keep lazy languages/diagrams independent; do not collect every vendor into one bundle.
// 保持惰性语言/图表独立;不要将每个供应商收集到一个捆绑包中。
onlyExplicitManualChunks: true,
manualChunks(id) {
const module = id.replace(/\\/g, '/')