fix: 🧩 修复bug

This commit is contained in:
2025-10-20 11:50:38 +08:00
parent e8dc354c10
commit 0861dae12d
6 changed files with 48 additions and 20 deletions

View File

@@ -10,4 +10,5 @@ export interface TabsMenuProps {
/* TabsState */
export interface TabsState {
tabsMenuList: TabsMenuProps[];
isSubscribeAdd: Boolean;
}