mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-22 01:15:25 -04:00
[PR #70] [CLOSED] 1. 新会话缺乏会话id 2. markdown a标签换行 #138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/webapp-conversation/pull/70
Author: @EchoChen012
Created: 5/7/2024
Status: ❌ Closed
Base:
main← Head:new-chat-active📝 Commits (10+)
5834426完善 UIc3d379f完善 docker 配置eeb2f75完善 對話 超 max token 處理4c54c97完善 build 流程,完善 docker build 流程bf7f32a完善身份验证74c91d0完善 auth 驗證2fc55ad修正 mobile view 下 chat-input 位置問題768fca1完善 Auth 驗證bb871dd增加 hash 快捷登入 APIf226de9完善頁面跳轉📊 Changes
78 files changed (+2076 additions, -151 deletions)
View changed files
➕
.dockerignore(+10 -0)📝
.env.example(+9 -3)📝
.gitignore(+3 -1)➖
.vscode/launch.json(+0 -28)➖
.vscode/settings.json(+0 -32)📝
Dockerfile(+40 -5)➕
__tests__/route.test.ts(+23 -0)➕
__tests__/server.test.ts(+41 -0)➕
app/api/auth/route.ts(+65 -0)➕
app/api/conversations/[conversationId]/route.ts(+15 -0)➕
app/api/messages/[messageId]/suggested/route.ts(+12 -0)📝
app/api/parameters/route.ts(+3 -0)📝
app/api/utils/common.ts(+52 -2)➕
app/api/utils/speedyagency.ts(+34 -0)➕
app/auth/auth.scss(+155 -0)➕
app/auth/page.tsx(+66 -0)📝
app/components/base/app-icon/index.tsx(+3 -4)➕
app/components/base/app-icon/logo.svg(+14 -0)📝
app/components/base/app-icon/style.module.css(+2 -2)➕
app/components/base/confirm-ui/index.tsx(+52 -0)...and 58 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.