角色弹框

This commit is contained in:
zhoutianchi
2026-02-24 16:24:27 +08:00
parent 2408996109
commit cdd84bea31
6 changed files with 66 additions and 11 deletions

1
src/types/mitt.d.ts vendored
View File

@@ -23,6 +23,7 @@ declare type MittType<T = any> = {
openShareTagsView?: string;
onTagsViewRefreshRouterView?: T;
onCurrentContextmenuClick?: T;
openRoleSelectDialog?: string;
};
// mitt 参数类型定义