feat(小米手机管家): 功能类-应用信息页-自启动提示(补充规则)

This commit is contained in:
AIsouler
2024-06-03 17:27:29 +08:00
parent dfa86e2abc
commit 56405c6af6
2 changed files with 10 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ export default defineGkdApp({
{ {
key: 1, key: 1,
name: '局部广告-卡片广告', name: '局部广告-卡片广告',
desc: '关闭视频上方广告', desc: '点击关闭',
rules: [ rules: [
{ {
quickFind: true, quickFind: true,

View File

@@ -106,16 +106,22 @@ export default defineGkdApp({
}, },
{ {
key: 15, key: 15,
name: '功能类-关闭应用信息页开启自启动后出现的提示', name: '功能类-应用信息页-自启动提示',
desc: '点击[知道了]', desc: '点击[知道了]/[关闭]',
quickFind: true, quickFind: true,
activityIds: 'com.miui.appmanager.ApplicationsDetailsActivity',
rules: [ rules: [
{ {
key: 0,
action: 'back', action: 'back',
activityIds: 'com.miui.appmanager.ApplicationsDetailsActivity',
matches: '[text^="开启自启动"]', matches: '[text^="开启自启动"]',
snapshotUrls: 'https://i.gkd.li/i/15524706', snapshotUrls: 'https://i.gkd.li/i/15524706',
}, },
{
key: 1,
matches: ['[text^="关闭自启动后将导致"]', '[text="关闭"]'],
snapshotUrls: 'https://i.gkd.li/i/15531343',
},
], ],
}, },
], ],