mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-26 15:03:34 +08:00
Update settings.ts
This commit is contained in:
parent
415f00573e
commit
f3b96553db
@ -45,3 +45,11 @@ export type UserSettings = {
|
|||||||
language?: string
|
language?: string
|
||||||
[key: string]: unknown
|
[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