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,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
activityIds: ['com.miui.home.launcher.Launcher'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.duitang.main:id/scoreDuitangCancel"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13203217',
|
||||
matches: '[vid="scoreDuitangCancel"]',
|
||||
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