mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
feat: 汇率速查-全屏广告 #1123
This commit is contained in:
39
src/apps/com.zhima.currency.ts
Normal file
39
src/apps/com.zhima.currency.ts
Normal file
@@ -0,0 +1,39 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.zhima.currency',
|
||||
name: '汇率速查',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
fastQuery: true,
|
||||
activityIds: [
|
||||
'com.bytedance.sdk.openadsdk.core.component.reward.activity.TTFullScreenVideoActivity',
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
],
|
||||
matches:
|
||||
'@ImageView[childCount=0] < ViewGroup[childCount=1] - ViewGroup > [text="反馈"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/c07dc400-c222-4592-bf4e-9fa2227a1751',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/21910422',
|
||||
'https://i.gkd.li/i/21910423',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
matches:
|
||||
'@Image[childCount=0][width<70 && height<70] < View[childCount=1] < View[childCount=1] + View > [text="广告"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/6dded2be-0407-488d-a0cc-4aca133f6fc0',
|
||||
snapshotUrls: 'https://i.gkd.li/i/21910493',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user