diff --git a/src/apps/com.xiaolian.prometheus.ts b/src/apps/com.xiaolian.prometheus.ts new file mode 100644 index 00000000..66379be3 --- /dev/null +++ b/src/apps/com.xiaolian.prometheus.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xiaolian.prometheus', + name: '智慧笑联', + groups: [ + { + key: 1, + name: '更新提示', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '@[vid="close_rel"] - * > [text="发现新版本"]', + snapshotUrls: 'https://i.gkd.li/import/14292788', + }, + { + key: 2, + name: '全屏广告-关注公众号弹窗', + activityIds: 'com.xiaolian.home.ui.HomeActivity', + quickFind: true, + rules: '@[vid="close_img"] + [text="关注"]', + snapshotUrls: 'https://i.gkd.li/import/14292789', + }, + ], +});