conflict
perf: 聊天页优化 perf: md解析样式 perf: ui调整 perf: 懒加载和动态加载优化 perf: 去除console, perf: 图片cdn feat: 图片地址 perf: 登录顺序 feat: 流优化
Showing
.vscode/settings.json
deleted
100644 → 0
| ... | @@ -19,11 +19,10 @@ | ... | @@ -19,11 +19,10 @@ |
| "@next/font": "13.1.6", | "@next/font": "13.1.6", | ||
| "@reduxjs/toolkit": "^1.9.3", | "@reduxjs/toolkit": "^1.9.3", | ||
| "@tanstack/react-query": "^4.24.10", | "@tanstack/react-query": "^4.24.10", | ||
| "@types/nprogress": "^0.2.0", | |||
| "axios": "^1.3.3", | "axios": "^1.3.3", | ||
| "crypto": "^1.0.1", | "crypto": "^1.0.1", | ||
| "dayjs": "^1.11.7", | "dayjs": "^1.11.7", | ||
| "eslint": "8.34.0", | |||
| "eslint-config-next": "13.1.6", | |||
| "formidable": "^2.1.1", | "formidable": "^2.1.1", | ||
| "framer-motion": "^9.0.6", | "framer-motion": "^9.0.6", | ||
| "hyperdown": "^2.4.29", | "hyperdown": "^2.4.29", | ||
| ... | @@ -32,13 +31,16 @@ | ... | @@ -32,13 +31,16 @@ |
| "mongoose": "^6.10.0", | "mongoose": "^6.10.0", | ||
| "next": "13.1.6", | "next": "13.1.6", | ||
| "nodemailer": "^6.9.1", | "nodemailer": "^6.9.1", | ||
| "nprogress": "^0.2.0", | |||
| "openai": "^3.2.1", | "openai": "^3.2.1", | ||
| "react": "18.2.0", | "react": "18.2.0", | ||
| "react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
| "react-hook-form": "^7.43.1", | "react-hook-form": "^7.43.1", | ||
| "react-markdown": "^8.0.5", | "react-markdown": "^8.0.5", | ||
| "react-syntax-highlighter": "^15.5.0", | "react-syntax-highlighter": "^15.5.0", | ||
| "rehype-katex": "^6.0.2", | |||
| "remark-gfm": "^3.0.1", | "remark-gfm": "^3.0.1", | ||
| "remark-math": "^5.1.1", | |||
| "sass": "^1.58.3", | "sass": "^1.58.3", | ||
| "sharp": "^0.31.3", | "sharp": "^0.31.3", | ||
| "tunnel": "^0.0.6", | "tunnel": "^0.0.6", | ||
| ... | @@ -56,6 +58,8 @@ | ... | @@ -56,6 +58,8 @@ |
| "@types/react-syntax-highlighter": "^15.5.6", | "@types/react-syntax-highlighter": "^15.5.6", | ||
| "@types/tunnel": "^0.0.3", | "@types/tunnel": "^0.0.3", | ||
| "@types/uuid": "^9.0.1", | "@types/uuid": "^9.0.1", | ||
| "eslint": "8.34.0", | |||
| "eslint-config-next": "13.1.6", | |||
| "husky": "^8.0.3", | "husky": "^8.0.3", | ||
| "lint-staged": "^13.1.2", | "lint-staged": "^13.1.2", | ||
| "prettier": "^2.8.4" | "prettier": "^2.8.4" | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/icon/logo.png
0 → 100644
37.6 KB
public/icon/menu-left.svg
deleted
100644 → 0
public/imgs/erweima.jpg
deleted
100644 → 0
323 KB
public/imgs/modelAvatar.png
deleted
100644 → 0
205 KB
public/logo.svg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/pages/api/test.ts
deleted
100644 → 0
src/styles/scrollbar.module.scss
deleted
100644 → 0
Please
register
or
sign in
to comment