mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
data: 添加HAKUSH数据下载/建模
This commit is contained in:
parent
d082c87809
commit
1c4798f9b8
7 changed files with 491 additions and 9 deletions
9
lib/assets/hakushurl.js
Normal file
9
lib/assets/hakushurl.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export const HAKUSH_BASE = 'https://api.hakush.in/zzz',
|
||||
HAKUSH_API = `${HAKUSH_BASE}/data/zh`;
|
||||
|
||||
export const ZZZ_CHARACTER = HAKUSH_API + '/character',
|
||||
ZZZ_WEAPON = HAKUSH_API + '/weapon';
|
||||
|
||||
export const ZZZ_NEW = `${HAKUSH_BASE}/new.json`,
|
||||
ZZZ_ALL_CHAR = `${HAKUSH_BASE}/data/character.json`,
|
||||
ZZZ_ALL_WEAPON = `${HAKUSH_BASE}/data/weapon.json`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue