[PR #5] [MERGED] feat: support upload image #21

Closed
opened 2026-02-16 06:16:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-text-generator/pull/5
Author: @zxhlyh
Created: 11/22/2023
Status: Merged
Merged: 11/22/2023
Merged by: @zxhlyh

Base: mainHead: feat/support-upload-image


📝 Commits (1)

  • daee3bc feat: support upload image

📊 Changes

491 files changed (+1797 additions, -13535 deletions)

View changed files

📝 app/api/completion-messages/route.ts (+2 -2)
app/api/file-upload/route.ts (+15 -0)
app/components/base/icons/assets/image/llm/minimax-text.png (+0 -0)
app/components/base/icons/assets/image/llm/minimax.png (+0 -0)
app/components/base/icons/assets/image/llm/tongyi-text-cn.png (+0 -0)
app/components/base/icons/assets/image/llm/tongyi-text.png (+0 -0)
app/components/base/icons/assets/image/llm/tongyi.png (+0 -0)
app/components/base/icons/assets/image/llm/wxyy-text-cn.png (+0 -0)
app/components/base/icons/assets/image/llm/wxyy-text.png (+0 -0)
app/components/base/icons/assets/image/llm/wxyy.png (+0 -0)
app/components/base/icons/assets/public/common/dify.svg (+0 -8)
app/components/base/icons/assets/public/common/github.svg (+0 -5)
app/components/base/icons/assets/public/common/message-chat-square.svg (+0 -4)
app/components/base/icons/assets/public/common/notion.svg (+0 -12)
app/components/base/icons/assets/public/files/csv.svg (+0 -24)
app/components/base/icons/assets/public/files/html.svg (+0 -23)
app/components/base/icons/assets/public/files/json.svg (+0 -23)
app/components/base/icons/assets/public/files/md.svg (+0 -18)
app/components/base/icons/assets/public/files/pdf.svg (+0 -22)
app/components/base/icons/assets/public/files/txt.svg (+0 -23)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/webapp-text-generator/pull/5 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 11/22/2023 **Status:** ✅ Merged **Merged:** 11/22/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `feat/support-upload-image` --- ### 📝 Commits (1) - [`daee3bc`](https://github.com/langgenius/webapp-text-generator/commit/daee3bca9739c488389b84d6a009ffd8d8e7a734) feat: support upload image ### 📊 Changes **491 files changed** (+1797 additions, -13535 deletions) <details> <summary>View changed files</summary> 📝 `app/api/completion-messages/route.ts` (+2 -2) ➕ `app/api/file-upload/route.ts` (+15 -0) ➖ `app/components/base/icons/assets/image/llm/minimax-text.png` (+0 -0) ➖ `app/components/base/icons/assets/image/llm/minimax.png` (+0 -0) ➖ `app/components/base/icons/assets/image/llm/tongyi-text-cn.png` (+0 -0) ➖ `app/components/base/icons/assets/image/llm/tongyi-text.png` (+0 -0) ➖ `app/components/base/icons/assets/image/llm/tongyi.png` (+0 -0) ➖ `app/components/base/icons/assets/image/llm/wxyy-text-cn.png` (+0 -0) ➖ `app/components/base/icons/assets/image/llm/wxyy-text.png` (+0 -0) ➖ `app/components/base/icons/assets/image/llm/wxyy.png` (+0 -0) ➖ `app/components/base/icons/assets/public/common/dify.svg` (+0 -8) ➖ `app/components/base/icons/assets/public/common/github.svg` (+0 -5) ➖ `app/components/base/icons/assets/public/common/message-chat-square.svg` (+0 -4) ➖ `app/components/base/icons/assets/public/common/notion.svg` (+0 -12) ➖ `app/components/base/icons/assets/public/files/csv.svg` (+0 -24) ➖ `app/components/base/icons/assets/public/files/html.svg` (+0 -23) ➖ `app/components/base/icons/assets/public/files/json.svg` (+0 -23) ➖ `app/components/base/icons/assets/public/files/md.svg` (+0 -18) ➖ `app/components/base/icons/assets/public/files/pdf.svg` (+0 -22) ➖ `app/components/base/icons/assets/public/files/txt.svg` (+0 -23) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:16:25 -05:00
yindo closed this issue 2026-02-16 06:16:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-text-generator#21