mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: 岚图汽车-功能类-自动签到
This commit is contained in:
22
src/apps/com.voyah.fassistant.ts
Normal file
22
src/apps/com.voyah.fassistant.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.voyah.fassistant',
|
||||||
|
name: '岚图汽车',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '功能类-自动签到',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.MainActivity',
|
||||||
|
matches: '[text="签到"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/80aa2e89-de9e-45aa-b2cb-5194eaac849a',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20742927',
|
||||||
|
excludeSnapshotUrls: 'https://i.gkd.li/i/20727658',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user