[PR #195] Qa #195

Open
opened 2026-02-16 10:16:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/195
Author: @php-power
Created: 11/21/2025
Status: 🔄 Open

Base: mainHead: qa


📝 Commits (6)

📊 Changes

21 files changed (+162 additions, -85 deletions)

View changed files

.cursorignore (+15 -0)
📝 .gitignore (+1 -3)
📝 .vscode/settings.json (+4 -1)
📝 README.md (+8 -2)
📝 app/api/utils/common.ts (+1 -2)
📝 app/components/base/button/index.tsx (+1 -1)
📝 app/components/base/loading/index.tsx (+4 -4)
📝 app/components/base/toast/index.tsx (+4 -4)
📝 app/components/chat/index.tsx (+57 -27)
📝 app/components/chat/question/index.tsx (+1 -1)
📝 app/components/chat/style.module.css (+29 -16)
📝 app/components/index.tsx (+2 -2)
📝 app/components/welcome/icons/logo.png (+0 -0)
📝 app/components/welcome/index.tsx (+1 -1)
📝 app/styles/globals.css (+10 -10)
📝 config/index.ts (+5 -5)
docker-compose.yml (+11 -0)
📝 package.json (+1 -0)
📝 public/favicon.ico (+0 -0)
📝 service/base.ts (+1 -0)

...and 1 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-conversation/pull/195 **Author:** [@php-power](https://github.com/php-power) **Created:** 11/21/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `qa` --- ### 📝 Commits (6) - [`25e6a6d`](https://github.com/langgenius/webapp-conversation/commit/25e6a6de49f1acd2db54c48045892bae8f08508a) 测 - [`4271f63`](https://github.com/langgenius/webapp-conversation/commit/4271f63d699da49a9c10c03cdc9258dda6d5f889) 测 - [`771e80a`](https://github.com/langgenius/webapp-conversation/commit/771e80ada6b6c252c859c3972e3bf35950b85351) 测 - [`4ede6f9`](https://github.com/langgenius/webapp-conversation/commit/4ede6f9a3e029ddf585c8a52ce1ec7b6ad744959) 一 - [`2b45fc7`](https://github.com/langgenius/webapp-conversation/commit/2b45fc7a2a827df601f16f6814b611b27090c69e) 一 - [`b009f8e`](https://github.com/langgenius/webapp-conversation/commit/b009f8e7f7403f8b29e4584183a14a55b14750e7) 加docker compose ### 📊 Changes **21 files changed** (+162 additions, -85 deletions) <details> <summary>View changed files</summary> ➕ `.cursorignore` (+15 -0) 📝 `.gitignore` (+1 -3) 📝 `.vscode/settings.json` (+4 -1) 📝 `README.md` (+8 -2) 📝 `app/api/utils/common.ts` (+1 -2) 📝 `app/components/base/button/index.tsx` (+1 -1) 📝 `app/components/base/loading/index.tsx` (+4 -4) 📝 `app/components/base/toast/index.tsx` (+4 -4) 📝 `app/components/chat/index.tsx` (+57 -27) 📝 `app/components/chat/question/index.tsx` (+1 -1) 📝 `app/components/chat/style.module.css` (+29 -16) 📝 `app/components/index.tsx` (+2 -2) 📝 `app/components/welcome/icons/logo.png` (+0 -0) 📝 `app/components/welcome/index.tsx` (+1 -1) 📝 `app/styles/globals.css` (+10 -10) 📝 `config/index.ts` (+5 -5) ➕ `docker-compose.yml` (+11 -0) 📝 `package.json` (+1 -0) 📝 `public/favicon.ico` (+0 -0) 📝 `service/base.ts` (+1 -0) _...and 1 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 10:16:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#195