feat(手机管家): 功能类-电量已低于20%

This commit is contained in:
AIsouler
2024-03-02 15:38:37 +08:00
parent ec96c3165b
commit ab91ca980b

View File

@@ -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',
},
],
},
],
});