mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 21:14:21 +08:00
a6f83fdfc3
实现自定义标题栏组件,包含最小化、最大化/还原和关闭按钮 添加窗口管理相关IPC通信接口 在设置页面增加开发者工具切换按钮 更新.gitignore忽略.trae目录
18 lines
190 B
Plaintext
18 lines
190 B
Plaintext
node_modules
|
|
dist
|
|
out
|
|
.DS_Store
|
|
.eslintcache
|
|
*.log*
|
|
logs
|
|
|
|
build
|
|
db.sqlite
|
|
*.local
|
|
.env.local
|
|
.env.*.local
|
|
.vscode
|
|
!.vscode/extensions.json
|
|
!.vscode/launch.json
|
|
!.vscode/settings.json
|
|
/.trae/ |