mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
feat: 初始化SecScore项目基础结构
- 添加Electron + React + TypeScript基础框架 - 实现学生管理、积分流水、理由管理功能 - 添加主题切换和暗黑模式支持 - 配置数据库和WebSocket同步功能 - 完善项目文档和构建配置
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
node_modules
|
||||
dist
|
||||
out
|
||||
.DS_Store
|
||||
.eslintcache
|
||||
*.log*
|
||||
|
||||
build
|
||||
db.sqlite
|
||||
*.local
|
||||
.env.local
|
||||
.env.*.local
|
||||
.vscode
|
||||
!.vscode/extensions.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/settings.json
|
||||
Reference in New Issue
Block a user