17 lines
413 B
JSON
17 lines
413 B
JSON
[
|
|
{
|
|
"name": "AI智能题库",
|
|
"homepage": "http://localhost:3000",
|
|
"url": "http://localhost:3000/api/search",
|
|
"method": "get",
|
|
"type": "GM_xmlhttpRequest",
|
|
"contentType": "json",
|
|
"data": {
|
|
"title": "${title}",
|
|
"type": "${type}",
|
|
"options": "${options}"
|
|
},
|
|
"handler": "return (res)=> res.code === 1 ? [res.question, res.answer] : [res.msg, undefined]"
|
|
}
|
|
]
|