VerveDo/README.md
2025-02-17 21:05:47 +08:00

36 lines
1.6 KiB
Markdown

![应用界面一览](https://s2.loli.net/2025/02/17/l7soMcfm6HJRg8t.png)
# 待办
一个简单的、遵循 Material Design 3 的待办应用,使用 Jetpack Compose 编写
**简体中文** | [English](https://github.com/Super12138/ToDo/blob/main/README_EN.md)
[![Android CI](https://github.com/Super12138/ToDo/actions/workflows/android_ci.yml/badge.svg)](https://github.com/Super12138/ToDo/actions/workflows/android_ci.yml)
![GitHub Release 最新版本](https://img.shields.io/github/v/release/Super12138/ToDo?style=flat-square)
![GitHub Release 总下载数](https://img.shields.io/github/downloads/Super12138/ToDo/total?style=flat-square)
# 📦 版本支持
支持 `Android 7.0 (Nougat)``Android 15.0 (VanillaIceCream)`
# ✨ 功能
- Jetpack Compose
- 基于 Material Design 3 设计的可自定义主题系统
- 多学科支持
- 任务优先级
- ……
# ⬇️ 下载
[前往 GitHub Release](https://github.com/Super12138/ToDo/releases/)
或者从 F-Droid 上下载
[<img src="./art/get-it-on-fdroid-zh-cn.png" height="100" />](https://f-droid.org/packages/cn.super12138.todo)
# 📸 截图
| ![主界面(浅色)](https://s2.loli.net/2025/02/17/mDz9jFIHW23YPUK.png) | ![主界面(深色)](https://s2.loli.net/2025/02/17/7ZLoHRifKka93c1.png) |
| --- | --- |
| 主界面(浅色) | 主界面(深色) |
| ![添加待办](https://s2.loli.net/2025/02/17/EwKG36LPftNDyTa.png) | ![正在完成待办的效果](https://s2.loli.net/2025/02/17/UFna9tvRkAphrIS.png) |
| 添加待办 | 正在完成待办的效果 |
# 📃 许可证
[GPL-3.0-only](https://github.com/Super12138/ToDo/blob/main/LICENSE)