From 37dab6a506fdf51f5058eb2dbabcef0616877d29 Mon Sep 17 00:00:00 2001 From: Seven Date: Sun, 25 Jan 2026 18:00:13 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=B7=BB=E5=8A=A0=20checkInType=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BB=A5=E6=94=AF=E6=8C=81=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/check_in/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/check_in/index.vue b/src/views/check_in/index.vue index 74e89aa..52898a5 100644 --- a/src/views/check_in/index.vue +++ b/src/views/check_in/index.vue @@ -34,7 +34,9 @@ function isCheckedIn(day: number) { } async function handleSignup() { - await safeClient(client.api.checkIns.post()); + await safeClient(client.api.checkIns.post({ + checkInType: "app", + })); loadData(); toastController.create({ message: "签到成功!",