Skip to content

Commit ae90429

Browse files
committed
更新软件
1 parent 04afce5 commit ae90429

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miui_cleaner",
3-
"version": "2023.5.6.9",
3+
"version": "2024.5.2.9",
44
"private": true,
55
"description": "MIUI广告清理工具",
66
"scripts": {

src/miui_cleaner_app/downApp.js

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ const appList = [
1616
summary: "干净小巧的广告自动跳过工具",
1717
icon: "https://litiaotiao.cn/apple-touch-icon.png",
1818
packageName: "hello.litiaotiao.app",
19-
url: "https://www.123pan.com/s/ZYAZVv-TBYjd",
19+
url: "https://www.123pan.com/s/HQeA-Y81Sh",
2020
filter (files) {
2121
return files.filter(file => {
22-
return /|MissLee/.test(file.fileName) && !file.fileName.includes("真实好友");
22+
return /|MissLee/.test(file.fileName) && !file.fileName.includes("真实好友") && !file.fileName.includes("测试版");
2323
});
2424
},
2525
},
@@ -38,12 +38,19 @@ const appList = [
3838
packageName: "com.microsoft.emmx",
3939
url: "https://app.mi.com/details?id=com.microsoft.emmx",
4040
},
41+
// {
42+
// name: "小米浏览器",
43+
// summary: "国际版",
44+
// icon: "https://m.32r.com/logo/210519/202105191427372351.png",
45+
// packageName: "com.mi.globalbrowser",
46+
// url: "https://wwm.lanzoul.com/tp/idzsf0bh062h",
47+
// },
4148
{
42-
name: "小米浏览器",
43-
summary: "国际版",
44-
icon: "https://m.32r.com/logo/210519/202105191427372351.png",
45-
packageName: "com.mi.globalbrowser",
46-
url: "https://wwm.lanzoul.com/tp/idzsf0bh062h",
49+
name: "氢流浏览器",
50+
summary: "小米浏览器的无广告版",
51+
icon: "https://img.ddooo.com/logo/210304/202103041751294581.png",
52+
packageName: "com.qingliu.browser",
53+
url: "https://api.ddooo.com/down/191322",
4754
},
4855
{
4956
name: "讯飞输入法",
@@ -131,7 +138,7 @@ const appList = [
131138
summary: "无广告,体较小,更漂亮,替代“小米天气”",
132139
icon: "http://pp.myapp.com/ma_icon/0/icon_42394164_1637810437/256",
133140
packageName: "com.joe.holi",
134-
url: "https://www.coolapk.com/apk/com.joe.holi",
141+
url: "https://m.32r.com/app/14119.html",
135142
},
136143
{
137144
name: "ES文件浏览器",

src/miui_cleaner_app/multiChoice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function multiChoice (
3030
</card>
3131
</list>
3232
</vertical>
33-
<fab id="done" w="auto" h="auto" src="file://res/drawable/ic_done_white.png" margin="0 32" layout_gravity="bottom|center" tint="#ffffff" />
33+
<fab id="done" w="auto" h="auto" src="file://${files.path("./res/drawable/ic_done_white.png")}" margin="0 32" layout_gravity="bottom|center" tint="#ffffff" />
3434
</frame>
3535
`);
3636

src/miui_cleaner_app/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"scripts": {},
1717
"useFeatures": [],
1818
"versionCode": 9,
19-
"versionName": "2023.5.6.9"
19+
"versionName": "2024.5.2.9"
2020
}

0 commit comments

Comments
 (0)