mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: WE Learn-离开考试页面弹窗 (#1329)
This commit is contained in:
25
src/apps/com.sflep.course.ts
Normal file
25
src/apps/com.sflep.course.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.sflep.course',
|
||||||
|
name: 'WE Learn',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '功能类-离开考试页面弹窗',
|
||||||
|
desc: '点击确定',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.activity.ClassActivity',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
matches:
|
||||||
|
'@[text="确认"][clickable=true] < * - [text^="系统检查到你离开了考试页面"] <n Dialog <n * <<3 [vid="pp_about_content"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23150673',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user