diff --git a/src/apps/com.miui.huanji.ts b/src/apps/com.miui.huanji.ts new file mode 100644 index 00000000..9b075079 --- /dev/null +++ b/src/apps/com.miui.huanji.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.miui.huanji', + name: '小米换机', + groups: [ + { + key: 1, + name: '更新提示', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '@[text="下次再说"] + [text="立即升级"]', + snapshotUrls: 'https://i.gkd.li/import/14332463', + }, + ], +});