diff --git a/src/apps/com.coloros.phonemanager.ts b/src/apps/com.coloros.phonemanager.ts new file mode 100644 index 00000000..ce64570d --- /dev/null +++ b/src/apps/com.coloros.phonemanager.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.coloros.phonemanager', + name: 'OPPO手机管家', + groups: [ + { + key: 3, + name: '版本更新', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: + '@[text="取消"] < [id="com.coloros.phonemanager:id/buttonPanel"] > [text="更新"]', + snapshotUrls: 'https://i.gkd.li/import/13194979', + }, + ], + }, + ], +});