feat: 添加 lint:fix 脚本并优化代码格式

refactor(components): 调整窗口控制图标大小和样式
style: 统一代码格式和缩进
fix(App): 修复路径比较逻辑的空格问题
This commit is contained in:
Linkon
2026-01-20 01:19:12 +08:00
parent 0fa80e419f
commit 6b41ae079a
7 changed files with 38 additions and 18 deletions
+1
View File
@@ -8,6 +8,7 @@
"scripts": {
"format": "prettier --write .",
"lint": "eslint --cache .",
"lint:fix": "eslint --cache . --fix",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "pnpm -s typecheck:node && pnpm -s typecheck:web",