From 1bdea06916b2bcae8c956e310a2c78d5e845c9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E6=96=8C?= <1134087124@qq.com> Date: Fri, 6 Jun 2025 18:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/stock-quote/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/stock-quote/index.js b/src/store/stock-quote/index.js index 5849d39..9631a6d 100644 --- a/src/store/stock-quote/index.js +++ b/src/store/stock-quote/index.js @@ -54,7 +54,7 @@ export const useStockQuote = createGlobalState(() => { if (res.data.status === 0) { lastTradingDay = dayjs(res.data.data[0].date) } - return lastTradingDay.format('MMM D, YYYY') + ' 4:00 PM [EDT]' + return lastTradingDay.format('MMM D, YYYY') + ' 4:00 PM EDT' } }