From e0e9727645bee0ccf39e1da21e8849ca633836f4 Mon Sep 17 00:00:00 2001 From: FurryR Date: Fri, 26 Apr 2024 21:39:20 +0800 Subject: [PATCH] :sparkles: feat: add serveral platforms --- README-ja_JP.md | 4 ++++ README-zh_CN.md | 4 ++++ README.md | 4 ++++ generate-helper.js | 2 ++ 4 files changed, 14 insertions(+) diff --git a/README-ja_JP.md b/README-ja_JP.md index 49947cc..5f49829 100644 --- a/README-ja_JP.md +++ b/README-ja_JP.md @@ -35,6 +35,10 @@ Eureka は Tampermonkey/GreasyMonkey に対応するユーザースクリプト - [x] Creaticode - [x] Adacraft - [x] PenguinMod +- [x] ElectraMod * +- [x] XPLab * + +*\*: CI ビルドだけ使用できます* # 🔥 使い方 diff --git a/README-zh_CN.md b/README-zh_CN.md index c13553c..8fe12a6 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -31,6 +31,10 @@ Eureka 是一个用户脚本,可以在任何基于 Scratch 的编辑器中加 - [x] Creaticode - [x] Adacraft - [x] PenguinMod +- [x] ElectraMod * +- [x] XPLab * + +*\*: 仅在 CI 构建中可用* # 🔥 使用方法 1. 安装一个用户脚本管理器扩展, 例如 Tampermonkey 或 Greasymonkey。 diff --git a/README.md b/README.md index ed4d041..4464ec9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Eureka is a userscript which can load 3rd-party extensions in any Scratch-based - [x] Creaticode - [x] Adacraft - [x] PenguinMod +- [x] ElectraMod * +- [x] XPLab * + +*\*: only available in ci builds* # 🔥 Usage 1. Install UserScript Manager like Tampermonkey or Greasymonkey. diff --git a/generate-helper.js b/generate-helper.js index 886afaf..2f6f853 100644 --- a/generate-helper.js +++ b/generate-helper.js @@ -17,6 +17,8 @@ const includeURLs = [ 'https://www.adacraft.org/*', 'https://studio.penguinmod.com/*', 'https://code.xueersi.com/*', + 'https://electramod.vercel.app/*', + 'https://xplab.vercel.app/*', 'http://localhost:8601/*' ];