Files
AIsouler-GKD_subscription/src/apps/com.lemon.lv.ts
2024-02-05 00:48:38 +08:00

38 lines
1.1 KiB
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: [
{
key: 0,
matches: '@FlattenUIImage + LynxAdComponentView',
snapshotUrls: 'https://i.gkd.li/import/12911010',
},
{
key: 1,
matches:
'[vid="exportAdContainer"] FrameLayout[childCount=7] > FlattenUIImage[index=6]',
exampleUrls:
'https://m.gkd.li/57941037/bc46565b-16ac-4415-8165-13d075f28fcf',
snapshotUrls: 'https://i.gkd.li/import/14149461',
},
],
},
{
key: 1,
name: '局部广告-选择素材界面上方广告',
activityIds: 'com.vega.libcutsame.select.view.CutSameSelectMediaActivity',
rules:
'[vid="gallery_layout_below_category_view"] >3 [text="立即下载"] -n LynxFlattenUI[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/14122865',
},
],
});