mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat: fastQuery
This commit is contained in:
@@ -9,7 +9,7 @@ export default defineGkdApp({
|
||||
name: '功能类-自动点击查看原图',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
activityIds:
|
||||
'com.tencent.mobileqq.richmediabrowser.AIOGalleryActivity',
|
||||
matches: '[text^="查看原图"]',
|
||||
@@ -24,7 +24,7 @@ export default defineGkdApp({
|
||||
name: '功能类-发送图片时自动勾选[原图]',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
matches: '@[checked=false] + [text="原图"]',
|
||||
exampleUrls:
|
||||
|
||||
Reference in New Issue
Block a user