mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(QQ): 自动查看原图 (#760)
* feat(QQ) * feat(QQ) * feat(QQ): 频道页面广告-规则优化 * 【消息页面-顶部广告】补充快照 * improvement 【消息页面顶部-SVIP 广告】优化规则 * feat 新增【自动查看原图】 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -117,11 +117,23 @@ export default defineAppConfig({
|
||||
name: '自动勾选原图',
|
||||
desc: '发送图片时自动勾选原图',
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
rules: ['@CheckBox[checked=false] + [text="原图"]'],
|
||||
rules: '@CheckBox[checked=false] + [text="原图"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12705556', // 未勾选原图
|
||||
'https://gkd-kit.gitee.io/import/12705559', // 已勾选原图
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 11,
|
||||
name: '自动查看原图',
|
||||
desc: '查看图片时自动点击原图',
|
||||
activityIds: 'com.tencent.richframework.gallery.QQGalleryActivity',
|
||||
rules: '[desc="查看原图"][checked=false]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.songe.li/import/12840632', // 点击原图前
|
||||
'https://gkd-kit.songe.li/import/12840633', // 点击原图后
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user