mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"name": "Bootstrap Table",
|
|
"website": "http://bootstrap-table.wenzhixin.net.cn/",
|
|
"matches": [
|
|
{
|
|
"regexp": "<link[^>]+href=\"[^>]*bootstrap-table(?:\\.min)?\\.css"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "bootstrap-table(?:\\.min)?\\.js"
|
|
}
|
|
],
|
|
"implies": [
|
|
"Bootstrap",
|
|
"jQuery"
|
|
]
|
|
} |