mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
49 lines
1.5 KiB
TypeScript
49 lines
1.5 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.lemon.lv',
|
|
name: '剪映',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '分段广告-导出界面底部广告',
|
|
desc: '点击[关闭]-点击[不感兴趣]',
|
|
quickFind: true,
|
|
activityIds: 'com.vega.export.edit.view.ExportActivity',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '点击[关闭]',
|
|
matches:
|
|
'LynxAdComponentView < * > @FlattenUIImage <<n [vid="exportAdContainer"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14648627',
|
|
},
|
|
{
|
|
preKeys: [0],
|
|
key: 1,
|
|
name: '点击[不感兴趣]',
|
|
matches: '@[clickable=true] > [text="不感兴趣"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14648626',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
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',
|
|
},
|
|
],
|
|
});
|