From 8a3e0f175c1f63cebc30d8b09ad79aa5b71c30aa Mon Sep 17 00:00:00 2001 From: Ahmed Rangel Date: Sat, 12 Apr 2025 20:28:32 -0500 Subject: [PATCH 1/4] feat: add bootstrap detector --- detectors/uis.json | 15 +++++++++++++++ icons/ui/getbootstrap.svg | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 icons/ui/getbootstrap.svg diff --git a/detectors/uis.json b/detectors/uis.json index 246b0c1..b697b25 100644 --- a/detectors/uis.json +++ b/detectors/uis.json @@ -179,5 +179,20 @@ "detectors": { "html": "<(?:div|button|a) [^>]*class=\"arco-[a-z0-9-]*" } + }, + "bootstrap": { + "metas": { + "slug": "bootstrap", + "name": "Bootstrap", + "imgPath": "/ui/getbootstrap.svg", + "url": "https://getbootstrap.com" + }, + "detectors": { + "html": [ + "]*href=\"[^\"]+bootstrap(?:\\.min)?\\.css", + "