mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
645 B
JSON
25 lines
645 B
JSON
{
|
|
"name": "Gogs",
|
|
"website": "http://gogs.io",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[i_like_gogits]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<div class=\"ui left\">\\n\\s+\u00a9 \\d{4} Gogs Version: ([\\d.]+) Page:",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<button class=\"ui basic clone button\" id=\"repo-clone-ssh\" data-link=\"gogs@"
|
|
},
|
|
{
|
|
"search": "meta[keywords]",
|
|
"regexp": "go, git, self-hosted, gogs"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "js/gogs\\.js"
|
|
}
|
|
]
|
|
} |