mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:33:40 +08:00
feat(浦发银行): 开屏广告 (#442)
This commit is contained in:
parent
736a08b3a4
commit
812d1b0c00
16
src/apps/cn.com.spdb.mobilebank.per.ts
Normal file
16
src/apps/cn.com.spdb.mobilebank.per.ts
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'cn.com.spdb.mobilebank.per',
|
||||||
|
name: '浦发银行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'cn.com.spdb.mobilebank.per.activity.MainActivity',
|
||||||
|
rules:
|
||||||
|
'[id="cn.com.spdb.mobilebank.per:id/splash_tb_time"][text$="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12740308',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user