fix map key warn

This commit is contained in:
Gabe Yuan
2023-08-04 10:08:54 +08:00
parent 4cb4b80238
commit 1b056a95c1
5 changed files with 14 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import { URL_APP_HOMEPAGE } from ".";
const URL_APP_HOMEPAGE = "https://github.com/fishjar/kiss-translator";
export const UI_LANGS = [
["zh", "中文"],

View File

@@ -25,7 +25,6 @@ export const MSG_TRANS_PUTRULE = "trans_putrule";
export const THEME_LIGHT = "light";
export const THEME_DARK = "dark";
export const URL_APP_HOMEPAGE = "https://github.com/fishjar/kiss-translator";
export const URL_KISS_WORKER = "https://github.com/fishjar/kiss-worker";
export const URL_RAW_PREFIX =
"https://raw.githubusercontent.com/fishjar/kiss-translator/master";