4 Commits

Author SHA1 Message Date
CiE-XinYuChen
05a5b09936 feat: 添加Android v4.0版本支持多题库选择
- 新增exammaster-v4.0版本,内置共同体概论题库
- 主页添加2024级题库选择提示,支持多版本下载
- 更新Android项目版本号至4.0
- 备份原始题库文件便于版本管理
- 用户可根据课程需求选择毛概版(v3.0)或共同体概论版(v4.0)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-26 12:54:24 +00:00
CiE-XinYuChen
08e62f7459 feat: 重写手机端浏览题目UI,实现现代化设计
网页端改进:
- 新增手机端专用的渐变顶部栏设计
- 实现实时搜索功能,支持题目内容和题号搜索
- 添加题目类型筛选chips,支持动态过滤
- 重新设计题目卡片,使用圆角现代化风格
- 优化难度显示,使用颜色区分
- 改进选项展示,使用卡片化布局
- 保持桌面端原有设计不变

Android端改进:
- 重写BrowseScreen.kt,采用Material 3设计
- 添加渐变背景顶部栏和搜索功能
- 实现题目类型筛选chips
- 现代化卡片设计,圆角阴影效果
- 优化交互体验和视觉效果
- 修复API废弃警告

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-26 12:11:42 +00:00
CiE-XinYuChen
910831d173 feat: Sync web and Android browsing position, add Android download section
- Sync browsing functionality between web and Android platforms
- Track last browsed question position in web client
- Update sequential answering to start from last browsed position
- Add prominent Android app download section on homepage
- Enhance UI with animated Android icon and feature highlights

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-26 11:29:04 +00:00
CiE-XinYuChen
2deb08b5b7 feat: Add complete Android application with Jetpack Compose
- Implemented full Android version of Exam-Master application
- Built with Jetpack Compose and Material Design 3
- Features: browse questions, sequential answering, favorites, search, statistics, about page
- Room database for local storage and offline functionality
- Complete navigation system with bottom navigation bar
- Responsive UI design for different screen sizes
- Successfully tested and built APK files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-26 10:35:32 +00:00