添加从id获取qc的接口

This commit is contained in:
fofolee
2024-05-08 21:53:44 +08:00
parent 545d4b3b31
commit 4de96bac47
4 changed files with 41 additions and 16 deletions

View File

@@ -47,7 +47,7 @@
{
"type": "regex",
"label": "导入命令",
"match": "/(^\\{[\\s\\S]*\"program\" *: *\".*\"[\\s\\S]*\"cmd\" *: *\".*\"[\\s\\S]*\\}$)|(^qc=e)/i",
"match": "/(^\\{[\\s\\S]*\"program\" *: *\".*\"[\\s\\S]*\"cmd\" *: *\".*\"[\\s\\S]*\\}$)|(^qc\\/(id|base64)\\/.+)/i",
"maxNum": 1
}
]