mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
426 B
JSON
18 lines
426 B
JSON
{
|
|
"name": "Webdev",
|
|
"website": "https://www.windev.com/webdev/index.html",
|
|
"matches": [
|
|
{
|
|
"search": "headers[webdevsrc]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<!-- [a-zA-Z0-9_]+ [\\d/]+ [\\d:]+ WebDev \\d\\d ([\\d.]+) -->",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^WEBDEV$"
|
|
}
|
|
]
|
|
} |