feat(智慧北航): 功能类-扫码后自动确认登录 (#324)

Signed-off-by: DeepChirp <66902050+DeepChirp@users.noreply.github.com>
This commit is contained in:
DeepChirp
2024-08-28 22:34:49 +08:00
committed by GitHub
parent 033aa65ee1
commit aebdbcc425
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'cn.edu.buaa.wxwork',
name: '智慧北航',
groups: [
{
key: 0,
name: '功能类-扫码后自动确认登录',
desc: '点击[确认登录]',
matchTime: 10000,
actionMaximum: 1,
activityIds: [
'com.tencent.wework.common.web.JsWebActivity',
'com.tencent.wework.launch.WwMainActivity',
],
rules: [
{
matches: '[desc="确认登录"][clickable=true]',
snapshotUrls: [
'https://i.gkd.li/i/16784272',
'https://i.gkd.li/i/16784259',
],
exampleUrls: 'https://e.gkd.li/501ba684-b4a5-40e8-9e24-c61048569667',
},
],
},
],
});

View File

@@ -97,6 +97,7 @@ export const blackListAppIDs: string[] = [
'com.microsoft.office.onenote', // Microsoft OneNote
'com.sonkins.tguitar', // Guitar Tuner
'com.eumlab.android.prometronome', // Pro Metronome
'cn.edu.buaa.wxwork', // 智慧北航
'com.canghai.haoka',
'com.xy.td',