Merge pull request #4811 from nurbek91/Daily_Deals

Add Daily Deals / widget #4462
main
Elbert Alias 3 years ago committed by GitHub
commit f8a657e435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,22 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4421 5.40454L22.5448 0.50711C21.8687 -0.169037 20.7723 -0.169037 20.0962 0.50711C19.4201 1.18326 19.4201 2.27968 20.0962 2.95582L24.9935 7.85325C29.7194 12.5793 29.7194 20.2693 24.9935 24.9942C20.2675 29.7192 12.5778 29.7192 7.853 24.9942L2.95573 20.0968C2.27961 19.4207 1.18322 19.4207 0.507093 20.0968C-0.169031 20.773 -0.169031 21.8694 0.507093 22.5455L5.40437 27.443C8.4423 30.481 12.4331 32 16.4238 32C20.4146 32 24.4053 30.481 27.4433 27.443C33.5191 21.3681 33.5191 11.4806 27.4421 5.40454Z" fill="url(#paint0_linear)"/>
<path d="M22.5448 10.302L12.7503 0.50711C12.0742 -0.169037 10.9778 -0.169037 10.3016 0.50711C9.62551 1.18326 9.62551 2.27968 10.3016 2.95582L20.0962 12.7507C21.0768 13.7325 21.6175 15.0361 21.6175 16.4243C21.6175 17.8125 21.0768 19.1162 20.0962 20.098C18.0713 22.1229 14.7763 22.1229 12.7503 20.098L2.95573 10.3031C2.27961 9.62698 1.18322 9.62698 0.507093 10.3031C-0.169031 10.9793 -0.169031 12.0757 0.507093 12.7518L10.3016 22.5467C11.9896 24.2347 14.2067 25.0788 16.4227 25.0788C18.6397 25.0788 20.8568 24.2347 22.5437 22.5467C24.1796 20.9119 25.0791 18.7376 25.0791 16.4243C25.0814 14.1122 24.1807 11.9379 22.5448 10.302Z" fill="url(#paint1_linear)"/>
<path d="M17.6475 15.2006L2.95573 0.508269C2.27961 -0.167877 1.18322 -0.167877 0.507093 0.508269C-0.169031 1.18442 -0.169031 2.28084 0.507093 2.95698L15.1989 17.6493C15.537 17.9873 15.9804 18.1564 16.4227 18.1564C16.8661 18.1564 17.3095 17.9873 17.6464 17.6493C18.3237 16.972 18.3237 15.8767 17.6475 15.2006Z" fill="url(#paint2_linear)"/>
<defs>
<linearGradient id="paint0_linear" x1="27.4029" y1="27.4031" x2="0.446785" y2="0.447841" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF4BB5"/>
<stop offset="0.5" stop-color="#9F5EFF"/>
<stop offset="1" stop-color="#4BCEFF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="27.4028" y1="27.4025" x2="0.44712" y2="0.447648" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF4BB5"/>
<stop offset="0.5" stop-color="#9F5EFF"/>
<stop offset="1" stop-color="#4BCEFF"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="27.4029" y1="27.4038" x2="0.44572" y2="0.447928" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF4BB5"/>
<stop offset="0.5" stop-color="#9F5EFF"/>
<stop offset="1" stop-color="#4BCEFF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -12,6 +12,23 @@
"scripts": "/d3(?:\\. v\\d+)?(?:\\.min)?\\.js",
"website": "http://d3js.org"
},
"Daily Deals": {
"cats": [
5
],
"description": "Daily Deals is a flash sale, limited-time discounts, countdown timers, and sales analytics solution.",
"icon": "Daily Deals.svg",
"js": {
"ddAddToCheckout": "\\;confidence:50",
"ddAddToOrder": "\\;confidence:50"
},
"scripts": "assets\\.dailydeals\\.ai/",
"saas": true,
"pricing": [
"poa"
],
"website": "https://dailydeals.ai"
},
"DERAK.CLOUD": {
"cats": [
31

Loading…
Cancel
Save