mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat: 移除APP开屏广告
This commit is contained in:
@@ -3,23 +3,8 @@ import { defineAppConfig } from '../types';
|
||||
export default defineAppConfig({
|
||||
id: 'com.alibaba.ailabs.tg',
|
||||
name: '天猫精灵',
|
||||
deprecatedKeys: [0],
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.alibaba.ailabs.tg.splash.WelcomeActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: ['[id="com.alibaba.ailabs.tg:id/fl_ad"] >n [text^="跳过"]'],
|
||||
snapshotUrls: ['https://i.gkd.li/import/12814080'],
|
||||
},
|
||||
{
|
||||
action: 'clickNode',
|
||||
matches: ['[id="com.alibaba.ailabs.tg:id/operation_ad_skip_text"]'],
|
||||
snapshotUrls: ['https://i.gkd.li/import/12819744'],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
|
||||
Reference in New Issue
Block a user