mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(春木漫画): 弹窗广告 (#3221)
This commit is contained in:
28
src/apps/com.galaxy.qbyd.ts
Normal file
28
src/apps/com.galaxy.qbyd.ts
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.galaxy.qbyd',
|
||||||
|
name: '春木漫画',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '腾讯广告',
|
||||||
|
activityIds: [
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
|
||||||
|
'com.aster.comic.app.view.MainActivity',
|
||||||
|
],
|
||||||
|
matches:
|
||||||
|
'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13691104',
|
||||||
|
'https://i.gkd.li/import/13691103',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user