mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
Squashed commit of the following:
commit a01bb036d530bd7a6d25649a9b0953af4e45a012 Author: aisouler <zy43220@gmail.com> Date: Mon Jan 22 13:31:03 2024 +0800 feat:规则分类 commit 17fbf091373e5d0aca7ad39f0a8cf3b5398e79db Author: aisouler <zy43220@gmail.com> Date: Mon Jan 22 13:15:14 2024 +0800 feat(迅雷):直播推荐(补充activityid)
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '视频详情页广告',
|
||||
name: '分段广告-视频详情页广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -59,7 +59,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '视频详情-直播推荐',
|
||||
name: '分段广告-视频详情页直播推荐',
|
||||
desc: '自动点击【减少推荐】',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
@@ -74,16 +74,22 @@ export default defineAppConfig({
|
||||
{
|
||||
preKeys: [0],
|
||||
key: 1,
|
||||
activityIds: 'com.xunlei.downloadprovider.download.center.newcenter',
|
||||
activityIds: [
|
||||
'com.xunlei.downloadprovider.download.center.newcenter',
|
||||
'com.xunlei.downloadprovider.download.taskdetails.newui.DownloadDetailsActivity',
|
||||
],
|
||||
matches: '[id="com.xunlei.downloadprovider:id/close_ad"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12707710',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12707710',
|
||||
'https://i.gkd.li/import/14005330',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 3,
|
||||
name: '应用内广告弹窗',
|
||||
name: '全屏广告-应用内广告弹窗',
|
||||
desc: '⚠ 此规则容易误触,因此默认关闭。',
|
||||
rules: [
|
||||
{
|
||||
@@ -196,7 +202,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 4,
|
||||
name: '【下载页】广告卡片',
|
||||
name: '分段广告-【下载页】广告卡片',
|
||||
desc: '需选二次弹窗关闭原因',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
@@ -239,7 +245,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '搜索页面-顶部banner广告',
|
||||
name: '局部广告-搜索页面顶部广告',
|
||||
quickFind: true,
|
||||
activityIds:
|
||||
'com.xunlei.downloadprovider.search.ui.search.SearchOperateActivity',
|
||||
@@ -248,7 +254,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
name: '更新弹窗',
|
||||
name: '更新提示',
|
||||
quickFind: true,
|
||||
activityIds: 'com.xunlei.upgrade.XUpgradeActivity',
|
||||
rules: '[id="com.xunlei.downloadprovider:id/x_upgrade_cancel"]',
|
||||
@@ -256,7 +262,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 10,
|
||||
name: '会员续费广告',
|
||||
name: '全屏广告-会员续费广告',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user