diff --git a/src/apps/com.wuba.zhuanzhuan.ts b/src/apps/com.wuba.zhuanzhuan.ts new file mode 100644 index 00000000..a56e370b --- /dev/null +++ b/src/apps/com.wuba.zhuanzhuan.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wuba.zhuanzhuan', + name: '转转', + groups: [ + { + key: 1, + name: '更新弹窗', + actionMaximum: 1, + resetMatch: 'app', + rules: '@[text="下次再说"] +2 [text="立即升级"]', + snapshotUrls: 'https://i.gkd.li/import/14292849', + }, + ], +});