From a8fb341d08755f56e8300704b0bfe47dc80405a8 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:26:57 +0800 Subject: [PATCH 1/2] Update Semantic UI Information --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index ea49872d0..e3883aed3 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10454,7 +10454,7 @@ "script": "select2(?:\\.min|\\.full)?\\.js", "website": "https://select2.org/" }, - "Semantic-ui": { + "Semantic UI": { "cats": [ 66 ], @@ -10463,7 +10463,7 @@ ], "icon": "Semantic-ui.png", "script": "/semantic(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1", - "website": "https://semantic-ui.com" + "website": "https://semantic-ui.com/" }, "Sencha Touch": { "cats": [ 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 2/2] 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/"