mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(WPS): 开屏广告 (#1464)
This commit is contained in:
@@ -8,7 +8,18 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user