feat: 角色天赋图鉴(支持自定义等级)

This commit is contained in:
bietiaop 2024-09-02 16:22:23 +08:00
parent 4f02e6b2ce
commit 15b14eece4
23 changed files with 937 additions and 124 deletions

View file

@ -135,7 +135,7 @@ export const getSuit3DImage = async suitId => {
/**
* 获取Hakush角色数据
* @param {string} charId
* @returns {Promise<string>}
* @returns {Promise<object | null>} 文件内容JSON
*/
export const getHakushCharacter = async charId => {
const filename = `${charId}.json`;