Skip to content

Commit

Permalink
UPDATE ANNOUNCEMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty472123 committed Apr 3, 2018
1 parent 5310145 commit 764e5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Android 手机最近使用过的微信小程序所对应的 wxapkg 包文件都

### 局限

- 实现中很多功能基于特定的版本(`wcc-v0.6vv_20180111_fbi`)和字符串搜索,所以不能很好的适应各种特殊情况。
- 实现中很多功能基于特定的版本(`wcc-v0.6vv_20180111_fbi`, 且不考虑面向低版本适配)和字符串搜索,所以不能很好的适应各种特殊情况。
- wxml 文件拥有不同于 xml 和 html 文件的字符转义规则,且尚未公开(并非"没有"),因此未能很好的还原相关内容。
- js 文件被压缩后会丢失原始变量名等信息内容无法还原;wxss 文件压缩后的注释也会丢失。
- wxs 文件会将所有的变量如 Math 改为 nv_Math ,这里仅通过字符串替换去除。
Expand Down

0 comments on commit 764e5a5

Please # to comment.