From 554a15e78f0277d447ed04ad5f8ac805fb5467f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 06:47:42 +0000 Subject: [PATCH] Update docs and sort content --- src/content/post/zustand 使用备忘.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/post/zustand 使用备忘.md b/src/content/post/zustand 使用备忘.md index 8eecb37..13f01a2 100644 --- a/src/content/post/zustand 使用备忘.md +++ b/src/content/post/zustand 使用备忘.md @@ -18,6 +18,8 @@ description: zustand 是一个状态管理库,简单易用。它可以通过 toAstro: true --- +![cover.png](https://pictures.kazoottt.top/2024/12/20241217-533c0d7e7e526deaf3109fe13e49969f.png) + ## 什么是 zustand? [zustand](https://github.com/pmndrs/zustand) 是一个状态管理库,简单易用。