Skip to content

Commit

Permalink
🔧§chore: transfer to EurekaScratch (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jexjws authored and SimonShiki committed Nov 11, 2023
1 parent f427408 commit 3cd5597
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README-ja_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Eureka は Tampermonkey/GreasyMonkey に対応するユーザースクリプト
# 🔥 使い方

1. Tampermonkey / Greasymonkey をインストールします。
2. [リリースページ](https://github.com/SimonShiki/chibi/releases)を開き、バージョンを選択してインストールします。
2. [リリースページ](https://github.com/EurekaScratch/eureka-loader/releases)を開き、バージョンを選択してインストールします。
3. 'ブロック定義'のカテゴリーで、'Open Frontend' が現れます。クリックすると拡張機能をサイドロードできます。(都合により、およそ5秒のラグがあります)

> うん…エディターによって、ボタンが正常に現れない場合もあります。その時は DevTools で拡張機能をロードできます。
Expand All @@ -49,7 +49,7 @@ Eureka は Tampermonkey/GreasyMonkey に対応するユーザースクリプト

Eureka のダッシュボードには拡張機能のギャラリーがあります。どうぞ自由に好きな拡張機能を使ってください。

もし良かったら [moth](https://github.com/SimonShiki/moth) で自分の一番好きな拡張機能を投稿してください。
もし良かったら [moth](https://github.com/EurekaScratch/moth) で自分の一番好きな拡張機能を投稿してください。

# ⚓ ライセンス

Expand Down
4 changes: 2 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Eureka 是一个用户脚本,可以在任何基于 Scratch 的编辑器中加

# 🔥 使用方法
1. 安装一个用户脚本管理器扩展, 例如 Tampermonkey 或 Greasymonkey。
2. 打开[发布页](https://github.com/SimonShiki/eureka/releases), 点击一个版本来安装。
2. 打开[发布页](https://github.com/EurekaScratch/eureka-loader/releases), 点击一个版本来安装。
3. 在'自定义积木'分类栏中找到'Open Frontend'按钮,点击它即可侧载你的扩展。(你可能需要 5 秒来等待按钮出现)

> 嗯...也许因为编辑器差异,按钮并不会正常显示。不过别担心,你还可以通过其他的方式来侧载你的扩展!
Expand All @@ -41,7 +41,7 @@ Eureka 是一个用户脚本,可以在任何基于 Scratch 的编辑器中加
3. 大功告成!

# 🥰 贡献扩展
Eureka 的前端提供了一个扩展橱窗,你可以在其中任意挑选你喜欢的扩展。我们同样欢迎你将自己的扩展投稿至橱窗中。欲知详情请访问[moth](https://github.com/SimonShiki/moth)
Eureka 的前端提供了一个扩展橱窗,你可以在其中任意挑选你喜欢的扩展。我们同样欢迎你将自己的扩展投稿至橱窗中。欲知详情请访问[moth](https://github.com/EurekaScratch/moth)

# ⚓ 许可证
AGPL-3.0, 请看 [LICENSE](./LICENSE).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Eureka is a userscript which can load 3rd-party extensions in any Scratch-based

# 🔥 Usage
1. Install UserScript Manager like Tampermonkey or Greasymonkey.
2. Open [release](https://github.com/SimonShiki/eureka/releases), Then click one release to install.
2. Open [release](https://github.com/EurekaScratch/eureka-loader/releases), Then click one release to install.
3. Find 'Open Frontend' button in 'My Blocks' category. you can sideload your extension by clicking it. You may have to wait 5 seconds to make the button appeared.

> Or... Due to editor differences, the button may not appear. There are other ways you can sideload extensions.
Expand All @@ -43,7 +43,7 @@ Eureka is a userscript which can load 3rd-party extensions in any Scratch-based
3. Your extension got loaded!

# 🥰 Contribute extensions
Eureka's front-end provides an extension gallary where you can pick any extension you like. You are also welcome to contribute your own extensions to the gallary. For more information please visit [moth](https://github.com/SimonShiki/moth)
Eureka's front-end provides an extension gallary where you can pick any extension you like. You are also welcome to contribute your own extensions to the gallary. For more information please visit [moth](https://github.com/EurekaScratch/moth)

# ⚓ License
AGPL-3.0, see [LICENSE](./LICENSE).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Eureka",
"version": "6",
"description": "Universal scratch extension loader.",
"repository": "https://github.com/SimonShiki/eureka",
"repository": "https://github.com/EurekaScratch/eureka",
"author": "SimonShiki",
"license": "AGPL-3.0-only",
"private": true,
Expand Down

0 comments on commit 3cd5597

Please sign in to comment.