mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
34 lines
809 B
TypeScript
34 lines
809 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.zmsoft.forwatch',
|
|
name: '子腾园',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[text^="跳过"][text.length<=10]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13546004',
|
|
},
|
|
{
|
|
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/import/13545995',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|