feat(core): add notifications settings (#11004)

This commit is contained in:
EYHN
2025-03-20 03:52:56 +00:00
parent 46ed76ecb0
commit 120e193c58
14 changed files with 334 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ import type { WorkspaceMetadata } from '../workspace';
export type SettingTab =
| 'shortcuts'
| 'notifications'
| 'appearance'
| 'about'
| 'plans'