From bf0ce317101dfee664d88c706ef0d059c35af8e3 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 9 Sep 2022 23:09:18 +0900 Subject: [PATCH] Update Fresh dom --- src/technologies/f.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index 5a3cf5a72..029634f55 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1538,7 +1538,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", @@ -1895,4 +1899,4 @@ "scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1", "website": "https://github.com/alvarotrigo/fullpage.js" } -} \ No newline at end of file +}