diff --git a/src/apps/com.m17qcc.mm.ts b/src/apps/com.m17qcc.mm.ts new file mode 100644 index 00000000..85ea5361 --- /dev/null +++ b/src/apps/com.m17qcc.mm.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.m17qcc.mm', + name: '青创网', + groups: [ + { + key: 1, + name: '更新弹窗', + activityIds: 'miuix.appcompat.app.m', + rules: '[text*="新版本"] +(n) LinearLayout > TextView[text="取消"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642297', + }, + ], +});