mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(微博): 开屏广告-规则优化 (#580)
* feat(微博) * 修改 key * 新增 【首页顶部签到卡片】 * 新增 【首页广告弹窗】 * 新增 【右下角刷微博领现金悬浮广告】 * 修改 key12->key13 * feat 【开屏广告】增加 activityId、快照
This commit is contained in:
@@ -7,8 +7,12 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.sina.weibo.mobileads.view.',
|
||||
rules: ['@RelativeLayout > TextView[text=`跳过`]'],
|
||||
activityIds: [
|
||||
'com.sina.weibo.MainTabActivity',
|
||||
'com.sina.weibo.mobileads.view.', // 需要补充快照
|
||||
],
|
||||
rules: ['@RelativeLayout > TextView[text="跳过"]'],
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12782355',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user