Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongyi Tong committed Dec 17, 2015
1 parent 3ac1037 commit 64ec521
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@

## 最新版本

[**v1.1 (2015.10.28)**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.1)
[**v1.2 (2015.12.17) 重要更新**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.2)

1. 服务运行时防止息屏。
1. 增加了微信语言 英语 的支持,修复了由此导致的一系列问题。
2. 修改了红包重复判断的逻辑,戳“名称与缓存不一致的红包”和“名称一致且间隔大于5秒”的红包。

## 使用方法

Expand All @@ -28,6 +29,6 @@

本项目源自小米今年秋季发布会时演示的抢红包测试[源码](https://github.com/XiaoMi/LuckyMoneyTool)。stable分支基于此代码继续开发,dev分支重写了几乎所有的逻辑代码。应用的包名com.miui.hongbao未变。

由于插件可能会改变自然的微信交互方式,这份代码仅可用于教学目的,不得更改后用于其他用途。
由于插件可能会改变自然的微信交互方式,这份代码仅可用于教学目的,不得更改后用于其他用途。对于使用插件时可能发生的任何情形,由使用者自行承担,包括但不限于“禁用红包功能”、“微信封号”。

项目使用MIT许可证。在上述前提下,你可以将代码用于任何用途。
项目使用MIT许可证。在理解可能的风险后,你可以将代码用于任何用途。
7 changes: 4 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ The following doc is targeted at **stable branch**.

## Newest Version

[**v1.1 (2015.10.28)**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.1)
[**v1.2 (2015.12.17) !important**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.2)

1. Keep screen on when service is running.
1. Add support for the English language. Fix related issues.
2. Change the logic of detecting duplicate red envelopes. Only those name unmatched with cached or those name matched but with a duration > 5 secs will be touched.

## Usage

Expand All @@ -30,4 +31,4 @@ The following doc is targeted at **stable branch**.

The project was heavily inspired by an [app](https://github.com/XiaoMi/LuckyMoneyTool) demonstrated on XiaoMi's news conference for its phone product this autumn. The stable branch is developed after this, while the dev branch rewrites nearly all the code. The package name remains unchanged as `com.miui.hongbao`.

**Note that:** This app might alter the natural way of interactions with WeChat. Thus the code is restricted to educational use only. You are *not* allowed to use it for other purposes.
**Note that:** This app might alter the natural way of interactions with WeChat. Thus the code is restricted to educational use only. You are *not* allowed to use it for other purposes. You must understand and be fully responsiable of the potential risks of using the app, including "being forbidden to use WeChat Lucky Money functionality", etc.

0 comments on commit 64ec521

Please sign in to comment.