mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:02:34 +08:00
feat(QQ): 内测邀请弹窗 (#2744)
* Update com.tencent.mobileqq.ts * Update com.tencent.mobileqq.ts * Update com.tencent.mobileqq.ts * feat(QQ): 内测邀请弹窗 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
fec30d250f
commit
61e05ad537
|
@ -335,5 +335,19 @@ export default defineAppConfig({
|
|||
'https://i.gkd.li/import/13255493', //desc值为null快照
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 19,
|
||||
name: '内测邀请弹窗',
|
||||
quickFind: true,
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '@ImageView[desc="关闭"] <2 * >2 [text="QQ测试版"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13526551',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user