feat(web): 试看搜索书籍后返回书架时提示是否加入书架

This commit is contained in:
Xwite
2024-09-30 20:03:43 +08:00
parent 0311a4ce34
commit 4d51516efa
3 changed files with 33 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ export const useBookStore = defineStore("book", {
connectStatus: "正在连接后端服务器……",
connectType: "",
newConnect: true,
/**@type {Array<{respondTime:number}>} */
searchBooks: [],
shelf: [],
catalog: [],