🐛 强制调整

This commit is contained in:
‘KimigaiiWuyi’ 2023-09-11 10:54:58 +08:00
parent 961c1a74f7
commit bbcb739ba9

View File

@ -118,3 +118,5 @@ all_config_list: Dict[str, StringConfig] = {}
core_plugins_config = StringConfig(
'Core', get_res_path() / 'core_config.json', CONIFG_DEFAULT
)
core_plugins_config.set_config('EnablePicSrv', False)