mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
feat: 角色天赋图鉴(支持自定义等级)
This commit is contained in:
parent
4f02e6b2ce
commit
15b14eece4
23 changed files with 937 additions and 124 deletions
|
|
@ -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`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue