feat(摩托范): 文章内容弹窗 (#990)

Co-authored-by: shanlan <hi@gobyte.cn>
This commit is contained in:
shanlanCoding
2023-10-14 00:52:58 +08:00
committed by GitHub
parent 1e83106404
commit 512a526ac9

View File

@@ -57,5 +57,20 @@ export default defineAppConfig({
},
],
},
{
key: 3,
name: '文章内容弹窗',
activityIds: [
'com.jdd.motorfans.modules.zone.search.ZoneInsideSearchActivity',
],
rules: [
{
name: '点x按钮',
key: 0,
matches: '[id="com.jdd.motorfans:id/iv_close"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12888087'],
},
],
},
],
});