feat: add doc link to third app setting

This commit is contained in:
Tristan Yang
2023-02-21 20:52:54 +08:00
parent 44ef3d7b25
commit 58ff722503
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -166,7 +166,8 @@
"key": "API Secure Key",
"update": "Update Secret",
"update_tip": "Are you sure to update API secret? Previous secret will be invalided",
"key_tip": "The security key agreed between the server and the third-party app is used to encrypt the communication data."
"key_tip": "The security key agreed between the server and the third-party app is used to encrypt the communication data.",
"how_to": "How to use?"
},
"login": {
"password": "Password",
+2 -1
View File
@@ -161,7 +161,8 @@
"key": "API 安全密钥",
"update": "更新安全密钥",
"update_tip": "确定更新API安全密钥?之前密钥将作废",
"key_tip": "安全密钥用于服务器与第三方安全通信,请妥善保存!"
"key_tip": "安全密钥用于服务器与第三方安全通信,请妥善保存!",
"how_to": "使用文档"
},
"login": {
"password": "密码登录",