Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat: add serveral platforms #55

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README-ja_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Eureka は Tampermonkey/GreasyMonkey に対応するユーザースクリプト
- [x] Creaticode
- [x] Adacraft
- [x] PenguinMod
- [x] ElectraMod *
- [x] XPLab *

*\*: CI ビルドだけ使用できます*

# 🔥 使い方

Expand Down
4 changes: 4 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Eureka 是一个用户脚本,可以在任何基于 Scratch 的编辑器中加
- [x] Creaticode
- [x] Adacraft
- [x] PenguinMod
- [x] ElectraMod *
- [x] XPLab *

*\*: 仅在 CI 构建中可用*

# 🔥 使用方法
1. 安装一个用户脚本管理器扩展, 例如 Tampermonkey 或 Greasymonkey。
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions generate-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'
];

Expand Down
Loading