mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(古诗文网): 应用内广告弹窗 (#678)
This commit is contained in:
29
src/apps/org.gushiwen.gushiwen.ts
Normal file
29
src/apps/org.gushiwen.gushiwen.ts
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'org.gushiwen.gushiwen',
|
||||||
|
name: '古诗文网',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '应用内广告弹窗',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds: 'org.gushiwen.gushiwen.HomeActivity',
|
||||||
|
matches: 'ImageView - FrameLayout > FrameLayout > ImageView',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12813618',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
preKeys: [0],
|
||||||
|
key: 10,
|
||||||
|
desc: '打赏页面-点击返回按钮',
|
||||||
|
activityIds: 'local.z.androidshared.vip.RewardActivity',
|
||||||
|
matches:
|
||||||
|
'[id="org.gushiwen.gushiwen:id/btn_back"][desc="返回"] + [text="打赏我们"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12813638',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user