We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
title
desc
1 parent 7193103 commit 08b7b71Copy full SHA for 08b7b71
gsuid_core/utils/plugins_config/gs_config.py
@@ -139,6 +139,9 @@ def update_config(self):
139
if isinstance(_defalut, GsStrConfig) or isinstance(_defalut, GsListStrConfig):
140
self.config[key].options = _defalut.options # type: ignore
141
142
+ self.config[key].title = _defalut.title
143
+ self.config[key].desc = _defalut.desc
144
+
145
# 对默认值没有的值,直接删除
146
delete_keys = []
147
for key in self.config:
0 commit comments