Merge pull request #7 from SwetyCore/main

Add link for MojoDesktop(windows)

-------

增加了 MojoDesktop(windows) 的链接
This commit is contained in:
mingjun97 2022-05-20 14:39:02 +08:00 committed by GitHub
commit 61dae0e551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -32,7 +32,7 @@ MojoConsolePlus(MCP)是一个[Grasscutter](https://github.com/Grasscutters/Grass
2. 找到grasscutter的安装位置复制 ``grasscutter`` 的jar文件到刚刚新创建的 ``gc-mojoconsole-backend/gc-plugin/lib`` 文件夹。 2. 找到grasscutter的安装位置复制 ``grasscutter`` 的jar文件到刚刚新创建的 ``gc-mojoconsole-backend/gc-plugin/lib`` 文件夹。
3. 进入 ``gc-mojoconsole-plus`` 文件夹,执行``gradlew build`` (cmd) **或者** ``./gradlew build`` (Powershell, Linux & Mac)来进行编译。 3. 进入 ``gc-mojoconsole-plus`` 文件夹,执行``gradlew build`` (cmd) **或者** ``./gradlew build`` (Powershell, Linux & Mac)来进行编译。
4. 如果编译成功, 你可以找到``gc-plugin`` 文件夹下的 ``mojoconsole.jar``文件. 4. 如果编译成功, 你可以找到``gc-plugin`` 文件夹下的 ``mojoconsole.jar``文件.
5. 编译好的 ``mojoconsole.jar`` 文件复制到``Grasscutter`` 安装位置下的 ``plugins`` 文件夹。 5. 编译好的 ``mojoconsole.jar`` 文件复制到``Grasscutter`` 安装位置下的 ``plugins`` 文件夹。
6. 启动grasscutter。 6. 启动grasscutter。
...之后请看使用说明... ...之后请看使用说明...
@ -152,4 +152,6 @@ function sendCommand(payload){
By SpikeHD: https://github.com/SpikeHD/MojoFrontend (under development) By SpikeHD: https://github.com/SpikeHD/MojoFrontend (under development)
CDN前端https://github.com/gc-mojoconsole/gc-mojoconsole.github.io CDN前端https://github.com/gc-mojoconsole/gc-mojoconsole.github.io
...你可以字行开发前端然后发起PR来让你的前端显示在这里... Win 桌面版本 https://github.com/SwetyCore/MojoDesktop
...你可以自行开发前端然后发起PR来让你的前端显示在这里...

View File

@ -149,4 +149,5 @@ function sendCommand(payload){
By SpikeHD: https://github.com/SpikeHD/MojoFrontend (under development) By SpikeHD: https://github.com/SpikeHD/MojoFrontend (under development)
CDN hosted frontendhttps://github.com/gc-mojoconsole/gc-mojoconsole.github.io CDN hosted frontendhttps://github.com/gc-mojoconsole/gc-mojoconsole.github.io
Desktop version on Windows https://github.com/SwetyCore/MojoDesktop
...You can develop your own frontend and make PR to put yours here... ...You can develop your own frontend and make PR to put yours here...