mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
https checkbox
This commit is contained in:
@@ -18,7 +18,8 @@ let defaultConfig: Configuration
|
||||
language: 'en',
|
||||
customBackground: '',
|
||||
cert_generated: false,
|
||||
theme: 'default'
|
||||
theme: 'default',
|
||||
https_enabled: false,
|
||||
}
|
||||
})()
|
||||
|
||||
@@ -39,6 +40,7 @@ export interface Configuration {
|
||||
customBackground: string
|
||||
cert_generated: boolean
|
||||
theme: string;
|
||||
https_enabled: boolean
|
||||
}
|
||||
|
||||
export async function setConfigOption(key: string, value: any): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user