From 47f4fe92c4c7726996451272901377a73bc21142 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:23:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=89=AA=E6=98=A0)=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E6=81=A2=E5=A4=8D=E5=88=9B=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lemon.lv.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.lemon.lv.ts b/src/apps/com.lemon.lv.ts index e41cbb80..b69037e8 100644 --- a/src/apps/com.lemon.lv.ts +++ b/src/apps/com.lemon.lv.ts @@ -33,5 +33,14 @@ export default defineAppConfig({ '[vid="gallery_layout_below_category_view"] >3 [text="立即下载"] -n LynxFlattenUI[clickable=true]', snapshotUrls: 'https://i.gkd.li/import/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/import/14292755', + }, ], });