Skip to content

Commit d369fd3

Browse files
author
tiann
committed
0.10.1
1 parent 2599656 commit d369fd3

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
在VirtualXposed中安装Xposed模块,可以跟安装正常的APK一样,以上两种安装App的方式也适用于安装Xposed模块。不过,你也可以通过VirtualXposed中内置的XposedInstaller来安装和管理模块,跟通常的XposedInstaller使用方式一样;去下载页面,下载安装即可。
3131

32-
## 已经支持的模块
32+
## 亲测可用的模块
3333

3434
- [微X模块][wx]: 微信模块,功能全面;但与VXP兼容性一般。
3535
- [微信巫师][wxws]: 微信模块,项目开源,代码优秀。
@@ -54,7 +54,7 @@
5454
## 已知问题
5555

5656
1. 由于暂不支持资源HOOK,因此资源钩子不会起任何作用;使用资源HOOK的模块,相应的功能不会生效。
57-
2. 部分插件的兼容性有问题,比如QX模块
57+
2. 无法修改系统,因此相关的模块不会生效
5858

5959
## 支持和加入
6060

@@ -69,7 +69,7 @@
6969
1. [VirtualApp](https://github.com/asLody/VirtualApp)
7070
2. [Xposed](https://github.com/rovo89/Xposed)
7171

72-
[latest_version]: http://files.git.oschina.net/group1/M00/03/C8/PaAvDFsONQOAY2SRAGjn-qFtaQ8858.apk?token=153919af24db88f6a7340b1269e4dd2c&ts=1527658478&attname=VirtualXposed_0.10.0.apk
72+
[latest_version]: http://files.git.oschina.net/group1/M00/03/C9/PaAvDFsPVTGAZ6oDAGjZ4ArO67o005.apk?token=042a78915be6b72cc24dd35dad9aeb78&ts=1527731511&attname=VirtualXposed_0.10.1.apk
7373
[wx]: https://pan.baidu.com/s/1hrOzCnq#list/path=%2Freleases%2Fapk&parentPath=%2Freleases
7474
[wxws]: https://github.com/Gh0u1L5/WechatMagician/releases
7575
[yybl]: https://www.coolapk.com/apk/com.sollyu.xposed.hook.model

download.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# 发布日志
22

3-
# 0.10.0
3+
# 0.10.1
44

5-
[下载](http://files.git.oschina.net/group1/M00/03/C8/PaAvDFsONQOAY2SRAGjn-qFtaQ8858.apk?token=153919af24db88f6a7340b1269e4dd2c&ts=1527658478&attname=VirtualXposed_0.10.0.apk)
5+
[下载](http://files.git.oschina.net/group1/M00/03/C9/PaAvDFsPVTGAZ6oDAGjZ4ArO67o005.apk?token=042a78915be6b72cc24dd35dad9aeb78&ts=1527731511&attname=VirtualXposed_0.10.1.apk)
66

77
1. 现在可以去掉恼人的常驻通知栏了。
88
2. 设置界面添加Xposed模块管理的入口,更加便捷(设置-模块管理)。
99
3. 允许安装没有签名的应用到 VirtualXposed(设置-高级设置)。
1010
4. 修复Xposed模块声明多个入口时只会生效一个的BUG。
1111
5. 修复Xposed接口调用原函数直接崩溃的BUG。
1212
6. 初步支持 x86。
13+
7. 修复非中文系统上安装必定闪退的问题。
1314

1415
What's new ?
1516

@@ -19,10 +20,11 @@ What's new ?
1920
4. fix bug of Xposed module with multiple entries.
2021
5. fix bug of Xposed when invoke orignal method.
2122
6. add initial support for x86.
23+
7. fix crash when add app to VirtualXposed.
2224

2325

2426

25-
2018/5/30
27+
2018/5/31
2628

2729
# 0.9.9
2830

0 commit comments

Comments
 (0)