Commit Graph

18 Commits

Author SHA1 Message Date
Yukino_fox fbf8079cca chore: 新增清理脚本并优化项目配置
1.  新增clean脚本用于清理项目构建产物和缓存
2.  更新.gitignore忽略eslint缓存和src-tauri的target目录
3.  在package.json中添加clean命令
4.  格式化StudentManager组件的回调函数代码
2026-07-05 10:47:39 +08:00
PANDA-JSR a90e8a724b fix: 修复gitignore并恢复tauri生成文件忽略 2026-03-28 15:18:58 +08:00
qwen.ai[bot] 83475ffda7 Update project structure and dependencies
Key features implemented:
- Updated .gitignore to include comprehensive ignore patterns for multiple languages and build artifacts
- Removed auto-score related components and routes from ContentArea, Sidebar, mobile navigation, and preload types
- Deleted AutoScoreManager, Rule builder, and associated service/engine files
- Updated Settings component to remove auto_score_enabled setting handling
- Cleaned up type definitions and navigation configurations to reflect feature removal

The changes streamline the project by removing the auto-scoring feature while maintaining core functionality and improving project organization through updated ignore rules.
2026-03-28 03:58:10 +00:00
PANDA-JSR ec98aba087 feat: 导入名单改为下拉并更新协作提交规则 2026-03-26 16:22:11 +08:00
NanGua_QWQ b31cbdb82a install: @react-awesome-query-builder/antd 2026-03-26 03:17:12 +00:00
PANDA-JSR 5a350bee47 chore: ignore tauri generated files and add Cargo.lock 2026-03-24 17:28:44 +08:00
qwen.ai[bot] 4484af560c Fix desktop touch screen window dragging issue
Key features implemented:
- Add window_start_dragging command to src-tauri/src/commands/window.rs for initiating window drag operations
- Implement touch-based window dragging functionality in src/main.tsx with proper touch event handling and drag region detection
- Add startDraggingWindow API method to src/preload/types.ts to expose the window dragging capability
- Update .gitignore with comprehensive ignore patterns for various development environments and file types

The changes introduce proper support for dragging application windows on desktop devices with touch screens, addressing the core issue while maintaining compatibility with existing mouse-based interactions. The touch event handling includes safeguards to prevent interference with normal UI element interactions.
2026-03-23 04:13:15 +00:00
Fox_block 77acab3562 feat:android build 2026-03-20 21:34:17 +08:00
PANDA-JSR d9617bacc1 fix(tauri): restore window controls and expose renderer api 2026-03-17 21:40:03 +08:00
PANDA-JSR 0d86f38ed7 加gitignore 2026-03-17 20:54:14 +08:00
Fox_block 192b48cab0 先提交上去 2026-03-16 20:49:46 +08:00
Fox_block f30923c5a5 feat:i18n and OOBE 2026-03-07 19:48:05 +08:00
NanGua-QWQ 5984b203c3 Dev:施工中...... 2026-02-11 22:05:19 +08:00
NanGua-QWQ fa75b88f11 New: 加了个Http服务器 现在可以用接口获取分数了 //apidoc稍后补上(100%AI 无人工添加 事实上是主播不会写Service没找了哈哈) 2026-02-05 22:07:12 +08:00
Fox_block 568a50fb99 艹艹bug 2026-01-30 13:21:52 +08:00
Linkon a6f83fdfc3 feat(窗口管理): 添加自定义标题栏和窗口控制功能
实现自定义标题栏组件,包含最小化、最大化/还原和关闭按钮
添加窗口管理相关IPC通信接口
在设置页面增加开发者工具切换按钮
更新.gitignore忽略.trae目录
2026-01-18 20:40:29 +08:00
Fox_block b41139b941 feat: 添加结算功能并优化界面
- 新增结算历史页面,支持查看历史结算记录和排行榜
- 实现结算功能,可将当前积分记录归档并清零学生分数
- 优化学生搜索功能,支持拼音匹配
- 更新应用图标和品牌标识
- 改进主题系统,支持自定义侧边栏文本颜色
- 重构积分管理表单,优化用户体验
- 修复若干已知问题并改进代码结构
2026-01-16 18:57:06 +08:00
Fox_block ae08ec45b0 feat: 初始化SecScore项目基础结构
- 添加Electron + React + TypeScript基础框架
- 实现学生管理、积分流水、理由管理功能
- 添加主题切换和暗黑模式支持
- 配置数据库和WebSocket同步功能
- 完善项目文档和构建配置
2026-01-13 20:19:57 +08:00