This commit is contained in:
qsc
2025-12-03 13:56:49 +08:00
parent 73681864b3
commit 2572c1d239
16 changed files with 13 additions and 2105 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ from datetime import datetime
import base64
from astrbot.api import logger
from .APIClient import APIClient
from .AsyncMySQL import AsyncMySQL
from .function_basic import load_template,extract_field,flatten_field,extract_fields,gold_to_string,plot_line_chart_base64
from .request import APIClient
from .async_mysql import AsyncMySQL
from .function_basic import load_template,extract_fields
class WZRYFunction:
def __init__(self, api_config,db: AsyncMySQL ):