mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
16 lines
377 B
TypeScript
16 lines
377 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.qh.tesla',
|
|
name: '巧虎官方',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.qh.tesla.splash.SplashActivity',
|
|
rules: '[id="com.qh.tesla:id/ad_timer"][text^="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12740377',
|
|
},
|
|
],
|
|
});
|