mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(全球购骑士特权): 开屏广告、其他软件规则分类
This commit is contained in:
@@ -7,14 +7,14 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 10,
|
||||
name: '首页-红包弹窗',
|
||||
name: '全屏广告-首页-红包弹窗',
|
||||
activityIds: 'com.ss.android.article.lite.activity.SplashActivity',
|
||||
rules: '@[desc="关闭"] + [text$="现金红包"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12705414',
|
||||
},
|
||||
{
|
||||
key: 11,
|
||||
name: '首页-右侧悬浮广告',
|
||||
name: '局部广告-首页-右侧悬浮广告',
|
||||
activityIds: 'com.ss.android.article.lite.activity.SplashActivity',
|
||||
rules:
|
||||
'FrameLayout[id!=null] > @ImageView[id!=null][clickable=true] + ImageView[id!=null]',
|
||||
@@ -23,7 +23,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 12,
|
||||
name: '首页-你可能感兴趣的人',
|
||||
name: '功能类-首页-你可能感兴趣的人',
|
||||
activityIds: 'com.ss.android.article.lite.activity.SplashActivity',
|
||||
rules: '[text="你可能感兴趣的人"] + [desc="关闭"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12705427',
|
||||
@@ -31,7 +31,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 20,
|
||||
name: '任务页面-签到弹窗',
|
||||
name: '功能类-任务页面-签到弹窗',
|
||||
activityIds: 'com.ss.android.article.lite.activity.SplashActivity',
|
||||
rules: [
|
||||
{
|
||||
@@ -45,7 +45,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 21,
|
||||
name: '任务页面-右侧悬浮红包',
|
||||
name: '局部广告-任务页面-右侧悬浮红包',
|
||||
activityIds: 'com.ss.android.article.lite.activity.SplashActivity',
|
||||
rules: 'UIScrollView + UIView + UISvg',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12705447',
|
||||
@@ -53,7 +53,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 22,
|
||||
name: '任务页面-答题弹窗',
|
||||
name: '全屏广告-任务页面-答题弹窗',
|
||||
activityIds: 'com.ss.android.article.lite.activity.SplashActivity',
|
||||
rules: [
|
||||
{
|
||||
@@ -67,7 +67,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 30,
|
||||
name: '搜索页面-搜索得金币弹窗',
|
||||
name: '全屏广告-搜索页面-搜索得金币弹窗',
|
||||
activityIds: 'com.android.bytedance.search.SearchActivity',
|
||||
rules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user