重构 UgreenCrypto 模块路径至 app.modules.ugreen 并更新相关引用

This commit is contained in:
jxxghp
2026-04-29 16:29:17 +08:00
parent c91e87115a
commit 4b27b7bc42
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ if __name__ == "__main__" and __package__ is None:
import requests
from app.utils.ugreen_crypto import UgreenCrypto
from app.modules.ugreen.crypto import UgreenCrypto
class UgreenLoginError(Exception):