add rules help button

This commit is contained in:
Gabe Yuan
2023-09-04 22:29:39 +08:00
parent 4200caa641
commit 55af58faac
6 changed files with 41 additions and 4 deletions

View File

@@ -352,4 +352,12 @@ export const I18N = {
zh: `清除失败`,
en: `Clear failed`,
},
share: {
zh: `分享`,
en: `Share`,
},
help: {
zh: `求助`,
en: `Help`,
},
};

View File

@@ -58,6 +58,7 @@ export const THEME_DARK = "dark";
export const URL_KISS_WORKER = "https://github.com/fishjar/kiss-worker";
export const URL_KISS_PROXY = "https://github.com/fishjar/kiss-proxy";
export const URL_KISS_RULES = "https://github.com/fishjar/kiss-rules";
export const URL_RAW_PREFIX =
"https://raw.githubusercontent.com/fishjar/kiss-translator/master";
export const URL_MICROSOFT_AUTH = "https://edge.microsoft.com/translate/auth";