Skip to content
Merged

Sync #24

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
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
> [!WARNING]
> **这是 TouchFish v4 版本,自 v4 开始不再向前兼容 v1 - v3。**
>
> **根据规划,此版本(v4.7.0)是 TouchFish v4 的最后一个子版本,下一版本预计将进入 v5。**

> **重要通知:贡献者须知**
>
Expand All @@ -23,7 +25,7 @@

请观看[此视频](https://www.bilibili.com/video/BV1qqSqB4E6x)以查看 v4 版本的用法。

该视频演示的程序为 beta 版本,与正式发行版有若干出入,敬请谅解。
该视频演示的程序为 v4.0.0-beta 版本,与当前发行版有若干出入,敬请谅解。

## 相比于 v3 的变化

Expand Down Expand Up @@ -122,15 +124,16 @@ TouchFish 拥有丰富的衍生版本生态系统,满足不同用户需求:
| 版本名称 | 简称 | 主要作者 | 链接 | 对 v1-3 支持 | 语言 | 平台支持 | 特色 | 对 v4 支持
|---------|------|----------|----|-----|------|----------|------|--|
| LTS | TF | @2044-space-elevator, @035966-L3 和其他 LTS 贡献者 | [github](#发行版本生态), [mirror](https://mirror.ilovescratch.us.ci/TouchFish/LTS/) | ✅ | Python | Win, macOS, Linux | 根版本,长期支持 | ✅ |
| Astra | TFA | @ILoveScratch2 | [github](https://github.com/ILoveScratch2/TouchFish-Astra), [mirror](https://mirror.ilovescratch.us.ci/TouchFish/Astra/) | ✅ | Dart | 全平台 (UI) | 最佳发行版之一,现代化 UI | ✅ |
| Astra | TFA | @ILoveScratch2 | [github](https://github.com/ILoveScratch2/TouchFish-Astra), [mirror](https://mirror.ilovescratch.us.ci/TouchFish/Astra/) | ✅ | Dart | 全平台 (UI) | 最佳发行版之一,现代化 UI | ✅^ |
| UI Remake | TFUR | @pztsdy | [github](https://github.com/pztsdy/touchfish_ui_remake), [main-mirror](https://mirror.ilovescratch.us.ci/TouchFish/UI%20Remake/), [update-branch](https://github.com/pztsdy/touchfish_ui_remake/tree/update) | ✅ | Node.JS | Win, macOS*, Linux* | 现代化 UI,Markdown,代码高亮(生命周期已终止~~即停更~~) | ❌ |
| Plus | Plus | @ayf2192538031 | [github](https://github.com/2044-space-elevator/TouchFishPlus), [mirror](https://mirror.ilovescratch.us.ci/TouchFish/Plus%20(%E6%BA%90%E4%BB%A3%E7%A0%81)/) | ❌ | Python | Win*, macOS*, Linux* | 增强功能集 | ❌ |
| Pro | Pro | @BoXueDuoCai | [github](https://github.com/PigeonTechGroup/TouchFishPro), [mirror](https://mirror.ilovescratch.us.ci/TouchFish/Pro%20(%E6%BA%90%E4%BB%A3%E7%A0%81)/) | ✅ | Python | Win*, macOS*, Linux* | Markdown,LaTeX,用户高亮 | ❌ |
| Android | (已废除) | @pztsdy | [github](https://github.com/pztsdy/TouchFish-for-mobile), [mirror](https://mirror.ilovescratch.us.ci/TouchFish/Mobile%20%EF%BC%88%E4%B8%8D%E6%8E%A8%E8%8D%90%EF%BC%89/) | ✅ | Kotlin | Android | 移动端(有使用限制)(已停更) | ❌ |
| More | More | @xie2870 | [github](https://github.com/xie2870/touchfish_more), [gitee](https://gitee.com/xx2870/touchfish_more), [mirror](https://mirror.ilovescratch.us.ci/TouchFish/More(Lite)/) | ✅ | Python | Win*, macOS*, Linux (UI) | 性能优化,镜像站 | ❌ |

> *注:*
> 标 * 的版本可能需要自行编译、直接运行代码或缺少预编译包
> 标 * 的版本可能需要自行编译、直接运行代码或缺少预编译包。
>
> 标 ^ 的版本可能与 LTS v4.6.0/v4.7.0 存在少量兼容性问题,此时建议使用 LTS v4.3.3。

---

Expand Down
Loading