This commit is contained in:
2025-09-19 16:14:24 +08:00
parent d965641c9a
commit 00b0d30b6c
+4 -1
View File
@@ -29,7 +29,10 @@ def fetch_jx3_jiaoyihang(inserver="眉间雪", inname="守缺"):
custom_url = f"https://node.jx3box.com/item_merged/name/{encoded_text}"
params = {
"strictly": 0
"client": "std",
"strictly": "0" ,
"page": "1",
"pre": "50"
}
data = fetch_jx3_data(custom_url,**params)