feat: close #2447 pre-fill key/code/url

This commit is contained in:
Yidadaa
2023-07-20 23:17:58 +08:00
parent 0198c5b781
commit e5f6133127
4 changed files with 47 additions and 0 deletions

View File

@@ -326,6 +326,11 @@ const cn = {
More: "查看全部",
},
URLCommand: {
Code: "检测到链接中已经包含访问码,是否自动填入?",
Settings: "检测到链接中包含了预制设置,是否自动填入?",
},
UI: {
Confirm: "确认",
Cancel: "取消",

View File

@@ -344,6 +344,11 @@ const en: LocaleType = {
Topic: "Topic",
Time: "Time",
},
URLCommand: {
Code: "Detected access code from url, confirm to apply? ",
Settings: "Detected settings from url, confirm to apply?",
},
};
export default en;