chore: 调整依赖 & 中文文档更新
This commit is contained in:
parent
0af245084a
commit
1fabcaab9c
5 changed files with 37 additions and 24 deletions
35
README.md
35
README.md
|
|
@ -1,6 +1,8 @@
|
||||||

|

|
||||||
|
|
||||||
# 待办
|
# 待办
|
||||||
一个简单的、遵循 Material Design 3 的待办应用,使用 Jetpack Compose 编写
|
|
||||||
|
一个简单的、遵循 Material 3 Expressive 的待办应用,使用 Jetpack Compose 编写
|
||||||
|
|
||||||
**简体中文** | [English](https://github.com/Super12138/ToDo/blob/main/README_EN.md)
|
**简体中文** | [English](https://github.com/Super12138/ToDo/blob/main/README_EN.md)
|
||||||
|
|
||||||
|
|
@ -9,16 +11,25 @@
|
||||||

|

|
||||||
|
|
||||||
# 📦 版本支持
|
# 📦 版本支持
|
||||||
|
|
||||||
支持 `Android 7.0 (Nougat)` 至 `Android 16.0 (Baklava)`
|
支持 `Android 7.0 (Nougat)` 至 `Android 16.0 (Baklava)`
|
||||||
|
|
||||||
# ✨ 功能
|
# ✨ 功能
|
||||||
- Jetpack Compose
|
|
||||||
- 基于 Material Design 3 设计的可自定义主题系统
|
- [x] Jetpack Compose
|
||||||
- 自定义分类
|
|
||||||
- 任务优先级
|
- [x] 最新的 Material 3 Expressive 设计
|
||||||
- ……
|
|
||||||
|
- [x] 任务分类
|
||||||
|
|
||||||
|
- [x] 任务优先级
|
||||||
|
|
||||||
|
- [x] 数据备份
|
||||||
|
|
||||||
|
- [ ] 时间划分功能(正在施工中)
|
||||||
|
|
||||||
# ⬇️ 下载
|
# ⬇️ 下载
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> 下方两个渠道是官方认定的安全渠道,请从这两个渠道下载待办以保证个人隐私不被侵犯。
|
> 下方两个渠道是官方认定的安全渠道,请从这两个渠道下载待办以保证个人隐私不被侵犯。
|
||||||
>
|
>
|
||||||
|
|
@ -31,11 +42,13 @@
|
||||||
[<img src="./art/get-it-on-fdroid-zh-cn.png" height="100" />](https://f-droid.org/packages/cn.super12138.todo)
|
[<img src="./art/get-it-on-fdroid-zh-cn.png" height="100" />](https://f-droid.org/packages/cn.super12138.todo)
|
||||||
|
|
||||||
# 📸 截图
|
# 📸 截图
|
||||||
|  |  |
|
|
||||||
| --- | --- |
|
|  |  |
|
||||||
| 主界面(浅色) | 主界面(深色) |
|
| -------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||||
|  |  |
|
| 主界面(浅色) | 主界面(深色) |
|
||||||
| 添加待办 | 正在完成待办的效果 |
|
|  |  |
|
||||||
|
| 添加待办 | 正在完成待办的效果 |
|
||||||
|
|
||||||
# 📃 许可证
|
# 📃 许可证
|
||||||
|
|
||||||
[GPL-3.0-only](https://github.com/Super12138/ToDo/blob/main/LICENSE)
|
[GPL-3.0-only](https://github.com/Super12138/ToDo/blob/main/LICENSE)
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ android {
|
||||||
applicationId = "cn.super12138.todo"
|
applicationId = "cn.super12138.todo"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 955
|
versionCode = 969
|
||||||
versionName = "2.3.3"
|
versionName = "2.3.3"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
@ -116,7 +116,7 @@ dependencies {
|
||||||
// M3 Color
|
// M3 Color
|
||||||
implementation(libs.kyant0.m3color)
|
implementation(libs.kyant0.m3color)
|
||||||
// Capsule
|
// Capsule
|
||||||
implementation(libs.kyant0.capsule)
|
// implementation(libs.kyant0.capsule)
|
||||||
// Konfetti
|
// Konfetti
|
||||||
implementation(libs.nl.dionsegijn.konfetti.compose)
|
implementation(libs.nl.dionsegijn.konfetti.compose)
|
||||||
// Kotlin
|
// Kotlin
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ aboutLibsReleasePlugin = "14.0.0-b02"
|
||||||
# M3 Color
|
# M3 Color
|
||||||
m3color = "2025.4"
|
m3color = "2025.4"
|
||||||
# Capsule
|
# Capsule
|
||||||
capsule = "2.1.1"
|
# capsule = "2.1.1"
|
||||||
# Konfetti
|
# Konfetti
|
||||||
konfetti = "2.0.5"
|
konfetti = "2.0.5"
|
||||||
# Lazy Column Scrollbar
|
# Lazy Column Scrollbar
|
||||||
|
|
@ -73,7 +73,7 @@ aboutlibraries-compose = { group = "com.mikepenz", name = "aboutlibraries-compos
|
||||||
# M3 Color
|
# M3 Color
|
||||||
kyant0-m3color = { group = "com.github.Kyant0", name = "m3color", version.ref = "m3color" }
|
kyant0-m3color = { group = "com.github.Kyant0", name = "m3color", version.ref = "m3color" }
|
||||||
# Capsule
|
# Capsule
|
||||||
kyant0-capsule = { group = "io.github.kyant0", name = "capsule", version.ref = "capsule" }
|
# kyant0-capsule = { group = "io.github.kyant0", name = "capsule", version.ref = "capsule" }
|
||||||
|
|
||||||
# Konfetti
|
# Konfetti
|
||||||
nl-dionsegijn-konfetti-compose = { group = "nl.dionsegijn", name = "konfetti-compose", version.ref = "konfetti" }
|
nl-dionsegijn-konfetti-compose = { group = "nl.dionsegijn", name = "konfetti-compose", version.ref = "konfetti" }
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
"build": "tsc updateVersionCode.ts",
|
"build": "tsc updateVersionCode.ts",
|
||||||
"replace": "tsc updateVersionCode.ts && node updateVersionCode.js"
|
"replace": "tsc updateVersionCode.ts && node updateVersionCode.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^24.6.2",
|
"@types/node": "^25.2.1",
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,18 +7,18 @@ settings:
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
.:
|
.:
|
||||||
devDependencies:
|
dependencies:
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^24.6.2
|
specifier: ^25.2.1
|
||||||
version: 24.10.11
|
version: 25.2.1
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.9.3
|
specifier: ^5.9.3
|
||||||
version: 5.9.3
|
version: 5.9.3
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
'@types/node@24.10.11':
|
'@types/node@25.2.1':
|
||||||
resolution: {integrity: sha512-/Af7O8r1frCVgOz0I62jWUtMohJ0/ZQU/ZoketltOJPZpnb17yoNc9BSoVuV9qlaIXJiPNOpsfq4ByFajSArNQ==}
|
resolution: {integrity: sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==}
|
||||||
|
|
||||||
typescript@5.9.3:
|
typescript@5.9.3:
|
||||||
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
||||||
|
|
@ -30,7 +30,7 @@ packages:
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
|
|
||||||
'@types/node@24.10.11':
|
'@types/node@25.2.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 7.16.0
|
undici-types: 7.16.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue