Files
AIsouler-GKD_subscription/src/apps/com.lemon.lv.ts
walklty 48276eb62e 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>
2023-10-17 00:00:51 +08:00

21 lines
494 B
TypeScript

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