From 3b379812a33a4e2ff450ed634170ab27a5a6a7c7 Mon Sep 17 00:00:00 2001 From: SwetyCore <68674499+SwetyCore@users.noreply.github.com> Date: Fri, 20 May 2022 14:28:59 +0800 Subject: [PATCH 1/5] Update README-zh.md --- README-zh.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 9518257..2b64380 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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来让你的前端显示在这里... From edb404438d2afd368308967c4f4b36bfa85d60af Mon Sep 17 00:00:00 2001 From: SwetyCore <68674499+SwetyCore@users.noreply.github.com> Date: Fri, 20 May 2022 14:29:51 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e5ec3b..8827bf2 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... From 46c1664a215bbb2995c2317c4ca2ed4356f33713 Mon Sep 17 00:00:00 2001 From: SwetyCore <68674499+SwetyCore@users.noreply.github.com> Date: Fri, 20 May 2022 14:30:08 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8827bf2..7f6b8a7 100644 --- a/README.md +++ b/README.md @@ -149,5 +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 -Desktop version on Windows https://github.com/SwetyCore/MojoDesktop +Desktop version on Windows https://github.com/SwetyCore/MojoDesktop ...You can develop your own frontend and make PR to put yours here... From 4f889b4f2ac479399907c2b2467c59c74fe0d379 Mon Sep 17 00:00:00 2001 From: SwetyCore <68674499+SwetyCore@users.noreply.github.com> Date: Fri, 20 May 2022 14:30:33 +0800 Subject: [PATCH 4/5] Update README-zh.md --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 2b64380..ed202c8 100644 --- a/README-zh.md +++ b/README-zh.md @@ -154,4 +154,4 @@ CDN前端:https://github.com/gc-mojoconsole/gc-mojoconsole.github.io Win 桌面版本 https://github.com/SwetyCore/MojoDesktop -...你可以字行开发前端,然后发起PR来让你的前端显示在这里... +...你可以自行开发前端,然后发起PR来让你的前端显示在这里... From b96b4c13414568cb57565097feb95300090b5f21 Mon Sep 17 00:00:00 2001 From: SwetyCore <68674499+SwetyCore@users.noreply.github.com> Date: Fri, 20 May 2022 14:30:51 +0800 Subject: [PATCH 5/5] Update README-zh.md --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index ed202c8..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。 ...之后请看使用说明...