mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(大淘客联盟): 开启消息通知 (#2446)
* feat(大淘客联盟):开启消息通知 * Update com.dataoke.union.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2437
This commit is contained in:
20
src/apps/com.dataoke.union.ts
Normal file
20
src/apps/com.dataoke.union.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user