feat(巧虎官方): 开屏广告 (#444)

This commit is contained in:
Kun Jinkao 2023-09-28 10:29:04 +08:00 committed by GitHub
parent 4f67d0a165
commit 3b895cf10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
src/apps/com.qh.tesla.ts Normal file
View File

@ -0,0 +1,15 @@
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://gkd-kit.songe.li/import/12740377',
},
],
});