diff --git a/src/apps/com.lingan.seeyou.ts b/src/apps/com.lingan.seeyou.ts new file mode 100644 index 00000000..37bf6a93 --- /dev/null +++ b/src/apps/com.lingan.seeyou.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lingan.seeyou', + name: '美柚', + groups: [ + { + key: 1, + name: '局部广告-评论区上方卡片广告', + desc: '点击X', + quickFind: true, + rules: [ + { + activityIds: + 'com.lingan.seeyou.ui.activity.community.topicdetail.TopicDetailActivity', + matches: '[id="com.lingan.seeyou:id/v_close"]', + snapshotUrls: 'https://i.gkd.li/import/14034770', + }, + ], + }, + ], +});