[feat] tray powerplan items and seperators

This commit is contained in:
Purp1e
2025-03-27 00:58:18 +08:00
parent 27439593b4
commit 21cdc7c32d
6 changed files with 162 additions and 86 deletions

View File

@@ -37,7 +37,7 @@ export const useAppStore = () => {
}
const launchStore = new LazyStore('cstb.json', { autoSave: true });
void launchStore.save()
if (typeof window !== 'undefined') void launchStore.save()
const setVersion = (version: string) => {
appStore.state.version = version