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

@@ -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;