mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[PR #51] [CLOSED] 添加 web 配置功能 #110
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/ErlichLiu/DeepClaude/pull/51
Author: @wsh307
Created: 2/25/2025
Status: ❌ Closed
Base:
main← Head:webConfig📝 Commits (3)
3e2f9e9添加 web 配置功能b943c53保持 main文件的可读性dfce33b完善 docker 配置📊 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.