mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(realme社区): 功能类-自动签到
This commit is contained in:
22
src/apps/com.realmecomm.app.ts
Normal file
22
src/apps/com.realmecomm.app.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.realmecomm.app',
|
||||||
|
name: 'realme社区',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '功能类-自动签到',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.android.realme2.home.view.MainActivity',
|
||||||
|
matches: '[text="签到"][clickable=true][visibleToUser=true]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/18a5751c-0bbd-475d-be6a-5803307111cb',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14321155',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user