fix: 修复MAA运行时错误获取user_id

This commit is contained in:
DLmaster361
2025-09-14 22:34:06 +08:00
parent 8ea6c9565e
commit 3b9d27383b
3 changed files with 6 additions and 5 deletions

View File

@@ -308,6 +308,8 @@ class ConfigItem:
要设置的值, 可以是任何合法类型
"""
print(self.group, self.name, value, self.value)
if (
dpapi_decrypt(self.value)
if isinstance(self.validator, EncryptValidator)