mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:13:40 +08:00
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:
parent
944eca5a8b
commit
48276eb62e
20
src/apps/com.lemon.lv.ts
Normal file
20
src/apps/com.lemon.lv.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user