mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:22:22 +08:00
feat(平安好车主): 开屏广告 (#407)
This commit is contained in:
parent
06fd9ed88b
commit
3c0057fe41
15
src/apps/com.pingan.carowner.ts
Normal file
15
src/apps/com.pingan.carowner.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.pingan.carowner',
|
||||
name: '平安好车主',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.pingan.carowner.activity.SplashActivity',
|
||||
rules: '[id="com.pingan.carowner:id/splash_time_tv"][text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12727845',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user