mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
Squashed commit of the following:
commit c9003a6de3c0d3b4ddb7e1f6b0a02a1fc2f4726f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jan 22 09:24:53 2024 +0000
chore(actions): check_format_lint
commit b2d6e55fea201925d1e5a0cde965eb36a2021e0e
Author: aisouler <zy43220@gmail.com>
Date: Mon Jan 22 17:24:17 2024 +0800
feat(多看阅读):更新提示
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 2,
|
||||
name: '首页-广告弹窗',
|
||||
name: '全屏广告-首页广告弹窗',
|
||||
quickFind: true,
|
||||
activityIds: 'com.duokan.reader.DkMainActivity',
|
||||
rules: '[id="com.duokan.reader:id/store_feed_layer_close"]',
|
||||
@@ -14,7 +14,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '小说推荐弹窗',
|
||||
name: '全屏广告-小说推荐弹窗',
|
||||
rules: [
|
||||
{
|
||||
key: 1,
|
||||
@@ -29,7 +29,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '小说页广告',
|
||||
name: '局部广告-小说页广告',
|
||||
desc: '小说页面下方出现的条形广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.duokan.reader.DkMainActivity',
|
||||
@@ -39,7 +39,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '小说页全屏卡片广告',
|
||||
name: '分段广告-小说页全屏卡片广告',
|
||||
desc: '点击关闭和确定按钮',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
@@ -60,5 +60,22 @@ export default defineAppConfig({
|
||||
'https://i.gkd.li/import/13497990',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
name: '更新提示',
|
||||
desc: '点击以后再说',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.duokan.reader.DkMainActivity',
|
||||
matches:
|
||||
'[id="com.duokan.reader:id/general__common_dialog_view__button_frame"] >2 [text="以后再说"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14007573',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user