Initial commit: Android题库APP - Jetpack Compose + Retrofit
Some checks failed
Build and Release APK / build (push) Has been cancelled
Build and Release APK / release (push) Has been cancelled

This commit is contained in:
爱喝水的木子
2026-04-01 18:32:18 +08:00
commit 98fc3ff879
43 changed files with 3116 additions and 0 deletions

39
README.md Normal file
View File

@@ -0,0 +1,39 @@
# 题库APP
基于Jetpack Compose开发的Android题库应用后端API地址https://tiku.lideshan.cn/
## 功能特性
- 用户登录认证
- 题库浏览(支持分类筛选、搜索)
- 题目详情查看
- 收藏功能
- 文章浏览
- 学习统计
## 技术栈
- Kotlin
- Jetpack Compose
- Retrofit2
- ViewModel + Flow
- Material3
## 构建
```bash
./gradlew assembleDebug
```
## 发布
推送tag即可自动触发构建发布
```bash
git tag v1.0.0
git push origin v1.0.0
```
## 下载
从Releases页面下载最新APK安装使用。