ShamrockSafe: 这是一次提交测试

Signed-off-by: WhiteChi <tencent@qq.com>
This commit is contained in:
WhiteChi 2023-11-03 22:53:31 +08:00
parent ee9cf694a0
commit 21341caf62

View File

@ -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))
}