mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(邻里邦): 功能类-自动签到
This commit is contained in:
23
src/apps/cn.timesneighborhood.app.c.ts
Normal file
23
src/apps/cn.timesneighborhood.app.c.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user