mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
24
src/apps/com.practical.master.toolsme.ts
Normal file
24
src/apps/com.practical.master.toolsme.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
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/import/13581740',
|
||||||
|
'https://i.gkd.li/import/13582110',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user