mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(不背单词): 自动签到 (#2941)
* feat(不背单词): 自动签到 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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