mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(阿里云): 请求开启通知权限弹窗 (#2428)
This commit is contained in:
15
src/apps/com.alibaba.aliyun.ts
Normal file
15
src/apps/com.alibaba.aliyun.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.alibaba.aliyun',
|
||||
name: '阿里云',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '请求开启通知权限弹窗',
|
||||
quickFind: true,
|
||||
rules: '[text^="打开手机消息通知"] + * >2 [text="以后再说"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13446162',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user