feat; add config for startup page #40

This commit is contained in:
Hakadao
2023-09-29 23:19:07 +08:00
parent 46f4df7d58
commit 578ddca19e
8 changed files with 32 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
import type { AppPage } from '~/enums/appEnums'
export interface Settings {
language: string
startupPage: AppPage
isShowTopbar: boolean
dockPosition: 'left' | 'right' | 'bottom'
enableHorizontalScrolling: boolean