mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(小米手机管家): 功能类-应用信息页-自启动提示(补充规则)
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '局部广告-卡片广告',
|
name: '局部广告-卡片广告',
|
||||||
desc: '关闭视频上方广告',
|
desc: '点击关闭',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user