feat(WPS): 开屏广告 (#1464)

This commit is contained in:
Kun Jinkao
2023-10-28 23:09:17 +08:00
committed by GitHub
parent e874fe1465
commit ae8a4ca9a8

View File

@@ -8,7 +8,18 @@ export default defineAppConfig({
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'cn.wps.moffice.documentmanager.PreStartActivity', activityIds: 'cn.wps.moffice.documentmanager.PreStartActivity',
rules: '[id=`cn.wps.moffice_eng:id/splash_skip`]', rules: [
{
key: 0,
matches: '[id=`cn.wps.moffice_eng:id/splash_skip`]',
snapshotUrls: [], // 需要补充快照
},
{
key: 1,
matches: '[id="cn.wps.moffice_eng:id/splash_jump"]',
snapshotUrls: 'https://i.gkd.li/import/13188596',
},
],
}, },
{ {
key: 1, key: 1,