mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
perf: 登录授权
This commit is contained in:
@@ -143,7 +143,6 @@ export default defineGkdApp({
|
|||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'activity',
|
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.tencent.mm.plugin.webwx.ui.ExtDeviceWXLoginUI',
|
'com.tencent.mm.plugin.webwx.ui.ExtDeviceWXLoginUI',
|
||||||
'com.tencent.mm.ui.LauncherUI',
|
'com.tencent.mm.ui.LauncherUI',
|
||||||
@@ -183,7 +182,6 @@ export default defineGkdApp({
|
|||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'activity',
|
|
||||||
activityIds: 'com.tencent.mm.plugin.webview.ui.tools.MMWebViewUI',
|
activityIds: 'com.tencent.mm.plugin.webview.ui.tools.MMWebViewUI',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -305,7 +303,6 @@ export default defineGkdApp({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
forcedTime: 10000,
|
forcedTime: 10000,
|
||||||
// actionMaximum: 1, // 经常需要点2次,首次点击过早大概率跳不过
|
// actionMaximum: 1, // 经常需要点2次,首次点击过早大概率跳不过
|
||||||
// resetMatch: 'activity',
|
|
||||||
priorityTime: 10000,
|
priorityTime: 10000,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.tencent.mm.plugin.appbrand.ui.AppBrandUI',
|
'com.tencent.mm.plugin.appbrand.ui.AppBrandUI',
|
||||||
@@ -333,7 +330,6 @@ export default defineGkdApp({
|
|||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'activity',
|
|
||||||
activityIds: 'com.tencent.mm.ui.LauncherUI',
|
activityIds: 'com.tencent.mm.ui.LauncherUI',
|
||||||
rules: '[text="打开网页版文件传输助手"] + * > Button[text="打开"]',
|
rules: '[text="打开网页版文件传输助手"] + * > Button[text="打开"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/12793745',
|
snapshotUrls: 'https://i.gkd.li/i/12793745',
|
||||||
|
|||||||
@@ -240,6 +240,7 @@ export default defineGkdApp({
|
|||||||
name: '功能类-扫一扫登录确认',
|
name: '功能类-扫一扫登录确认',
|
||||||
desc: '自动点击登录。包括 PC 登录确认、QQ 互联登录确认。',
|
desc: '自动点击登录。包括 PC 登录确认、QQ 互联登录确认。',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
|
actionMaximum: 1,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user