mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
24 lines
560 B
TypeScript
24 lines
560 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.zmsoft.forwatch',
|
|
name: '子腾园',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '字节广告',
|
|
activityIds: 'com.zmapp.fwatch.activity.NativeAdActivity',
|
|
quickFind: true,
|
|
matches:
|
|
'@[id="com.zmsoft.forwatch:id/ad_close"] - * >n [text="广告"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13545995',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|