From 600e53dcaba3082ca081f88541401f7b3eb45aaa Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:15:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BE=A4=E6=99=96=E5=8A=A9=E6=89=8B):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2465)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: 二刺螈 Co-authored-by: github-actions[bot] --- src/apps/fit.flutter.dsm_helper.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/fit.flutter.dsm_helper.ts b/src/apps/fit.flutter.dsm_helper.ts index c99c2695..a7a8e573 100644 --- a/src/apps/fit.flutter.dsm_helper.ts +++ b/src/apps/fit.flutter.dsm_helper.ts @@ -12,7 +12,10 @@ export default defineAppConfig({ actionMaximum: 1, resetMatch: 'app', rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13445496', + snapshotUrls: [ + 'https://i.gkd.li/import/13450752', + 'https://i.gkd.li/import/13445496', + ], }, ], });