From be4bd7cb436523fbce00f1ddecb2b5d8ab040681 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:42:04 +0800 Subject: [PATCH] Add Semantic UI implies --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index e3883aed3..0347b3989 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10461,6 +10461,9 @@ "html": [ "]+semantic(?:\\.min)\\.css\"" ], + "implies": [ + "jQuery" + ], "icon": "Semantic-ui.png", "script": "/semantic(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1", "website": "https://semantic-ui.com/"