mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
fix(堆糖) 评价提示(删除 activityIds)、通知提示-请求开启通知弹窗 (#45)
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user