mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
30 lines
664 B
JavaScript
30 lines
664 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',
|
|
square_bangbo: 'square_bangbo',
|
|
};
|
|
|
|
// 图鉴路径
|
|
export const GUIDE_PATH = {
|
|
flower: 'flower',
|
|
};
|