mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
420 B
JSON
18 lines
420 B
JSON
{
|
|
"name": "Gitea",
|
|
"website": "https://gitea.io",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[i_like_gitea]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<div class=\"ui left\">\\n\\s+\u00a9 Gitea Version: ([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[keywords]",
|
|
"regexp": "^go,git,self-hosted,gitea$"
|
|
}
|
|
]
|
|
} |