chore: sync

This commit is contained in:
lisonge
2023-09-02 13:17:03 +08:00
parent cd5ec3bd6f
commit 17c007ebbf
88 changed files with 1191 additions and 363 deletions

View File

@@ -2,16 +2,17 @@ import type { AppConfig } from '../types';
export default <AppConfig>{
id: 'com.tencent.mobileqq',
name: `QQ`,
groups: [
{
key: 0,
name: 'QQ-开屏广告',
name: '开屏广告',
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
rules: '[text*=`跳过`]',
},
{
key: 1,
name: `QQ-消息页面-顶部广告`,
name: `消息页面-顶部广告`,
activityIds: `com.tencent.mobileqq.activity.SplashActivity`,
rules: [
`ImageView[id!=null][desc='关闭'][clickable=true]`, // 1687669217838
@@ -19,7 +20,7 @@ export default <AppConfig>{
},
{
key: 2,
name: `QQ-好友动态-广告卡片`,
name: `好友动态-广告卡片`,
rules: [
{
activityIds: `com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog`,