This commit is contained in:
qsc
2026-02-21 18:02:39 +08:00
parent 208426a9e8
commit fb4f5e49da
10 changed files with 214 additions and 9 deletions
+3 -2
View File
@@ -51,7 +51,8 @@ class JX3Service:
"code": 0,
"msg": "功能函数未执行",
"data": {},
"temp": ""
"temp": "",
"icons": {}
}
@@ -1063,7 +1064,7 @@ class JX3Service:
# 4. 加载模板
try:
return_data["temp"] = await load_template("juesheqiyu.html")
return_data["temp"] = await load_template("test.html")
except FileNotFoundError as e:
logger.error(f"加载模板失败: {e}")
return_data["msg"] = "系统错误:模板文件不存在"