mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
16 lines
366 B
TypeScript
16 lines
366 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.tdx.AndroidNew',
|
|
name: '通达信',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.tdx.Android.TdxAndroidActivity',
|
|
rules: '[id=null][text^="跳过"]',
|
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12774846',
|
|
},
|
|
],
|
|
});
|