mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(中国移动云盘): 通知提示
This commit is contained in:
@@ -10,8 +10,8 @@ export default defineAppConfig({
|
||||
name: '更新提示',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
actionMaximumKey: 0,
|
||||
resetMatch: 'app',
|
||||
actionMaximumKey: 0,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -72,11 +72,26 @@ export default defineAppConfig({
|
||||
key: 4,
|
||||
name: '功能类-请求开启自动备份弹窗',
|
||||
desc: '点击关闭',
|
||||
activityIds: 'com.chinamobile.mcloud.client.ui.MenuActivity',
|
||||
quickFind: true,
|
||||
activityIds: 'com.chinamobile.mcloud.client.ui.MenuActivity',
|
||||
rules:
|
||||
'[text="开启自动备份"] +n [id="com.chinamobile.mcloud:id/tv_skip"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13627830',
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '通知提示',
|
||||
desc: '点击关闭',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[vid="btn_push_notice_close_dialog"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14882447',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user