🐛 完善文档的使用

This commit is contained in:
Tw93
2022-11-27 21:16:43 +08:00
parent ee90d2638b
commit 6320921709
2 changed files with 3 additions and 7 deletions

View File

@@ -26,6 +26,8 @@
"build": "npm run tauri build -- --target universal-apple-darwin",
"build:windows": "npm run tauri build -- --target x86_64-pc-windows-msvc",
"build:linux": "npm run tauri build --release",
"build:all-unix":"chmod +x ./script/build.sh && ./script/build.sh",
"build:all-windows": ".\\script\\build.bat",
"tauri": "tauri",
"cli": "rollup -c rollup.config.js --watch",
"cli:build": "cross-env NODE_ENV=production rollup -c rollup.config.js",