refactor: 使用 sonner、zustand persist、partysocket 替换手写实现

This commit is contained in:
2026-03-02 06:57:45 +08:00
parent 08e5abe165
commit ab60db0dc5
9 changed files with 98 additions and 158 deletions

View File

@@ -20,8 +20,10 @@
"vite": "^7.3.1"
},
"dependencies": {
"partysocket": "^1.1.16",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sonner": "^2.0.7",
"zustand": "^5.0.11"
}
}