[PR #51] [CLOSED] 添加 web 配置功能 #110

Closed
opened 2026-02-27 01:56:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ErlichLiu/DeepClaude/pull/51
Author: @wsh307
Created: 2/25/2025
Status: Closed

Base: mainHead: webConfig


📝 Commits (3)

📊 Changes

17 files changed (+2890 additions, -90 deletions)

View changed files

📝 .env.example (+25 -0)
📝 .github/workflows/docker-build.yml (+5 -20)
📝 .gitignore (+1 -0)
📝 Dockerfile (+29 -15)
📝 app/config/__init__.py (+4 -0)
app/config/config_loader.py (+196 -0)
app/config/list_models.py (+62 -0)
📝 app/main.py (+40 -27)
📝 app/utils/auth.py (+6 -6)
app/web_config/__init__.py (+5 -0)
app/web_config/config_manager.py (+173 -0)
app/web_config/config_server.py (+266 -0)
app/web_config/static/css/style.css (+238 -0)
app/web_config/static/js/main.js (+192 -0)
app/web_config/templates/index.html (+1403 -0)
app/web_config/templates/login.html (+221 -0)
📝 docker-compose.yml (+24 -22)

📄 Description

添加在线配置修改以及模型映射功能


🔄 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/ErlichLiu/DeepClaude/pull/51 **Author:** [@wsh307](https://github.com/wsh307) **Created:** 2/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `webConfig` --- ### 📝 Commits (3) - [`3e2f9e9`](https://github.com/ErlichLiu/DeepClaude/commit/3e2f9e94722f94346af321ece26376131ec9f7ff) 添加 web 配置功能 - [`b943c53`](https://github.com/ErlichLiu/DeepClaude/commit/b943c53a91bcb7ceae886a58c5d4f1cba3e63526) 保持 main文件的可读性 - [`dfce33b`](https://github.com/ErlichLiu/DeepClaude/commit/dfce33b7a031d0f978feda6ac723a644dce4fbda) 完善 docker 配置 ### 📊 Changes **17 files changed** (+2890 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+25 -0) 📝 `.github/workflows/docker-build.yml` (+5 -20) 📝 `.gitignore` (+1 -0) 📝 `Dockerfile` (+29 -15) 📝 `app/config/__init__.py` (+4 -0) ➕ `app/config/config_loader.py` (+196 -0) ➕ `app/config/list_models.py` (+62 -0) 📝 `app/main.py` (+40 -27) 📝 `app/utils/auth.py` (+6 -6) ➕ `app/web_config/__init__.py` (+5 -0) ➕ `app/web_config/config_manager.py` (+173 -0) ➕ `app/web_config/config_server.py` (+266 -0) ➕ `app/web_config/static/css/style.css` (+238 -0) ➕ `app/web_config/static/js/main.js` (+192 -0) ➕ `app/web_config/templates/index.html` (+1403 -0) ➕ `app/web_config/templates/login.html` (+221 -0) 📝 `docker-compose.yml` (+24 -22) </details> ### 📄 Description 添加在线配置修改以及模型映射功能 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:56:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DeepClaude#110
No description provided.