mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-17 13:13:35 +08:00
Update settings.ts
This commit is contained in:
parent
415f00573e
commit
f3b96553db
@ -45,3 +45,11 @@ export type UserSettings = {
|
||||
language?: string
|
||||
[key: string]: unknown
|
||||
}
|
||||
|
||||
export type AppMode = 'default' | 'portable'
|
||||
|
||||
export type AppModeConfig = {
|
||||
mode: AppMode
|
||||
portableDir: string | null
|
||||
defaultPortableDir: string | null
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user