空提交
This commit is contained in:
parent
1cfd104f6f
commit
22519a3ae5
|
|
@ -1,5 +1,9 @@
|
|||
import { create } from "zustand";
|
||||
|
||||
|
||||
|
||||
//此页面是为了使用zustand进行数据管理
|
||||
|
||||
type NewsStore = {
|
||||
news: any;
|
||||
setNews: (news: any) => void;
|
||||
|
|
|
|||
Loading…
Reference in New Issue