mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:43:46 +08:00
feat(汽车之家): 开屏广告
This commit is contained in:
parent
0fbc537c27
commit
2bf27eb63d
15
src/apps/com.cubic.autohome.ts
Normal file
15
src/apps/com.cubic.autohome.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.cubic.autohome',
|
||||
name: '汽车之家',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.cubic.autohome.MainActivity',
|
||||
rules: '[id="com.cubic.autohome:id/ad_splash_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12660744',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user