ZZZ-Plugin/lib/assets/const.js

33 lines
801 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',
'[MiniGG]': 'http://file.minigg.cn/sayu-bot',
'[Lulu]': 'http://lulush.microgg.cn',
'[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',
};