fix: #1954 lazy render bugs

This commit is contained in:
Yidadaa
2023-06-15 01:34:21 +08:00
parent 0fb775d71a
commit 184a0b9481
8 changed files with 318 additions and 40 deletions

View File

@@ -1,8 +1,7 @@
{
"name": "chatgpt-next-web",
"version": "1.9.3",
"private": false,
"license": "Anti 996",
"license": "mit",
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -34,11 +33,13 @@
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sass": "^1.59.2",
"sharp": "^0.32.1",
"spark-md5": "^3.0.2",
"use-debounce": "^9.0.3",
"zustand": "^4.3.6"
},
"devDependencies": {
"@tauri-apps/cli": "^1.3.1",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
@@ -52,7 +53,6 @@
"husky": "^8.0.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"typescript": "4.9.5",
"@tauri-apps/cli": "^1.3.1"
"typescript": "4.9.5"
}
}