mirror of
https://github.com/linlemon519/PyramidStore.git
synced 2025-07-01 10:36:04 +02:00
23 lines
415 B
JSON
23 lines
415 B
JSON
[
|
|
{
|
|
"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
|
|
}
|
|
]
|