From 1de65cff3de9ea6aeb8b8cd986f5a1c2b4928d54 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 9 Mar 2024 14:45:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=82=BB=E9=87=8C=E9=82=A6):=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=B1=BB-=E8=87=AA=E5=8A=A8=E7=AD=BE=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.timesneighborhood.app.c.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/cn.timesneighborhood.app.c.ts diff --git a/src/apps/cn.timesneighborhood.app.c.ts b/src/apps/cn.timesneighborhood.app.c.ts new file mode 100644 index 00000000..b80c3f23 --- /dev/null +++ b/src/apps/cn.timesneighborhood.app.c.ts @@ -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', + }, + ], + }, + ], +});