mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(途虎养车): 开屏广告 (#808)
This commit is contained in:
17
src/apps/cn.TuHu.android.ts
Normal file
17
src/apps/cn.TuHu.android.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.TuHu.android',
|
||||
name: '途虎养车',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'cn.TuHu.Activity.tuhutab.TuHuTabActivity',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules: '[id="cn.TuHu.android:id/rl_activity_welcome_jump"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12846408',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user