Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying to support for majsoul-plus 2.x #43

Merged
merged 2 commits into from
Jan 17, 2020
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@
- 导入 **main.js** 或打开 [此链接](https://greasyfork.org/scripts/378059-majsoul-helper) 安装脚本

### 安装方法 - Majsoul Plus
#### 1.x版本
- 在 **resources\app\execute** 中新建文件夹
- 将 **execute.json** 、 **main.js** 文件复制到该文件夹
#### 2.x版本(未经过充分测试)
- 在 **resources\app\extension** 中新建文件夹,并设置文件夹的名字为任意英文数字字符串
- 将 **extension.json** 、 **main.js** 文件复制到该文件夹
- 打开 **extension.json** ,在文件开头的 **"id":** 处填写文件夹的名字,保存

### 使用方法
- 单击右下角按钮打开控制界面
Expand Down
9 changes: 9 additions & 0 deletions extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "",
"version": "1.0.1",
"name": "雀魂辅助",
"author": ["Fr0stbyteR"],
"description": "帮助有眼疾的科学麻将选手看清场况、理性打牌。",
"preview": "preview.jpg",
"entry": "main.js",
}