mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat: 小米相册-流量同步自动点击[继续同步] (#1309)
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineGkdApp } from '@gkd-kit/define';
|
|||||||
|
|
||||||
export default defineGkdApp({
|
export default defineGkdApp({
|
||||||
id: 'com.miui.gallery',
|
id: 'com.miui.gallery',
|
||||||
name: '相册',
|
name: '小米相册',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
@@ -15,5 +15,20 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '功能类-流量同步自动点击[继续同步]',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.activity.BackupDetailActivity',
|
||||||
|
matches: [
|
||||||
|
'[text^="当前处于移动网络下,继续同步将消耗"]',
|
||||||
|
'[text="继续同步"]',
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23124555',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user