mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
fix(不背单词): 自动签到 (#2967)
This commit is contained in:
20
src/apps/cn.com.langeasy.LangEasyLexis.ts
Normal file
20
src/apps/cn.com.langeasy.LangEasyLexis.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.com.langeasy.LangEasyLexis',
|
||||
name: '不背单词',
|
||||
groups: [
|
||||
{
|
||||
enable: false,
|
||||
key: 1,
|
||||
name: '自动签到',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'cn.com.langeasy.LangEasyLexis.activity.MainActivity',
|
||||
matches: '[id="cn.com.langeasy.LangEasyLexis:id/bb_checkin"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13610321',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user