mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
33
src/apps/com.zmsoft.forwatch.ts
Normal file
33
src/apps/com.zmsoft.forwatch.ts
Normal file
@@ -0,0 +1,33 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user