feat: 没测过的MAA调度方案

This commit is contained in:
DLmaster361
2025-08-09 01:50:38 +08:00
parent ba1fcd1f26
commit 9a87a62353
73 changed files with 4081 additions and 358 deletions

1998
app/task/MAA.py Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -25,5 +25,6 @@ __license__ = "GPL-3.0 license"
from .skland import skland_sign_in
from .MAA import MaaManager
__all__ = ["skland_sign_in"]
__all__ = ["skland_sign_in", "MaaManager"]

View File

@@ -34,8 +34,8 @@ import hashlib
import requests
from urllib import parse
from core import Config
from utils.logger import get_logger
from app.core import Config
from app.utils.logger import get_logger
logger = get_logger("森空岛签到任务")