data: 添加HAKUSH数据下载/建模

This commit is contained in:
bietiaop 2024-08-24 21:23:50 +08:00
parent d082c87809
commit 1c4798f9b8
7 changed files with 491 additions and 9 deletions

9
lib/assets/hakushurl.js Normal file
View 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`;