ZZZ-Plugin/lib/assets/const.js
2024-12-15 00:18:05 +08:00

29 lines
630 B
JavaScript

// 节点列表
export const URL_LIB = {
'[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',
'[Chuncheon]': 'https://kr.qxqx.cf',
'[Seoul]': 'https://kr-s.qxqx.cf',
'[Singapore]': 'https://sg.qxqx.cf',
};
// 文件类型路径
export const TYPE_PATH = {
wiki: 'wiki',
resource: 'resource',
guide: 'guide',
};
// 资源路径
export const RESOURCE_PATH = {
role: 'role',
role_circle: 'role_circle',
weapon: 'weapon',
};
// 图鉴路径
export const GUIDE_PATH = {
flower: 'flower',
};