mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 21:57:44 +00:00
feat: 自定义角色图上传
This commit is contained in:
parent
be1c00db59
commit
64275de0e8
11 changed files with 498 additions and 326 deletions
17
apps/manage/index.js
Normal file
17
apps/manage/index.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import * as assets from './assets.js';
|
||||
|
||||
import * as guides from './guides.js';
|
||||
|
||||
import * as config from './config.js';
|
||||
|
||||
import * as alias from './alias.js';
|
||||
|
||||
import * as panel from './panel.js';
|
||||
|
||||
export default {
|
||||
assets,
|
||||
guides,
|
||||
config,
|
||||
alias,
|
||||
panel,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue