Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

feat(番茄免费小说): 功能类-书城-底部继续阅读浮窗、规范规则组名称 #4063

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions src/apps/com.dragon.read.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineAppConfig({
groups: [
{
key: 0,
name: '卡片式广告',
name: '局部广告-阅读界面-底部广告',
activityIds: [
'com.dragon.read.ad.banner.ui',
'com.dragon.read.reader.ReaderActivity',
Expand Down Expand Up @@ -43,7 +43,7 @@ export default defineAppConfig({
},
{
key: 1,
name: '更新弹窗',
name: '更新提示',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
Expand All @@ -52,7 +52,7 @@ export default defineAppConfig({
},
{
key: 2,
name: '首页右侧悬浮广告',
name: '局部广告-首页右侧悬浮广告',
activityIds: [
'com.dragon.read.pages.main.MainFragmentActivity',
'com.dragon.read.ad.openingscreenad.OpeningScreenADActivity',
Expand All @@ -70,7 +70,7 @@ export default defineAppConfig({
},
{
key: 3,
name: '优惠券弹窗',
name: '全屏广告-优惠券弹窗',
rules: [
{
key: 0,
Expand All @@ -94,7 +94,7 @@ export default defineAppConfig({
},
{
key: 4,
name: '阅读页面_关注作者',
name: '功能类-阅读页面-关注作者',
quickFind: true,
rules: [
{
Expand Down Expand Up @@ -160,20 +160,29 @@ export default defineAppConfig({
{
enable: false,
key: 10,
name: '请求通知权限弹窗',
name: '通知提示',
desc: '自动点击【取消】',
activityIds: 'com.dragon.read.widget.ConfirmDialogBuilder',
rules: '@[text="取消"] < * -2 * > [text="开启推送提醒"]',
snapshotUrls: 'https://i.gkd.li/import/12716592',
},
{
key: 12,
name: '关闭阅读-全屏广告',
name: '全屏广告-阅读翻页时的全屏广告',
desc: '点击右上角【关闭】',
quickFind: true,
activityIds: 'com.dragon.read.reader.ui.ReaderActivity',
rules: 'TextView[text="广告"] +2 Button[id="com.dragon.read:id/close"]',
snapshotUrls: 'https://i.gkd.li/import/13191156',
},
{
key: 13,
name: '功能类-书城-底部继续阅读浮窗',
desc: '点击【继续阅读】旁边的x',
resetMatch: 'app',
activityIds: 'com.dragon.read.pages.main.MainFragmentActivity',
rules: '[vid="container"] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/14031943',
},
],
});