mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
47 lines
1.4 KiB
TypeScript
47 lines
1.4 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/i/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/i/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/i/14122865',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '功能类-恢复创作',
|
|
desc: '自动点击[立即恢复]按钮',
|
|
activityIds: 'com.vega.main.MainActivity',
|
|
quickFind: true,
|
|
rules: '[vid="tv_title_resume_design"] +2 [vid="tvResumeNow"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14292755',
|
|
},
|
|
],
|
|
});
|