Skip to content

Commit fed27d2

Browse files
authored
v2023.4.23.8 (#7)
* 修正`SettingNotFoundException` * 版本自动更新 * APP下载管理功能 * 软件更新查询功能 * APP下载功能 * v2022.12.1.8 自测及bug修正 * 不再依赖axios * 更新文档 * 去除gulp的依赖,不再使用new Function语句 * 修复图标显示问题,清理外置注释文件 * v2023.4.23.8 - 新增123pan支持 - 李跳跳更新至v2.2 - 默认包安装器设置功能 - 新增帮助与反馈功能
1 parent ae06130 commit fed27d2

33 files changed

+2924
-408
lines changed

.eslintrc.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,7 @@ module.exports = {
5252
idEndsWith: true,
5353
textEndsWith: true,
5454
descEndsWith: true,
55-
text: true,
5655
back: true,
57-
textMatches: true,
58-
textStartsWith: true,
59-
id: true,
60-
desc: true,
61-
descStartsWith: true,
62-
click: true,
6356
dialogs: true,
6457
auto: true,
6558
setClip: true,
@@ -74,11 +67,12 @@ module.exports = {
7467
waitForActivity: true,
7568
waitForPackage: true,
7669
currentActivity: true,
70+
JavaAdapter: true,
7771
__non_webpack_require__: true,
7872
DEBUG: true,
7973
},
8074
rules: {
81-
"indent": ["error", "tab"],
75+
"indent": ["error", "tab", { SwitchCase: 1 }],
8276
"quotes": ["error", "double"],
8377
"semi": ["error", "always"],
8478
"block-spacing": ["error", "always"],

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,21 @@ MIUI广告清理工具
283283
> 进入“回收站”或者“应用商店”,重新安装。
284284

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

0 commit comments

Comments
 (0)