mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
16 lines
374 B
TypeScript
16 lines
374 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.qihoo.dr',
|
|
name: '360行车助手',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.qihoo.dr.ActivityWelcome',
|
|
rules: '[id="com.qihoo.dr:id/fl_ad"] >n [text="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12740163',
|
|
},
|
|
],
|
|
});
|