mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(应用宝): 功能类-关闭登录弹窗
This commit is contained in:
25
src/apps/com.tencent.android.qqdownloader.ts
Normal file
25
src/apps/com.tencent.android.qqdownloader.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user