代码优化

This commit is contained in:
binaryify 2023-02-22 09:37:36 +08:00
parent 23cceebdbd
commit de4f06196e
2 changed files with 3723 additions and 3 deletions

View File

@ -8,9 +8,9 @@
"lint": "eslint \"**/*.{js,ts}\"", "lint": "eslint \"**/*.{js,ts}\"",
"lint-fix": "eslint --fix \"**/*.{js,ts}\"", "lint-fix": "eslint --fix \"**/*.{js,ts}\"",
"prepare": "husky install", "prepare": "husky install",
"pkgwin": "node_modules/.bin/pkg . -t node14-win-x64 -C GZip -o bin/app --no-bytecode", "pkgwin": "pkg . -t node14-win-x64 -C GZip -o bin/app --no-bytecode",
"pkglinux": "node_modules/.bin/pkg . -t node14-linux-x64 -C GZip -o bin/app --no-bytecode", "pkglinux": "pkg . -t node14-linux-x64 -C GZip -o bin/app --no-bytecode",
"pkgmacos": "node_modules/.bin/pkg . -t node14-macos-x64 -C GZip -o bin/sapp --no-bytecode" "pkgmacos": "pkg . -t node14-macos-x64 -C GZip -o bin/app --no-bytecode"
}, },
"bin": "./app.js", "bin": "./app.js",
"pkg": { "pkg": {

3720
yarn.lock Normal file

File diff suppressed because it is too large Load Diff