mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
24 lines
487 B
JSON
24 lines
487 B
JSON
{
|
|
"name": "JEECMS",
|
|
"author": "fofa",
|
|
"version": "0.1.0",
|
|
"matches": [
|
|
{
|
|
"search": "title",
|
|
"regexp": "Powered by JEECMS"
|
|
},
|
|
{
|
|
"search": "body",
|
|
"text": "Powered by"
|
|
},
|
|
{
|
|
"search": "body",
|
|
"text": "http://www.jeecms.com"
|
|
},
|
|
{
|
|
"search": "body",
|
|
"text": "JEECMS"
|
|
}
|
|
],
|
|
"condition": "0 or (1 and 2 and 3)"
|
|
} |