diff --git a/src/apps/com.lemon.lv.ts b/src/apps/com.lemon.lv.ts new file mode 100644 index 00000000..d19cd2b7 --- /dev/null +++ b/src/apps/com.lemon.lv.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lemon.lv', + name: '剪映', + groups: [ + { + key: 0, + name: '导出界面底部广告', + desc: '关闭完成导出后的下方广告', + activityIds: 'com.vega.export.edit.view.ExportActivity', + rules: [ + { + matches: '@FlattenUIImage + LynxAdComponentView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12911010', + }, + ], + }, + ], +});