mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(懂车帝): 开屏广告
This commit is contained in:
15
src/apps/com.ss.android.auto.ts
Normal file
15
src/apps/com.ss.android.auto.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.ss.android.auto',
|
||||
name: '懂车帝',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.ss.android.auto.activity.SplashActivity',
|
||||
rules: 'TextView[text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12605327',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user