Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Jan 21, 2014
1 parent a03c0bc commit 8bc7c97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions PLUGIN_DOCUMENT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
maClient Plugin Document
MAClient Plugin Document
================
本文档给出maclient插件制作的标准和一些参考

Expand All @@ -16,7 +16,7 @@ maClient Plugin Document

##概述

maclient1.50版本开始支持插件,通过在配置项中的“启用插件”功能(enable_plguins)和“禁用单个插件”选项(disabled)来控制插件的启用与否。
MAClient1.50版本开始支持插件,通过在配置项中的“启用插件”功能(enable_plguins)和“禁用单个插件”选项(disabled)来控制插件的启用与否。

插件为py脚本,放置在plugins目录下,由maclient_plugin在运行时载入;其中下划线开头的脚本和子目录中的脚本 __不会__ 被载入;同名脚本的优先级为pyd>py>pyc=pyo

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAClient是一个可以用来装B的百万亚瑟王客户端,用于解放你的双手和智商。目前支持台服、国服全区、韩服和日服。
MAClient是一个可以用来装B的百万亚瑟王客户端。支持台服、国服全区、韩服和日服。

[更新历史](https://github.com/fffonion/MAClient/wiki/HISTORY)

Expand All @@ -16,20 +16,20 @@ MAClient可以在支持websocket的浏览器上运行![chaojibang](http://ww1.si
MAClient可以在python2.x和3.x上运行
```shell
git clone --recursive https://github.com/fffonion/MAClient.git
mv httplib2/httplib2/* httplib2
MAClient_cli.py
MAClient_cli.py [config file]
MAClient_cli.py [config file] [task]/[commands]
cd httplib2
python setup.py install

python MAClient_cli.py
python MAClient_cli.py [config file]
python MAClient_cli.py [config file] [task]/[commands]
```
子模块为针对py2x的httplib2;对py3x,你需要下载[针对py3x的httplib2](https://github.com/fffonion/httplib2-plus/tree/python3)

**使用打包的exe的windows用户注意**:路径不能包含中文,这是pyinstaller的缺陷

##CONFIG.INI文件说明

关于config.ini可以参考config_sample.ini
##配置文件说明

图形化配置工具MAClientGUI可以从[这里下载](http://mac.yooooo.us/MAClientGUI.zip),相关源代码可以从[这里获得](https://github.com/fffonion/MAClient/tree/gui)
参考config_sample.ini,或者使用图形化配置工具MAClientGUI,它可以从[这里下载](http://mac.yooooo.us/MAClientGUI.zip),相关源代码可以从[这里获得](https://github.com/fffonion/MAClient/tree/gui)

***

Expand Down

0 comments on commit 8bc7c97

Please sign in to comment.