From 48276eb62e8c6e46dcbcb98fe00f708fb0e6befe Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:00:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=89=AA=E6=98=A0):=20=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=BA=95=E9=83=A8=E5=B9=BF=E5=91=8A=20(#1114?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.lemon.lv.ts * chore(actions): check_format_lint * feat(剪映): 导出界面底部广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 --- src/apps/com.lemon.lv.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/com.lemon.lv.ts 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', + }, + ], + }, + ], +});