Add ECharts and WindiCSS

https://github.com/apache/echarts
https://github.com/windicss/windicss

Also added CSS pattern on TailwindCSS. Set confidence level at 75% because WindiCSS also uses the same CSS pattern, but doesn't have the same user base as TailwindCSS.
main
Karbust 3 years ago
parent b441d3f957
commit b7709eb429
No known key found for this signature in database
GPG Key ID: 780A9A2A5273378D

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

@ -179,6 +179,20 @@
],
"website": "http://www.easylog.com.br"
},
"ECharts": {
"cats": [
25
],
"description": "ECharts is an Open Source JavaScript Visualization Library.",
"dom": "div[_echarts_instance_]",
"scriptSrc": [
"/echarts\\.min\\.[a-zA-Z0-9]*\\.js",
"/echarts(?:\\.simple)?(?:\\.esm)?(?:\\.common)?(?:\\.min)?\\.js",
"cdn\\.jsdelivr\\.net/(?:npm|gh/apache)/echarts@([\\d.]+(?:-[^/]+)?|latest)/dist/echarts.*\\.js\\;version:\\1"
],
"icon": "echarts.png",
"website": "https://echarts.apache.org/"
},
"Ecovium": {
"cats": [
99

@ -295,6 +295,7 @@
}
}
},
"css": "\\--tw*\\;confidence:75",
"icon": "tailwindcss.svg",
"website": "https://tailwindcss.com/"
},

@ -96,6 +96,15 @@
],
"website": "http://www.whmcs.com"
},
"Windi CSS": {
"cats": [
66
],
"description": "WindiCSS is a next generation utility-first CSS framework.",
"css": "\\--tw*\\;confidence:50",
"icon": "windicss.png",
"website": "https://windicss.org/"
},
"WP Engine": {
"cats": [
62,