Merge pull request #6754 from ysm-dev/fresh

Update Fresh dom
main
Elbert Alias 2 years ago committed by GitHub
commit a9fa67f4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1560,7 +1560,11 @@
22
],
"description": "Fresh is a full stack modern web framework for JavaScript and TypeScript developers, designed to make it trivial to create high-quality, performant, and personalized web applications.",
"dom": "style[id='__FRSH_STYLE']",
"dom": [
"style[id='__FRSH_TWIND']",
"style[id='__FRSH_STYLE']",
"script[id='__FRSH_STATE']"
],
"icon": "fresh.svg",
"implies": [
"Deno",
@ -1917,4 +1921,4 @@
"scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1",
"website": "https://github.com/alvarotrigo/fullpage.js"
}
}
}

Loading…
Cancel
Save