feat: 🚀 订阅功能
This commit is contained in:
13
src/stores/interface/tabs.ts
Normal file
13
src/stores/interface/tabs.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/* tabsMenuProps */
|
||||
export interface TabsMenuProps {
|
||||
icon: string;
|
||||
title: string;
|
||||
path: string;
|
||||
name: string;
|
||||
close: boolean;
|
||||
}
|
||||
|
||||
/* TabsState */
|
||||
export interface TabsState {
|
||||
tabsMenuList: TabsMenuProps[];
|
||||
}
|
||||
Reference in New Issue
Block a user