mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "cgit",
|
||||
"website": "http://git.zx2c4.com/cgit",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "<[^>]+id='cgit'"
|
||||
},
|
||||
{
|
||||
"regexp": "generated by <a href='http://git\\.zx2c4\\.com/cgit/about/'>cgit v([\\d.a-z-]+)</a>",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"search": "meta[generator]",
|
||||
"regexp": "^cgit v([\\d.a-z-]+)$",
|
||||
"offset": 1
|
||||
}
|
||||
],
|
||||
"implies": "git"
|
||||
}
|
||||
Reference in New Issue
Block a user