Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(邻里邦): 功能类-自动签到
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 9, 2024
1 parent 1dce5b3 commit 1de65cf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/apps/cn.timesneighborhood.app.c.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'cn.timesneighborhood.app.c',
name: '邻里邦',
groups: [
{
key: 1,
name: '功能类-自动签到',
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.zkty.modules.engine.activity.XEngineWebActivity',
matches: '[text="立即签到"]',
exampleUrls:
'https://m.gkd.li/57941037/e02dac87-41dc-45eb-bf7e-8daa0b69f517',
snapshotUrls: 'https://i.gkd.li/i/14545251',
},
],
},
],
});

0 comments on commit 1de65cf

Please sign in to comment.