fix(堆糖) 评价提示(删除 activityIds)、通知提示-请求开启通知弹窗 (#45)

This commit is contained in:
AIsouler
2024-02-14 12:58:27 +08:00
committed by GitHub

View File

@@ -57,11 +57,10 @@ export default defineAppConfig({
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
quickFind: true, quickFind: true,
activityIds: ['com.miui.home.launcher.Launcher'],
rules: [ rules: [
{ {
matches: '[id="com.duitang.main:id/scoreDuitangCancel"]', matches: '[vid="scoreDuitangCancel"]',
snapshotUrls: 'https://i.gkd.li/import/13203217', snapshotUrls: 'https://i.gkd.li/import/14273094',
}, },
], ],
}, },
@@ -78,5 +77,15 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 5,
name: '通知提示-请求开启通知弹窗',
desc: '点击[x]',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '@[vid="dialogNegative"] +2 [text="打开通知"]',
snapshotUrls: 'https://i.gkd.li/import/14273121',
},
], ],
}); });