Update Grasscutter versions

Add auto MongoDB option
This commit is contained in:
Thoronium
2023-03-31 19:40:14 -06:00
parent 90b86b42d0
commit ef3ba2a045
24 changed files with 219 additions and 39 deletions

View File

@@ -24,6 +24,7 @@ let defaultConfig: Configuration
use_internal_proxy: true,
wipe_login: false,
horny_mode: false,
auto_mongodb: false,
}
})()
@@ -51,6 +52,7 @@ export interface Configuration {
wipe_login: boolean
horny_mode: boolean
swag_mode?: boolean
auto_mongodb: boolean
// Swag stuff
akebi_path?: string