mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
38 lines
955 B
TypeScript
38 lines
955 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.com.langeasy.LangEasyLexis',
|
|
name: '不背单词',
|
|
groups: [
|
|
{
|
|
enable: false,
|
|
key: 1,
|
|
name: '自动签到',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
rules: [
|
|
{
|
|
activityIds: 'cn.com.langeasy.LangEasyLexis.activity.MainActivity',
|
|
matches: '[id="cn.com.langeasy.LangEasyLexis:id/bb_checkin"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13610321',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
enable: false,
|
|
name: '右下角弹窗',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
rules: [
|
|
{
|
|
activityIds: 'cn.com.langeasy.LangEasyLexis.activity.MainActivity',
|
|
matches: '[id="cn.com.langeasy.LangEasyLexis:id/close_float_button"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13759025',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|