Skip to content

Commit 82028fa

Browse files
committed
Adjust README
1 parent 4ea16d2 commit 82028fa

5 files changed

Lines changed: 37 additions & 16 deletions

File tree

README.md

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
11
# UndertaleModTool (Genouka Fork)
22

3-
![GitHub Release](https://img.shields.io/github/v/release/genouka/UndertaleModTool?style=flat)
4-
![GitHub Repo stars](https://img.shields.io/github/stars/genouka/UndertaleModTool?style=flat)
5-
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/genouka/UndertaleModTool/total) [![翻译状态](https://hosted.weblate.org/widget/qiuutmtv4/svg-badge.svg)](https://hosted.weblate.org/engage/qiuutmtv4/)
3+
![GitHub Release](https://img.shields.io/github/v/release/genouka/UndertaleModTool?style=flat) [![GitHub](https://img.shields.io/github/license/genouka/UndertaleModTool?logo=github)](https://github.com/UnderminersTeam/UndertaleModTool/blob/master/LICENSE.txt)
4+
![GitHub Repo stars](https://img.shields.io/github/stars/genouka/UndertaleModTool?style=flat) [![翻译状态](https://hosted.weblate.org/widget/qiuutmtv4/svg-badge.svg)](https://hosted.weblate.org/engage/qiuutmtv4/) [![Static Badge](https://img.shields.io/badge/Bilibili-%E7%A7%8B%E5%86%A5%E6%95%A3%E9%9B%A8__GenOuka-purple?style=flat-square)](https://space.bilibili.com/3493116076100126) [![Static Badge](https://img.shields.io/badge/Discord-qiuming__official-purple?style=flat-square)](https://discord.com/users/1124397340627845200)
65

7-
[![Static Badge](https://img.shields.io/badge/Bilibili-%E7%A7%8B%E5%86%A5%E6%95%A3%E9%9B%A8__GenOuka-purple?style=flat-square)](https://space.bilibili.com/3493116076100126)[![Static Badge](https://img.shields.io/badge/Discord-qiuming__official-purple?style=flat-square)](https://discord.com/users/1124397340627845200)
6+
**This is an unofficial fork of UndertaleModTool!**
87

9-
[Participate in localizing translations on Weblate!](https://hosted.weblate.org/engage/qiuutmtv4/)
8+
**这是一个非官方的UndertaleModTool分支。**
109

11-
**This is an unofficial fork of UndertaleModTool! 这是一个非官方的UndertaleModTool分支。**
10+
This repository maintains versions for four platforms: Windows, Linux, MacOS, and Android.
1211

13-
This repository maintains versions for four platforms: Windows, Linux, MacOS, and Android. 本仓库同时维护 Windows、Linux、MacOS、Android 四个平台的版本。
12+
本仓库同时维护 Windows、Linux、MacOS、Android 四个平台的版本。
1413

15-
| Releases(发布包) | URL(链接) |
16-
|:----------------------------:|----------------------------------------------------------------------------------------------|
17-
| Nightly Version(最新版) | [下载(Download)](https://github.com/Genouka/UndertaleModTool/releases/tag/nightly) |
18-
| Stable Version(稳定版) | [下载(Download)](https://github.com/Genouka/UndertaleModTool/releases) |
19-
| Test Build(测试构建) | [下载(Download)](https://github.com/Genouka/UndertaleModTool/actions/workflows/build_test_apk.yml) |
14+
## Download / 下载
2015

21-
Download the latest release of this fork from the [releases page](https://github.com/GenOuka/UndertaleModTool/releases). 在[releases页面](https://github.com/GenOuka/UndertaleModTool/releases)下载本fork项目的最新版本。
16+
| Releases (发布包) | Link / State (链接/状态) |
17+
|:-----------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
18+
| Stable (稳定版) | [![Latest Stable Release](https://img.shields.io/github/downloads/genouka/UndertaleModTool/latest/total)](https://github.com/genouka/UndertaleModTool/releases/latest) |
19+
| Nightly (每夜版) | [![Latest Stable Release](https://img.shields.io/github/downloads/genouka/UndertaleModTool/nightly/total)](https://github.com/genouka/UndertaleModTool/releases/tag/nightly) |
20+
| Test Build (测试构建) | [下载(Download)](https://github.com/Genouka/UndertaleModTool/actions/workflows/build_test_apk.yml) |
2221

23-
[QQ群](https://qm.qq.com/q/V1LyuIu3IY) [哔哩哔哩](https://space.bilibili.com/3493116076100126)
22+
If you are looking for the official version instead of the version I forked, please go to [here](https://github.com/UnderminersTeam/UndertaleModTool/)
23+
24+
如果你在找官方的版本而不是我Fork的版本,请前往[这里](https://github.com/UnderminersTeam/UndertaleModTool/)
25+
26+
[QQ群](https://qm.qq.com/q/V1LyuIu3IY) | [哔哩哔哩](https://space.bilibili.com/3493116076100126)
2427

2528
## What do I change?/我做了什么修改?
2629

30+
- Avalonia App for Windows/Linux/MacOS/Android 跨平台支持
31+
2732
- Add the support of multi-language and localization. 添加多语言和本地化支持
2833

34+
[Participate in localizing translations on Weblate!](https://hosted.weblate.org/engage/qiuutmtv4/)
35+
2936
![Preview](images/preview/image-2.png)
3037

3138
- Allow to import resources from other datafiles. 允许从其它数据文件导入资源
@@ -94,13 +101,27 @@ Download the latest release of this fork from the [releases page](https://github
94101

95102
![Preview](images/preview/img.png)
96103

97-
- Real-time static error checking 实时静态错误检查
104+
- Real-time static error checking and parameter matching checking 实时静态错误检查和参数匹配检查
98105

99106
![Preview](images/preview/img_1.png)
100107

101-
- Avalonia App for Linux/MacOS/Android 跨平台支持
108+
- Code editor dual-color theme and its settings 代码编辑器双色主题及其设置
109+
110+
![Preview](images/preview/img_2.png)
111+
112+
![Preview](images/preview/img_3.png)
113+
114+
- Better context menu 更好的上下文菜单
115+
116+
![Preview](images/preview/img_4.png)
117+
118+
![Preview](images/preview/img_5.png)
119+
120+
- Auto check for updates (can close) 自动检查更新功能(可以关闭)
102121

122+
- A more detailed and accurate code analyzer (type propagation and constant folding) 更详细准确的代码分析器(类型传播和常量展开)
103123

124+
- Actively synchronize upstream code, usually no longer than a week 积极同步上游代码,通常不会超过一周
104125

105126
## 鸣谢/Thanks
106127
如果没有以下项目作为基础,本项目将永远不会诞生!

images/preview/img_2.png

171 KB
Loading

images/preview/img_3.png

154 KB
Loading

images/preview/img_4.png

121 KB
Loading

images/preview/img_5.png

46.1 KB
Loading

0 commit comments

Comments
 (0)