update:重构基本完成

This commit is contained in:
lan
2023-08-15 21:33:58 +08:00
parent b72227542a
commit 824d6e7cf2
4 changed files with 9 additions and 6 deletions
-1
View File
@@ -44,7 +44,6 @@ class Settings:
if value.isdigit():
value = int(value)
default_value[key] = value
# 更新self
for key, value in default_value.items():
self.__setattr__(key, value)