mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
33 lines
800 B
JavaScript
33 lines
800 B
JavaScript
// 节点列表
|
|
export const URL_LIB = {
|
|
"[Lulu]": "http://lulush.microgg.cn",
|
|
"[MiniGG]": "http://file.minigg.cn/sayu-bot",
|
|
"[Singapore]": "https://sg.qxqx.cf",
|
|
"[Chuncheon]": "https://kr.qxqx.cf",
|
|
"[CNJS]": "http://cn-js-nj-1.lcf.icu:13214",
|
|
"[TW]": "http://tw-taipei-1.lcf.icu:20532",
|
|
"[SG]": "http://sg-1.lcf.icu:12588",
|
|
"[US]": "http://us-lax-2.lcf.icu:12588",
|
|
"[Seoul]": "https://kr-s.qxqx.cf",
|
|
"[TakeyaYuki]": "https://gscore.focalors.com"
|
|
};
|
|
|
|
// 文件类型路径
|
|
export const TYPE_PATH = {
|
|
wiki: 'wiki',
|
|
resource: 'resource',
|
|
guide: 'guide',
|
|
};
|
|
|
|
// 资源路径
|
|
export const RESOURCE_PATH = {
|
|
role: 'role',
|
|
role_circle: 'role_circle',
|
|
weapon: 'weapon',
|
|
square_bangbo: 'square_bangbo',
|
|
};
|
|
|
|
// 图鉴路径
|
|
export const GUIDE_PATH = {
|
|
flower: 'flower',
|
|
};
|