mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(金山文档) 更新提示、通知提示-请求开启推送通知弹窗、局部广告-列表卡片广告(修复误触) (#85)
This commit is contained in:
@@ -13,12 +13,33 @@ export default defineAppConfig({
|
|||||||
activityIds: 'cn.wps.yun.ui.IndexActivity',
|
activityIds: 'cn.wps.yun.ui.IndexActivity',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches:
|
matches:
|
||||||
'[id="cn.wps.yun:id/rootGroup"][childCount=5] > [id="cn.wps.yun:id/moreIconRight"]',
|
'[id="cn.wps.yun:id/rootGroup"][childCount=5] > [text^="实用技巧"] +3 [id="cn.wps.yun:id/moreIconRight"]',
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/47232102/bc97cb52-aad0-4114-a548-5831edbe342d',
|
'https://m.gkd.li/47232102/bc97cb52-aad0-4114-a548-5831edbe342d',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13495062',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13495062',
|
||||||
|
'https://i.gkd.li/import/14333322', // 限定 [text^="实用技巧"] 防止误触
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '更新提示',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[text="发现新版本"] +3 [text="取消"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14333103',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '通知提示-请求开启推送通知弹窗',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[text="开启推送通知"] +2 * > [text="取消"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14333362',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user