mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +00:00
feat: 角色天赋图鉴(支持自定义等级)
This commit is contained in:
parent
4f02e6b2ce
commit
15b14eece4
23 changed files with 937 additions and 124 deletions
|
|
@ -21,6 +21,8 @@ export const resourcesPath = path.join(pluginPath, 'resources');
|
|||
|
||||
export const imageResourcesPath = path.join(resourcesPath, 'images');
|
||||
|
||||
export const dataResourcesPath = path.join(resourcesPath, 'data');
|
||||
|
||||
export const mapResourcesPath = path.join(resourcesPath, 'map');
|
||||
|
||||
// config 路径
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue