mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
16 lines
407 B
TypeScript
16 lines
407 B
TypeScript
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://i.gkd.li/import/12740293',
|
|
},
|
|
],
|
|
});
|