编辑器资源本地化

This commit is contained in:
xintaofei
2026-03-15 16:08:44 +08:00
parent f3f6f9e2c8
commit 838185fe35
7 changed files with 18 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build",
"lint": "eslint",
"tauri": "tauri"
"tauri": "tauri",
"postinstall": "cp -r node_modules/monaco-editor/min/vs public/vs"
},
"dependencies": {
"@base-ui/react": "^1.1.0",