feat(剪映): 导出界面底部广告 (#1114)

* Create com.lemon.lv.ts

* chore(actions): check_format_lint

* feat(剪映): 导出界面底部广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
walklty 2023-10-17 00:00:51 +08:00 committed by GitHub
parent 944eca5a8b
commit 48276eb62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
src/apps/com.lemon.lv.ts Normal file
View File

@ -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',
},
],
},
],
});