mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
21 lines
562 B
TypeScript
21 lines
562 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.dataoke.union',
|
|
name: '大淘客联盟',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '开启消息通知',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: 'com.dtk.plat_home_lib.index.activity.IndexActivity',
|
|
rules:
|
|
'@[text="取消"] <<n [id="com.dataoke.union:id/parentPanel"] [text^="你还没有打开通知哦"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13446826',
|
|
},
|
|
],
|
|
});
|