Compare commits

...

1 Commits

Author SHA1 Message Date
Helvetica Volubi
6eebbe4221 fix: refix a bug in remove config 2025-06-09 21:47:07 +08:00

View File

@@ -168,7 +168,7 @@
+ }
+ }
+ if (removed) {
+ removeConfig(fullConfigKeyName.split("\\."));
+ configFileInstance.remove("removed");
+ continue;
+ }
+ if (configFileInstance.get(fullConfigKeyName) != null) continue;