File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ export struct SettingPage {
66
66
//订阅权限变更
67
67
this.appCtx.eventHub.on('DATASYNCPermissionsUpdate', this.updateDATASYNCPermissions);
68
68
this.str_about_app =
69
- "Github: SoildFaker /ohtotptoken\n" +
69
+ "Github: SolidFaker /ohtotptoken\n" +
70
70
"E-mail: enbinli@outlook.com\n" +
71
- "Contributors: @Soildfaker , @eveloki, @lsxuan12138\n" +
71
+ "Contributors: @Solidfaker , @eveloki, @lsxuan12138\n" +
72
72
"Bundle Name: " + bundleInfo?.name + "\n" +
73
73
"Version: " + bundleInfo?.versionName;
74
74
this.str_opensource_leg =
@@ -486,6 +486,9 @@ export struct SettingPage {
486
486
487
487
ListItem() {
488
488
Row(){
489
+ Hyperlink('https://github.com/SolidFaker/ohtotptoken/issues', $r('app.string.app_issue_feedback'))
490
+ .height(10)
491
+ .padding({ left: 10 })
489
492
Hyperlink('https://beian.miit.gov.cn/', '粤ICP备2020075515号-2A')
490
493
.height(10)
491
494
.padding({ left: 10 })
Original file line number Diff line number Diff line change 255
255
{
256
256
"name" : " app_filing_information" ,
257
257
"value" : " Filing Information"
258
+ },
259
+ {
260
+ "name" : " app_issue_feedback" ,
261
+ "value" : " Issue Feedback"
258
262
}
259
263
]
260
264
}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2>一、概述</h2>
48
48
< p > OPT令牌是由深圳市智慧城市科技有限公司(以下简称“我们”)为您提供的一种基于TOTP(时间基于一次性密码协议)等密钥协议的APP应用,用于提供密钥二次验证等功能。</ p >
49
49
50
50
< 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 >
52
52
< p > 我们欢迎您来审查我们的代码并在源代码托管地址提交您的意见和诉求,并且欢迎您提交代码修复BUG或新增功能。</ p >
53
53
< h2 > 三、MIT许可协议</ h2 >
54
54
< pre >
Original file line number Diff line number Diff line change 255
255
{
256
256
"name" : " app_filing_information" ,
257
257
"value" : " 备案信息"
258
+ },
259
+ {
260
+ "name" : " app_issue_feedback" ,
261
+ "value" : " 问题反馈"
258
262
}
259
263
]
260
264
}
You can’t perform that action at this time.
0 commit comments