feat(应用宝): 功能类-关闭登录弹窗

This commit is contained in:
AIsouler
2024-06-27 19:24:01 +08:00
parent 30c671a57b
commit 9235af7960

View File

@@ -0,0 +1,25 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.tencent.android.qqdownloader',
name: '应用宝',
groups: [
{
key: 1,
name: '功能类-关闭登录弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.tencent.assistantv2.activity.MainActivity',
matches: '@Button[clickable=true] - [text="欢迎登录应用宝"]',
exampleUrls:
'https://m.gkd.li/57941037/29c109c2-7993-4b39-ba80-6ae6451ab533',
snapshotUrls: 'https://i.gkd.li/i/16012576',
},
],
},
],
});