diff --git a/README-zh.md b/README-zh.md index 9518257..99cd07c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -32,7 +32,7 @@ MojoConsolePlus(MCP)是一个[Grasscutter](https://github.com/Grasscutters/Grass 2. 找到grasscutter的安装位置,复制 ``grasscutter`` 的jar文件到刚刚新创建的 ``gc-mojoconsole-backend/gc-plugin/lib`` 文件夹。 3. 进入 ``gc-mojoconsole-plus`` 文件夹,执行``gradlew build`` (cmd) **或者** ``./gradlew build`` (Powershell, Linux & Mac)来进行编译。 4. 如果编译成功, 你可以找到``gc-plugin`` 文件夹下的 ``mojoconsole.jar``文件. -5. 讲编译好的 ``mojoconsole.jar`` 文件复制到``Grasscutter`` 安装位置下的 ``plugins`` 文件夹。 +5. 将编译好的 ``mojoconsole.jar`` 文件复制到``Grasscutter`` 安装位置下的 ``plugins`` 文件夹。 6. 启动grasscutter。 ...之后请看使用说明... @@ -152,4 +152,6 @@ function sendCommand(payload){ By SpikeHD: https://github.com/SpikeHD/MojoFrontend (under development) CDN前端:https://github.com/gc-mojoconsole/gc-mojoconsole.github.io -...你可以字行开发前端,然后发起PR来让你的前端显示在这里... \ No newline at end of file +Win 桌面版本 https://github.com/SwetyCore/MojoDesktop + +...你可以自行开发前端,然后发起PR来让你的前端显示在这里... diff --git a/README.md b/README.md index 2e5ec3b..7f6b8a7 100644 --- a/README.md +++ b/README.md @@ -149,4 +149,5 @@ function sendCommand(payload){ By SpikeHD: https://github.com/SpikeHD/MojoFrontend (under development) CDN hosted frontend:https://github.com/gc-mojoconsole/gc-mojoconsole.github.io -...You can develop your own frontend and make PR to put yours here... \ No newline at end of file +Desktop version on Windows https://github.com/SwetyCore/MojoDesktop +...You can develop your own frontend and make PR to put yours here...