2025-09-01 18:56:48 +08:00
|
|
|
import { APP_LCNAME } from "./app";
|
|
|
|
|
|
|
|
|
|
export const URL_CACHE_TRAN = `https://${APP_LCNAME}/translate`;
|
2025-10-09 23:55:06 +08:00
|
|
|
export const URL_CACHE_SUBTITLE = `https://${APP_LCNAME}/subtitle`;
|
2025-09-27 23:33:33 +08:00
|
|
|
export const URL_CACHE_DELANG = `https://${APP_LCNAME}/detectlang`;
|
2025-10-03 22:07:48 +08:00
|
|
|
export const URL_CACHE_BINGDICT = `https://${APP_LCNAME}/bingdict`;
|
2025-09-01 18:56:48 +08:00
|
|
|
|
|
|
|
|
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_KISS_RULES_NEW_ISSUE =
|
|
|
|
|
"https://github.com/fishjar/kiss-rules/issues/new";
|
|
|
|
|
export const URL_RAW_PREFIX =
|
|
|
|
|
"https://raw.githubusercontent.com/fishjar/kiss-translator/master";
|