fix: 多行文本显示错误
This commit is contained in:
parent
f14b791968
commit
6e310c3f51
3 changed files with 15 additions and 10 deletions
16
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: 问题反馈 / Bug Report
|
name: 问题反馈 / Bug Report
|
||||||
description: 发现并反馈问题以帮助改进待办 / Create a report to help us improve To Do
|
description: 发现并反馈问题以帮助改进待办 / Create a report to help us improve To Do
|
||||||
title: "[Bug] "
|
title: "[Bug] "
|
||||||
labels: ["bug"]
|
labels: [ "bug" ]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: checklist
|
id: checklist
|
||||||
|
|
@ -10,16 +10,18 @@ body:
|
||||||
options:
|
options:
|
||||||
- label: 我正在使用待办的最新版本 / I am using the latest version of To Do
|
- label: 我正在使用待办的最新版本 / I am using the latest version of To Do
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version-variant
|
id: version-variant
|
||||||
attributes:
|
attributes:
|
||||||
label: 待办版本类型 / To Do Variant
|
label: 待办版本类型 / To Do Variant
|
||||||
description: 请选择当前待办的版本类型 / Select the version of To Do variant you're currently using
|
description: 请选择当前待办的版本类型 / Select the version of To Do variant you're currently using
|
||||||
options:
|
options:
|
||||||
- 最新 Release(F-Droid)版/ Latest release (F-Droid)
|
- 最新 Release(F-Droid)版 / Latest release (F-Droid)
|
||||||
- 最新 CI 版 / Latest CI
|
- 最新 CI 版 / Latest CI
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: version-code
|
id: version-code
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -28,6 +30,7 @@ body:
|
||||||
placeholder: 例如:2.0.2(561) / e.g. 2.0.2(561)
|
placeholder: 例如:2.0.2(561) / e.g. 2.0.2(561)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: describe-bug
|
id: describe-bug
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -35,17 +38,19 @@ body:
|
||||||
description: 简单明了的描述一下你发现的问题 / A clear and concise description of what the bug is.
|
description: 简单明了的描述一下你发现的问题 / A clear and concise description of what the bug is.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reproduce-steps
|
id: reproduce-steps
|
||||||
attributes:
|
attributes:
|
||||||
label: 复现步骤 / To Reproduce
|
label: 复现步骤 / To Reproduce
|
||||||
description: 重现该问题的步骤 / Steps to reproduce the behavior
|
description: 重现该问题的步骤 / Steps to reproduce the behavior
|
||||||
placeholder: /
|
placeholder: |
|
||||||
1. 前往 ... / Go to '...'
|
1. 前往 ... / Go to '...'
|
||||||
2. 点击... / Click on '....'
|
2. 点击... / Click on '....'
|
||||||
3. 出现错误 / See error
|
3. 出现错误 / See error
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected-behavior
|
id: expected-behavior
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -53,6 +58,7 @@ body:
|
||||||
description: 简单描述一下你任务如果没有这个问题应用应该怎么运作 / A clear and concise description of what you expected to happen.
|
description: 简单描述一下你任务如果没有这个问题应用应该怎么运作 / A clear and concise description of what you expected to happen.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: screenshots
|
id: screenshots
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -60,6 +66,7 @@ body:
|
||||||
description: 如果可以的话,请提供问题的截图 / If applicable, add screenshots to help explain your problem.
|
description: 如果可以的话,请提供问题的截图 / If applicable, add screenshots to help explain your problem.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: crash-log
|
id: crash-log
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -68,6 +75,7 @@ body:
|
||||||
render: shell
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: system
|
id: system
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -76,6 +84,7 @@ body:
|
||||||
placeholder: 例如:HarmonyOS 4.2,MagicOS 9,OneUI 7 / e.g. HarmonyOS 4.2, MagicOS 9, OneUI 7
|
placeholder: 例如:HarmonyOS 4.2,MagicOS 9,OneUI 7 / e.g. HarmonyOS 4.2, MagicOS 9, OneUI 7
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: android-version
|
id: android-version
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -84,6 +93,7 @@ body:
|
||||||
placeholder: 例如:Android 15 / e.g. Android 15
|
placeholder: 例如:Android 15 / e.g. Android 15
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional-context
|
id: additional-context
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
7
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
7
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: 功能请求 / Feature request
|
name: 功能请求 / Feature request
|
||||||
description: 为待办提出一个新功能 / Suggest an idea for this project
|
description: 为待办提出一个新功能 / Suggest an idea for this project
|
||||||
title: "[Feature] "
|
title: "[Feature] "
|
||||||
labels: ["enhancement"]
|
labels: [ "enhancement" ]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem_statement
|
id: problem_statement
|
||||||
|
|
@ -16,7 +16,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: 你想要的解决方案 / Describe the solution you'd like
|
label: 你想要的解决方案 / Describe the solution you'd like
|
||||||
description: 简单说说你想要的功能方案是什么 / A clear and concise description of what you want to happen.
|
description: 简单说说你想要的功能方案是什么 / A clear and concise description of what you want to happen.
|
||||||
placeholder: 描述这里 / Describe the solution here.
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
@ -25,8 +24,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: 你考虑的替代方案 / Describe alternatives you've considered
|
label: 你考虑的替代方案 / Describe alternatives you've considered
|
||||||
description: 因为没有这个功能而考虑的替代方案,比如别的应用的某个功能 / Alternative solutions considered due to the absence of this feature, such as a specific feature from another application.
|
description: 因为没有这个功能而考虑的替代方案,比如别的应用的某个功能 / Alternative solutions considered due to the absence of this feature, such as a specific feature from another application.
|
||||||
placeholder: 描述任何替代方案 / Describe any alternatives here.
|
|
||||||
value:
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
|
@ -35,7 +32,5 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: 附加信息 / Additional context
|
label: 附加信息 / Additional context
|
||||||
description: 任何可以帮助实现你想要的新功能的信息,比如效果图之类的 / Add any other context or screenshots about the feature request here.
|
description: 任何可以帮助实现你想要的新功能的信息,比如效果图之类的 / Add any other context or screenshots about the feature request here.
|
||||||
placeholder: 添加任何补充信息 / Add any additional context here.
|
|
||||||
value:
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
@ -34,7 +34,7 @@ android {
|
||||||
applicationId = "cn.super12138.todo"
|
applicationId = "cn.super12138.todo"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 562
|
versionCode = 564
|
||||||
versionName = "2.0.2"
|
versionName = "2.0.2"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue