From f943e28cf479314db0058550fccb2b4c9472811a Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:19:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=85=B7=E5=AE=89):=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#3695)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3691 --- src/apps/com.coolapk.market.ts | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/apps/com.coolapk.market.ts b/src/apps/com.coolapk.market.ts index 64daf503..dfde03a1 100644 --- a/src/apps/com.coolapk.market.ts +++ b/src/apps/com.coolapk.market.ts @@ -11,14 +11,18 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionCdKey: 0, + actionMaximumKey: 0, excludeActivityIds: [ - 'com.coolapk.market.view.search.', - 'com.coolapk.market.view.feed.', + 'com.coolapk.market.view.search.', // 在搜索页面禁用 + 'com.coolapk.market.view.feed.', // 在动态页面禁用 ], rules: [ { + quickFind: true, key: 0, - matches: '[id$="tt_splash_skip_btn"]', + matches: + '[id$="tt_splash_skip_btn"] <