mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
ShamrockSafe
: 这是一次提交测试
Signed-off-by: WhiteChi <tencent@qq.com>
This commit is contained in:
parent
ee9cf694a0
commit
21341caf62
@ -25,7 +25,7 @@ internal object ShamrockConfig {
|
||||
return mmkv.getBoolean("isInit", false)
|
||||
}
|
||||
|
||||
fun updateConfig(config: ServiceConfig = Config) {
|
||||
private fun updateConfig(config: ServiceConfig = Config) {
|
||||
ConfigDir.resolve("config.json").writeText(GlobalJson5.encodeToString(config))
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user