mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat: 系统更新-流量更新点击继续下载 等2个更新 (#1338)
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineGkdApp({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '更新提示-智能更新弹窗',
|
name: '功能类-不开启自动更新',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
@@ -26,5 +26,32 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '功能类-流量更新点击继续下载',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.android.updater.UpdateActivity',
|
||||||
|
matches: [
|
||||||
|
'[text^="您当前正在使用数据网络,继续下载可能会产生流量费用"]',
|
||||||
|
'[text="继续下载"]',
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23182185',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '功能类-不开启流量自动更新',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.android.updater.UpdateActivity',
|
||||||
|
matches: ['[text="开启数据网络自动下载"]', '[text="不开启"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23182175',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user