diff --git a/src/apps/com.xt.retouch.ts b/src/apps/com.xt.retouch.ts new file mode 100644 index 00000000..b0678dbd --- /dev/null +++ b/src/apps/com.xt.retouch.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xt.retouch', + name: '醒图', + groups: [ + { + key: 5, + name: '好评反馈', + activityIds: 'com.xt.retouch.uilauncher.MainActivity', + rules: '[id="com.xt.retouch:id/market_feedback_dialog_close"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/13062637', + }, + ], +});