Commit Graph

12 Commits

Author SHA1 Message Date
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