mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:53:34 +08:00
feat(巧虎官方): 开屏广告 (#444)
This commit is contained in:
parent
4f67d0a165
commit
3b895cf10b
15
src/apps/com.qh.tesla.ts
Normal file
15
src/apps/com.qh.tesla.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user