From 22519a3ae5e924feda3a18bd5e4f860cb2124899 Mon Sep 17 00:00:00 2001 From: qiuchenfan <2035024011@qq.com> Date: Fri, 21 Nov 2025 15:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/newsStore.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/store/newsStore.ts b/app/store/newsStore.ts index 329bf4b..e59ea2d 100644 --- a/app/store/newsStore.ts +++ b/app/store/newsStore.ts @@ -1,5 +1,9 @@ import { create } from "zustand"; + + +//此页面是为了使用zustand进行数据管理 + type NewsStore = { news: any; setNews: (news: any) => void;