mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
25 lines
630 B
TypeScript
25 lines
630 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.practical.master.toolsme',
|
|
name: '实用大师',
|
|
groups: [
|
|
{
|
|
key: 6,
|
|
name: '全屏广告-广告弹窗',
|
|
rules: [
|
|
{
|
|
name: '字节穿山甲SDK',
|
|
activityIds:
|
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
|
matches: 'Image[width<60][height<60] < @View <n View [text="反馈"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/13581740',
|
|
'https://i.gkd.li/i/13582110',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|