mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(手机管家): 功能类-电量已低于20%
This commit is contained in:
@@ -61,5 +61,17 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 13,
|
||||||
|
name: '功能类-电量已低于20%',
|
||||||
|
desc: '点击[知道了]',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
matches: '@[text="知道了"] + [text="省电模式"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14468423',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user