()
| 19 | * 必须在应用启动时调用一次 |
| 20 | */ |
| 21 | export function initStores(): void { |
| 22 | initStoreRegistry({ |
| 23 | page: getPageStoreInterface(), |
| 24 | folder: getFolderStoreInterface(), |
| 25 | message: getMessageStoreInterface(), |
| 26 | account: getAccountStoreInterface(), |
| 27 | layout: getLayoutStoreInterface(), |
| 28 | tab: getTabStoreInterface(), |
| 29 | settings: getSettingsStoreInterface(), |
| 30 | navigation: getNavigationStoreInterface(), |
| 31 | workspace: getWorkspaceStoreInterface() |
| 32 | }) |
| 33 | } |
no test coverage detected