fix(金山文档) 局部广告-列表卡片广告(修复误触)

This commit is contained in:
Kun Jinkao
2024-02-19 23:21:19 +08:00
parent d1757e60e5
commit 1522489a02

View File

@@ -13,10 +13,13 @@ export default defineAppConfig({
activityIds: 'cn.wps.yun.ui.IndexActivity',
quickFind: true,
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:
'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^="实用技巧"] 防止误触
],
},
],
},