mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
21 lines
486 B
TypeScript
21 lines
486 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://i.gkd.li/import/12911010',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|