mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
24
src/apps/com.yikaobang.yixue.ts
Normal file
24
src/apps/com.yikaobang.yixue.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.yikaobang.yixue',
|
||||
name: '医考帮',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '应用内会员活动弹窗',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds:
|
||||
'com.psychiatrygarden.activity.online.AnswerQuestionActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: '@ImageView[id="com.yikaobang.yixue:id/close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13425853',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user