mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
34 lines
926 B
JSON
34 lines
926 B
JSON
{
|
|
"name": "Bootstrap",
|
|
"website": "https://getbootstrap.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "<style>/\\*!\\* Bootstrap v(\\d\\.\\d\\.\\d)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<link[^>]+?href=[^\"]/css/([\\d.]+)/bootstrap\\.(?:min\\.)?css",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<link[^>]+?href=\"[^\"]*bootstrap(?:\\.min)?\\.css"
|
|
},
|
|
{
|
|
"regexp": "<div[^>]+class=\"[^\"]*glyphicon glyphicon-"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "twitter\\.github\\.com/bootstrap"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "bootstrap[.-]([\\d.]*\\d)[^/]*\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "(?:/([\\d.]+))?(?:/js)?/bootstrap(?:\\.min)?\\.js",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |