From 98cf505da94d820a465b957e7b84ced758e0d278 Mon Sep 17 00:00:00 2001 From: SimonShiki Date: Tue, 2 Jan 2024 15:04:08 +0000 Subject: [PATCH] :sparkles: feat: add PenguinMod support Signed-off-by: SimonShiki --- generate-helper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/generate-helper.js b/generate-helper.js index f113739..8cf14bc 100644 --- a/generate-helper.js +++ b/generate-helper.js @@ -15,6 +15,7 @@ const includeURLs = [ 'https://code.xueersi.com/scratch3/*', 'https://play.creaticode.com/projects/*', 'https://www.adacraft.org/*', + 'https://studio.penguinmod.com/*', 'https://code.xueersi.com/home/project/detail?lang=scratch&pid=*&version=3.0&langType=scratch', 'http://localhost:8601/*' ];