fix(QQ音乐): 误触修复 (#1918)

* Update com.tencent.qqmusic.ts

* feat(QQ音乐): 移除规则

---------

Co-authored-by: 二刺螈 <i@songe.li>

close #1917
This commit is contained in:
walklty
2023-11-07 23:33:08 +08:00
committed by GitHub
parent 54d599f082
commit 73c903267a

View File

@@ -28,16 +28,6 @@ export default defineAppConfig({
name: '广告卡片',
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
rules: [
{
key: 0,
matches:
'@LinearLayout[clickable=true] > TextView[text="广告"] + ImageView', // 1688045698846
},
{
key: 1,
matches: 'TextView[text="广告 | 关闭"][clickable=true]',
snapshotUrls: [], // 需要补充快照
},
{
key: 2,
matches: '[text="广告"] + * + [desc="关闭"]',