mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(直播吧): 更新提示、权限提示-通知权限 (#515)
This commit is contained in:
@@ -41,8 +41,28 @@ export default defineGkdApp({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
matches: ['[text="发现新版本"]', '[vid="iv_cancel"]'],
|
activityIds: '.ui.contollers.main.MainActivity',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14395465',
|
matches: ['[text="发现新版本"]', '[text$="不再提醒"]'],
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14395465',
|
||||||
|
'https://i.gkd.li/i/17825255',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
name: '权限提示-通知权限',
|
||||||
|
desc: '点击关闭',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
matches: '[vid="pushsetting_close_iv"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/e28aa1f2-8088-4f78-bee9-2d5832637671',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17825298',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user