mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
fix(QQ音乐): 误触修复 (#1918)
* Update com.tencent.qqmusic.ts * feat(QQ音乐): 移除规则 --------- Co-authored-by: 二刺螈 <i@songe.li> close #1917
This commit is contained in:
@@ -28,16 +28,6 @@ export default defineAppConfig({
|
|||||||
name: '广告卡片',
|
name: '广告卡片',
|
||||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
|
||||||
key: 0,
|
|
||||||
matches:
|
|
||||||
'@LinearLayout[clickable=true] > TextView[text="广告"] + ImageView', // 1688045698846
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: 1,
|
|
||||||
matches: 'TextView[text="广告 | 关闭"][clickable=true]',
|
|
||||||
snapshotUrls: [], // 需要补充快照
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
matches: '[text="广告"] + * + [desc="关闭"]',
|
matches: '[text="广告"] + * + [desc="关闭"]',
|
||||||
|
|||||||
Reference in New Issue
Block a user