Skip to content

Commit 871f88b

Browse files
committed
fix: github url & add issue feedback link
1 parent 92ef8fb commit 871f88b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

entry/src/main/ets/pages/SettingPage.ets

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ export struct SettingPage {
6666
//订阅权限变更
6767
this.appCtx.eventHub.on('DATASYNCPermissionsUpdate', this.updateDATASYNCPermissions);
6868
this.str_about_app =
69-
"Github: SoildFaker/ohtotptoken\n" +
69+
"Github: SolidFaker/ohtotptoken\n" +
7070
"E-mail: enbinli@outlook.com\n" +
71-
"Contributors: @Soildfaker, @eveloki, @lsxuan12138\n" +
71+
"Contributors: @Solidfaker, @eveloki, @lsxuan12138\n" +
7272
"Bundle Name: " + bundleInfo?.name + "\n" +
7373
"Version: " + bundleInfo?.versionName;
7474
this.str_opensource_leg =
@@ -486,6 +486,9 @@ export struct SettingPage {
486486

487487
ListItem() {
488488
Row(){
489+
Hyperlink('https://github.com/SolidFaker/ohtotptoken/issues', $r('app.string.app_issue_feedback'))
490+
.height(10)
491+
.padding({ left: 10 })
489492
Hyperlink('https://beian.miit.gov.cn/', '粤ICP备2020075515号-2A')
490493
.height(10)
491494
.padding({ left: 10 })

entry/src/main/resources/base/element/string.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@
255255
{
256256
"name": "app_filing_information",
257257
"value": "Filing Information"
258+
},
259+
{
260+
"name": "app_issue_feedback",
261+
"value": "Issue Feedback"
258262
}
259263
]
260264
}

entry/src/main/resources/rawfile/user-agreement-zh-cn.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>一、概述</h2>
4848
<p>OPT令牌是由深圳市智慧城市科技有限公司(以下简称“我们”)为您提供的一种基于TOTP(时间基于一次性密码协议)等密钥协议的APP应用,用于提供密钥二次验证等功能。</p>
4949

5050
<h2>二、开源声明</h2>
51-
<p>本软件是一个开源项目,旨在支持公益事业。您可以免费使用、分发本软件。本项目的源代码托管在以下地址:<a href="https://github.com/SoildFaker/ohtotptoken">SoildFaker/ohtotptoken</a>,并遵循MIT许可协议。</p>
51+
<p>本软件是一个开源项目,旨在支持公益事业。您可以免费使用、分发本软件。本项目的源代码托管在以下地址:<a href="https://github.com/SolidFaker/ohtotptoken">SolidFaker/ohtotptoken</a>,并遵循MIT许可协议。</p>
5252
<p>我们欢迎您来审查我们的代码并在源代码托管地址提交您的意见和诉求,并且欢迎您提交代码修复BUG或新增功能。</p>
5353
<h2>三、MIT许可协议</h2>
5454
<pre>

entry/src/main/resources/zh_CN/element/string.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@
255255
{
256256
"name": "app_filing_information",
257257
"value": "备案信息"
258+
},
259+
{
260+
"name": "app_issue_feedback",
261+
"value": "问题反馈"
258262
}
259263
]
260264
}

0 commit comments

Comments
 (0)