diff --git a/core/jx3_service.py b/core/jx3_service.py
index e3262d3..bcb07bc 100644
--- a/core/jx3_service.py
+++ b/core/jx3_service.py
@@ -251,7 +251,6 @@ class JX3Service:
if not data_list or not isinstance(data_list, list):
return_data["msg"] = "获取接口信息失败或数据格式错误"
return return_data
-
# 加载模板
try:
return_data["temp"] = load_template("jinjia.html")
diff --git a/main.py b/main.py
index c129664..9b94831 100644
--- a/main.py
+++ b/main.py
@@ -211,9 +211,9 @@ class Jx3ApiPlugin(Star):
yield event.plain_result("猪脑过载,请稍后再试")
- @jx3.command("奇遇")
+ @jx3.command("区服奇遇")
async def jx3_qiyu(self, event: AstrMessageEvent,adventureName: str = "阴阳两界", server: str = None):
- """剑三 奇遇 奇遇名称 服务器"""
+ """剑三 区服奇遇 奇遇名称 服务器"""
try:
data= await self.jx3fun.qiyu(adventureName,await self.serverdefault(server))
if data["code"] == 200:
diff --git a/templates/jiaoyihang.html b/templates/jiaoyihang.html
index 4c4a416..40f320b 100644
--- a/templates/jiaoyihang.html
+++ b/templates/jiaoyihang.html
@@ -1,30 +1,121 @@
-
-
剑网3交易行价格查询
-
服务器: {{ server }}
+
+
+
+
+
剑网3交易行价格查询
-
-
+
+
+
+
+
+
+
+
剑网3交易行价格查询
+
服务器:{{ server }}
+
+
+
-
- | 物品名称 |
- 最低价 |
- 总数量 |
- 数据更新时间 |
+
+ | 物品名称 |
+ 最低价 |
+ 总数量 |
+ 数据更新时间 |
+
{% for item in items %}
-
-
-
+ |
+
+
{{ item.Name }}
|
- {{ item.AvgPrice }} |
- {{ item.SampleSize }} |
- {{ item.Date }} |
+ {{ item.AvgPrice }} |
+ {{ item.SampleSize }} |
+ {{ item.Date }} |
{% endfor %}
+
+
+
+
diff --git a/templates/qiyuliebiao.html b/templates/qiyuliebiao.html
index 3159d9f..e9e686a 100644
--- a/templates/qiyuliebiao.html
+++ b/templates/qiyuliebiao.html
@@ -13,7 +13,7 @@
}
.container {
- max-width: 1300px;
+ max-width: 1000px;
margin: 0 auto;
text-align: center; /* ★ 让容器内标题更自然居中 */
}
diff --git a/templates/temp_test.html b/templates/temp_test.html
index e03726c..4c4a416 100644
--- a/templates/temp_test.html
+++ b/templates/temp_test.html
@@ -1,316 +1,30 @@
-
-
-
-
-{{ name }} - 万宝楼行情
+
+
剑网3交易行价格查询
+
服务器: {{ server }}
-
-
-
-
-
-
-
-
{{ name }} ({{ alias }})
-
-

-
-
{{ desc }}
-
-
-
-
-