implement setting page (#12)

This commit is contained in:
UUBulb
2024-11-23 21:59:48 +08:00
committed by GitHub
parent f17bdbf760
commit 3b5023061b
21 changed files with 941 additions and 36 deletions
+16
View File
@@ -0,0 +1,16 @@
export const settingCoverageTypes: Record<number, string> = {
1: "All excludes specific servers",
2: "Only specific servers",
}
export const nezhaLang: Record<string, string> = {
"zh_CN": "简体中文(中国大陆)",
"zh_TW": "正體中文(台灣)",
"en_US": "English",
}
export const wafBlockReasons: Record<number, string> = {
1: "Login failed",
2: "Brute-force attacking token",
3: "Brute-force attacking Agent secret",
}