From 3ec1375a1b8a7174ca810375e59e2b85cb0d6f32 Mon Sep 17 00:00:00 2001 From: claude_dev Date: Mon, 24 Aug 2026 13:50:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20max=5Fpool=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=8E=BB=E3=80=8C=E9=BB=98=E8=AE=A430?= =?UTF-8?q?=E3=80=8D=E2=80=94=E2=80=94f214e2f=E9=BB=98=E8=AE=A4=E5=B7=B2?= =?UTF-8?q?=E7=BF=BB0(0=3D=E4=B8=8D=E9=99=90),=E6=8F=90=E7=A4=BA=E4=B8=8E?= =?UTF-8?q?=E6=96=B0=E9=BB=98=E8=AE=A4=E7=9F=9B=E7=9B=BE=20[nas]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 两处同型: live/New.vue + paper/New.vue。表单已自带0=不限提示语,无需另加占位(策略session建议的可选润色,实际缺口=过时文案)。 --- frontend/src/views/live/New.vue | 2 +- frontend/src/views/paper/New.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/live/New.vue b/frontend/src/views/live/New.vue index 2d5d27a..c70fb1a 100644 --- a/frontend/src/views/live/New.vue +++ b/frontend/src/views/live/New.vue @@ -439,7 +439,7 @@ async function onSubmit(): Promise { - 0=不限, N=前N只(默认30) + 0=不限(默认), N=前N只 diff --git a/frontend/src/views/paper/New.vue b/frontend/src/views/paper/New.vue index 64a6ded..596c289 100644 --- a/frontend/src/views/paper/New.vue +++ b/frontend/src/views/paper/New.vue @@ -322,7 +322,7 @@ function onSymbols(v: string): void { - 0=不限, N=前N只(默认30) + 0=不限(默认), N=前N只