diff --git a/src/apps/cn.edu.buaa.wxwork.ts b/src/apps/cn.edu.buaa.wxwork.ts new file mode 100644 index 00000000..7ea1c839 --- /dev/null +++ b/src/apps/cn.edu.buaa.wxwork.ts @@ -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', + }, + ], + }, + ], +}); diff --git a/src/globalDefaultApps.ts b/src/globalDefaultApps.ts index 260bd966..a776069d 100644 --- a/src/globalDefaultApps.ts +++ b/src/globalDefaultApps.ts @@ -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',