mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
20 lines
424 B
TypeScript
20 lines
424 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'net.dxzq.jgzx',
|
|
name: '东兴198',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'net.dxzq.jgzx.activity.LoginPage',
|
|
rules: [
|
|
{
|
|
matches: '[id="net.dxzq.jgzx:id/tv_m"][text="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12852136',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|