mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:13:39 +08:00
parent
686fcf67ef
commit
8b82a55a0f
31
src/apps/com.fileunzip.zxwknight.ts
Normal file
31
src/apps/com.fileunzip.zxwknight.ts
Normal file
|
@ -0,0 +1,31 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.fileunzip.zxwknight',
|
||||
name: '解压专家',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '广告弹窗',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '字节广告',
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
matches:
|
||||
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13328194',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '升级专业版弹窗',
|
||||
activityIds: 'com.fileunzip.zxwknight.activity.MainActivity',
|
||||
rules:
|
||||
'@[id="com.fileunzip.zxwknight:id/ziputil_dialog_imageview"] +n [text="升级到专业版"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13328212',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user