From f2a3f105b994b4999bf1f258885b655b30c086c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E5=BF=83=E7=A6=BE?= Date: Fri, 31 Jul 2020 23:48:07 +0800 Subject: [PATCH] Add Bootstrap implies --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index ea49872d0..54b8b31e2 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1703,6 +1703,9 @@ "]+?href=\"[^\"]*bootstrap(?:\\.min)?\\.css", "]+class=\"[^\"]*glyphicon glyphicon-" ], + "implies": [ + "jQuery" + ], "icon": "Bootstrap.png", "js": { "bootstrap.Alert.VERSION": "^(.+)$\\;version:\\1",