Skip to content

Commit

Permalink
v2023.4.23.8 (#7)
Browse files Browse the repository at this point in the history
* 修正`SettingNotFoundException`

* 版本自动更新

* APP下载管理功能

* 软件更新查询功能

* APP下载功能

* v2022.12.1.8 自测及bug修正

* 不再依赖axios

* 更新文档

* 去除gulp的依赖,不再使用new Function语句

* 修复图标显示问题,清理外置注释文件

* v2023.4.23.8

- 新增123pan支持
- 李跳跳更新至v2.2
- 默认包安装器设置功能
- 新增帮助与反馈功能
  • Loading branch information
gucong3000 committed Apr 23, 2023
1 parent ae06130 commit fed27d2
Show file tree
Hide file tree
Showing 33 changed files with 2,924 additions and 408 deletions.
10 changes: 2 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,7 @@ module.exports = {
idEndsWith: true,
textEndsWith: true,
descEndsWith: true,
text: true,
back: true,
textMatches: true,
textStartsWith: true,
id: true,
desc: true,
descStartsWith: true,
click: true,
dialogs: true,
auto: true,
setClip: true,
Expand All @@ -74,11 +67,12 @@ module.exports = {
waitForActivity: true,
waitForPackage: true,
currentActivity: true,
JavaAdapter: true,
__non_webpack_require__: true,
DEBUG: true,
},
rules: {
"indent": ["error", "tab"],
"indent": ["error", "tab", { SwitchCase: 1 }],
"quotes": ["error", "double"],
"semi": ["error", "always"],
"block-spacing": ["error", "always"],
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,21 @@ MIUI广告清理工具
> 进入“回收站”或者“应用商店”,重新安装。

## CHANGELOG

- v2023.4.23.8
- 预装应用卸载
- 去除卸载“纯净模式”功能
- 去广告APP
- 李跳跳更新至v2.2
- 关闭各应用广告
- 新增替换软件包安装器功能
- 回收站
- 使用原生圆形进度条,不再卡UI
- 修正MIUI 13+ 报错,无法找到设置项
- 新增下载管理
- 新增在线升级功能
- 新增帮助与反馈功能
- v2022.10.20.7
- 重构UI,减少对弹出框权限的依赖,菜单项加入描述信息、图标 -
- 重构UI,减少对弹出框权限的依赖,菜单项加入描述信息、图标
- 权限获取功能重构,修复不能正确请求权限的bug
- 增加若干可卸载APP
- 增加若干去广告APP
Expand Down

0 comments on commit fed27d2

Please sign in to comment.