mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
23 lines
505 B
TypeScript
23 lines
505 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.jd.pingou',
|
|
name: '京喜',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: [
|
|
'com.jd.jdlite.ad.ADActivity',
|
|
'com.jd.jdlite.MainActivity',
|
|
],
|
|
matchLauncher: true,
|
|
rules: '[desc="闪屏广告"] + [text$="跳过"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12727342',
|
|
'https://i.gkd.li/import/13062974',
|
|
],
|
|
},
|
|
],
|
|
});
|