mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
25 lines
550 B
TypeScript
25 lines
550 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.cctv.cctv5ultimate',
|
|
name: '央视体育',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '弹窗广告',
|
|
quickFind: true,
|
|
activityIds: 'com.cctv.cctv5ultimate.activity.MainActivity',
|
|
rules: [
|
|
{
|
|
matches: [
|
|
'[text="广告"]',
|
|
'[id="com.cctv.cctv5ultimate:id/iv_close"]',
|
|
],
|
|
snapshotUrls: 'https://i.gkd.li/import/13405159',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|