From 26b99d740548447ce8cdc8c79c190293b1c03508 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sun, 10 May 2026 15:52:34 +0100 Subject: [PATCH] =?UTF-8?q?fix(inspire):=20placeholder=20=E9=87=8C?= =?UTF-8?q?=E7=9A=84=E4=B8=AD=E6=96=87=E5=BC=AF=E5=BC=95=E5=8F=B7=E4=BC=9A?= =?UTF-8?q?=E8=A2=AB=20vue=20parser=20=E5=BD=93=20attribute=20=E8=BE=B9?= =?UTF-8?q?=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/music/frontend/src/views/PlayerView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/music/frontend/src/views/PlayerView.vue b/apps/music/frontend/src/views/PlayerView.vue index 7726408..e7d621e 100644 --- a/apps/music/frontend/src/views/PlayerView.vue +++ b/apps/music/frontend/src/views/PlayerView.vue @@ -271,7 +271,7 @@ v-model="inspireHint" class="ins-hint" :disabled="inspireRunning" - placeholder="可选:心情/目标("想轻松点" / "陪儿子" / "学新东西")" + placeholder="可选:心情/目标(如 想轻松点 / 陪儿子 / 学新东西)" @keydown.enter.prevent="runInspire" />