mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
Squashed commit of the following:
commit 6cef14effde11fed16c0a6baef9ca78e16915865 Author: aisouler <zy43220@gmail.com> Date: Sat Jan 20 14:52:11 2024 +0800 feat(堆糖):图片页广告弹窗
This commit is contained in:
@@ -18,7 +18,7 @@ export default defineAppConfig({
|
||||
],
|
||||
},
|
||||
{
|
||||
name: '首页-推荐浏览广告',
|
||||
name: '局部广告-推荐浏览广告',
|
||||
desc: '关闭推荐浏览页面广告',
|
||||
key: 2,
|
||||
activityIds: ['com.duitang.main.business.main.NAMainActivity'],
|
||||
@@ -31,7 +31,7 @@ export default defineAppConfig({
|
||||
],
|
||||
},
|
||||
{
|
||||
name: '去商店评分',
|
||||
name: '评价提示',
|
||||
desc: '点击[下次再说]',
|
||||
key: 3,
|
||||
actionMaximum: 1,
|
||||
@@ -44,5 +44,18 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
quickFind: true,
|
||||
name: '全屏广告-图片页广告弹窗',
|
||||
desc: '点击X',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.duitang.main.business.display.ImageActivity',
|
||||
matches: '[id="com.duitang.main:id/popUpbtnClose"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13997011',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user