import { APP_LCNAME } from "./app"; export const URL_CACHE_TRAN = `https://${APP_LCNAME}/translate`; export const URL_CACHE_SUBTITLE = `https://${APP_LCNAME}/subtitle`; export const URL_CACHE_DELANG = `https://${APP_LCNAME}/detectlang`; export const URL_CACHE_BINGDICT = `https://${APP_LCNAME}/bingdict`; 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";