refactor(skland): 森空岛签到功能拆分独立

This commit is contained in:
DLmaster361
2025-06-02 14:05:31 +08:00
parent e505ea8c51
commit 73c15b5e93
4 changed files with 272 additions and 220 deletions

View File

@@ -32,5 +32,6 @@ __license__ = "GPL-3.0 license"
from .notification import Notify
from .security import Crypto
from .system import System
from .skland import skland_sign_in
__all__ = ["Notify", "Crypto", "System"]
__all__ = ["Notify", "Crypto", "System", "skland_sign_in"]