mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(智慧北航): 功能类-扫码后自动确认登录 (#324)
Signed-off-by: DeepChirp <66902050+DeepChirp@users.noreply.github.com>
This commit is contained in:
29
src/apps/cn.edu.buaa.wxwork.ts
Normal file
29
src/apps/cn.edu.buaa.wxwork.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user