mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(小步点): 弹窗广告 (#2321)
This commit is contained in:
@@ -16,12 +16,12 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '广告弹窗',
|
name: '弹窗广告',
|
||||||
activityIds: 'run.xbud.android.mvp.ui.other.MainActivity',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '快手广告',
|
name: '快手广告',
|
||||||
|
activityIds: 'run.xbud.android.mvp.ui.other.MainActivity',
|
||||||
matches:
|
matches:
|
||||||
'[id="run.xbud.android:id/ksad_tk_view"] >n @ViewGroup[clickable=true] > ImageView',
|
'[id="run.xbud.android:id/ksad_tk_view"] >n @ViewGroup[clickable=true] > ImageView',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
@@ -32,6 +32,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '腾讯广告1',
|
name: '腾讯广告1',
|
||||||
|
activityIds: 'run.xbud.android.mvp.ui.other.MainActivity',
|
||||||
matches:
|
matches:
|
||||||
'ImageView - LinearLayout < FrameLayout - FrameLayout > FrameLayout > ImageView',
|
'ImageView - LinearLayout < FrameLayout - FrameLayout > FrameLayout > ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13296371',
|
snapshotUrls: 'https://i.gkd.li/import/13296371',
|
||||||
@@ -39,10 +40,28 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '腾讯广告2',
|
name: '腾讯广告2',
|
||||||
|
activityIds: 'run.xbud.android.mvp.ui.other.MainActivity',
|
||||||
matches:
|
matches:
|
||||||
'ImageView -n FrameLayout > FrameLayout > FrameLayout > ImageView',
|
'ImageView -n FrameLayout > FrameLayout > FrameLayout > ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13296398',
|
snapshotUrls: 'https://i.gkd.li/import/13296398',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '字节广告-1',
|
||||||
|
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/13414538',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
name: '字节广告-2',
|
||||||
|
activityIds:
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_reward_full_count_down_after"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13414544',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user