空提交

This commit is contained in:
qiuchenfan 2025-11-21 15:26:26 +08:00
parent 1cfd104f6f
commit 22519a3ae5
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
import { create } from "zustand";
//此页面是为了使用zustand进行数据管理
type NewsStore = {
news: any;
setNews: (news: any) => void;