From b45a3c6539462f38a7c437de87438c57c8053467 Mon Sep 17 00:00:00 2001 From: Attente <19653207+wikrin@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:21:11 +0800 Subject: [PATCH] =?UTF-8?q?qb=E4=B8=8B=E8=BD=BD=E5=99=A8=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E8=BE=93=E5=85=A5=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/DownloaderCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/cards/DownloaderCard.vue b/src/components/cards/DownloaderCard.vue index 874d320d..771efcd4 100644 --- a/src/components/cards/DownloaderCard.vue +++ b/src/components/cards/DownloaderCard.vue @@ -215,6 +215,7 @@ onUnmounted(() => { hint="登录使用的用户名" persistent-hint active + :rules="[(v: string) => !!v || '用户名不能为空', (v: string) => v.length >= 3 || '用户名不得小于三个字符']" />