This commit is contained in:
2026-01-25 12:04:01 +08:00
parent 1ff79b7d77
commit 8d379af4e6
4 changed files with 56 additions and 66 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from astrbot.api.star import Context, Star, register, StarTools
from astrbot.api import logger
from astrbot.api import AstrBotConfig
from .jx3_service import JX3Service
from .jx3_data import JX3Service
class AsyncTask:
+1 -1
View File
@@ -11,7 +11,7 @@ from astrbot.api import logger
from astrbot.api import AstrBotConfig
from .request import APIClient
from .function_basic import load_template,gold_to_string,week_to_num,compare_date_str
from .fun_basic import load_template,gold_to_string,week_to_num,compare_date_str
class JX3Service:
def __init__(self, api_config, config:AstrBotConfig):