mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
19 lines
461 B
TypeScript
19 lines
461 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.alibaba.aliyun',
|
|
name: '阿里云',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '通知提示-请求开启通知权限弹窗',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[text^="打开手机消息通知"] + * >2 [text="以后再说"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13446162',
|
|
},
|
|
],
|
|
});
|