Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
wzpan committed Sep 11, 2018
1 parent 3edce8b commit b8ed400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Cocos Creator 在构建的时候支持对脚本进行加密和压缩。

## 使用说明

命令行使用
### 命令行使用

1. 如果使用加密功能,第二个参数设置为 `encrypt`;如果使用解密功能,第二个参数设置为 `decrypt`。此参数为必选参数

Expand All @@ -38,7 +38,7 @@ Cocos Creator 在构建的时候支持对脚本进行加密和压缩。
./edc.py decrypt # 解密并解压
```

在其他 Python 脚本中引用
### 在其他 Python 脚本中引用

1. 下载edc.py文件放到你的脚本目录下,通过 `import edc` 进行导入
2. 直接调用 `edc.decrypt(is_zip, key, jsc_path)``edc.encrypt(is_zip, key, js_path)` 即可,可参考 edcExample.py 文件。
Expand Down

0 comments on commit b8ed400

Please sign in to comment.