mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +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:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user