chore: 设置tab页签标题中英文优化

This commit is contained in:
xiaojunnuo
2025-09-13 23:33:18 +08:00
parent 7bdde68ece
commit 1476b9cb9c
8 changed files with 61 additions and 17 deletions
@@ -23,6 +23,7 @@ export type AddonDefine = Registrable & {
input?: {
[key: string]: AddonInputDefine;
};
showTest?: boolean;
};
export type AddonInstanceConfig = {