Merge pull request #5668 from Karbust/master

Add ECharts and WindiCSS
main
Elbert Alias 3 years ago committed by GitHub
commit 9565dcce95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -195,6 +195,21 @@
],
"website": "http://www.easylog.com.br"
},
"ECharts": {
"cats": [
25
],
"oss": true,
"description": "ECharts is an open-source JavaScript visualisation 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

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

@ -1750,4 +1750,4 @@
"url": "^https?://[^/]+\\.wpcache\\.co",
"website": "https://wpcache.co"
}
}
}

Loading…
Cancel
Save