From b3574336835bdfb3a8d053e013a4c378c980c373 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:41:13 +0800 Subject: [PATCH] Release 1.0.6 --- app/build.gradle.kts | 2 +- app/src/main/res/values-zh-rCN/strings.xml | 6 +++--- app/src/main/res/values/strings.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fa6a0b1..0ebf19b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -7,7 +7,7 @@ ksp { arg("room.schemaLocation", "$projectDir/schemas") } -val baseVersionName = "1.0.5" +val baseVersionName = "1.0.6" val commitHash by lazy { "git rev-parse --short HEAD".exec() } val verCode by lazy { "git rev-list --count HEAD".exec().toInt() } diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index f91fe8c..f69ae00 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -83,11 +83,11 @@ 立即进入 再次进入欢迎页面 定睛看 - 这是待办进度条,它会提示你任务完成进度。\n当你添加待办或把待办标记成已完成时,它都会更新。\n左边的数字是你完成的任务数,右边的数字是全部的任务数;它也会在它们下面显示一行小字来提示你剩余任务数。 + 这是待办进度条,它会提示你任务完成进度\n当你添加待办或把待办标记成已完成时,它都会更新\n左边的数字是你完成的任务数,右边的数字是全部任务数\n在它们下面显示了一行小字来提示你剩余任务数 掌控尽在指尖 - 这是添加待办的按钮,点击它你就可以添加一个新的待办事项了。\n长按它你就可以删除你目前所有的待办(这不能恢复,谨慎点击哦)。 + 这是添加待办按钮,点击它就可以添加一个新的待办事项\n长按它你就可以删除目前所有的待办(这不能恢复,谨慎点击哦) 长按一下,功能多多 这是待办内容 这是待办学科 - 这是待办列表的项目。\n点击右边的 √ 就可以把这个待办标记为已完成。\n如果你需要修改这个待办,只需长按即可修改。 + 这是待办列表的项目\n点击右边的 √ 就可以把这个待办标记为已完成\n长按需要修改的待办项目即可修改其信息 \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 57a4539..c897acc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -83,11 +83,11 @@ Enter at once Reenter welcome page Take a look! - This is the to-do progress bar that tracks your task completion.\n It updates when you add or mark tasks as done.\n The number on the left shows your completed tasks, while the number on the right indicates the total tasks. Below these numbers, a small line of text will show how many tasks are remaining. + This is the to-do progress bar that tracks your task completion.\n It updates when you add or mark tasks as done.\n The number on the left shows your completed tasks, while the number on the right indicates the total tasks.\n Below these numbers, a small line of text will show how many tasks are remaining. Control is at your fingertips! - This is the button to add new to-dos. Click it to create a new task. Long press to delete all your current to-dos (this action cannot be undone, so be cautious). + This is the button to add new to-dos.\n Click it to create a new task.\n Long press to delete all your current to-dos (this action cannot be undone, so be cautious). Long press for more options! This is the task content This is the task subject - "This is an item in your to-do list. Click the checkmark on the right to mark it as completed. If you need to edit this to-do, just long press to make changes. " + "This is an item in your to-do list.\n Click the checkmark on the right to mark it as completed.\n If you need to edit this to-do, just long press to make changes. " \ No newline at end of file