Files
tiku_andriod/README.md
爱喝水的木子 98fc3ff879
Some checks failed
Build and Release APK / build (push) Has been cancelled
Build and Release APK / release (push) Has been cancelled
Initial commit: Android题库APP - Jetpack Compose + Retrofit
2026-04-01 18:32:18 +08:00

40 lines
561 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 题库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安装使用。