mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
23 lines
587 B
TypeScript
23 lines
587 B
TypeScript
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/i/14321155',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|