Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0stbyteR committed Feb 24, 2019
1 parent 5ea0684 commit c0208bb
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
14 changes: 14 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) {{ year }} {{ organization }}

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 雀魂麻将牌效辅助
> 使用天凤牌理规则,根据牌效将推荐的两枚切牌染色。
![Demo](./example.png)

> 挤房间功能
### 安装方法
- 安装油猴脚本 TamperMonkey
- 导入 **main.js** 或打开 [此链接](https://greasyfork.org/zh-CN/scripts/378059-majsoul-helper) 安装脚本

### 使用方法
- 牌效染色默认开启

- 自动和了按钮默认开启

- 自动打牌功能

如需开启电脑自动打牌,请打开控制台 (F12) 输入 `helper.auto = true;`

若要关闭,输入 `helper.auto = false;`
- 高速加入房间功能

如需高速加入房间(如房间 0000 ),请打开控制台 输入 `add = new AddRoom(0000).start();`

停止加入,请输入 `add.stop();`
Binary file added example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0208bb

Please sign in to comment.