mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(上海农商银行): 开屏广告 (#441)
This commit is contained in:
15
src/apps/com.srcb.pmbank.ts
Normal file
15
src/apps/com.srcb.pmbank.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.srcb.pmbank',
|
||||||
|
name: '上海农商银行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.yitong.mobile.biz.launcher.app.SplashActivity',
|
||||||
|
rules: '[id="com.srcb.pmbank:id/chronometer"][text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12740293',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user