This commit is contained in:
2026-03-24 18:40:17 +08:00
parent a53ca2fa61
commit 82656f8f2a
637 changed files with 3306118 additions and 0 deletions

23
example.json Normal file
View File

@@ -0,0 +1,23 @@
[
{
"key": "金牌",
"name": "金牌",
"type": 3,
"api": "爬虫所在位置/金牌.py",
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"ext": {
"site": "域名1,域名2,域名3......"
}
},
{
"key": "光速",
"name": "光速",
"type": 3,
"api": "爬虫所在位置/光速.py",
"searchable": 1,
"quickSearch": 1,
"filterable": 1
}
]