Răsfoiți Sursa

chore: 更新仓库地址并添加原项目致谢

- 更新所有 GitHub 仓库链接从 zsio 到 ding113
- 在 README 显眼位置添加原项目致谢说明
- 删除无法访问的路线图章节
- 更新底部署名为双重署名格式
- 更新 CI/CD 配置中的 Docker 镜像名称

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
ding113 5 luni în urmă
părinte
comite
79c10e5721

+ 4 - 4
.github/CI_CD_SETUP.md

@@ -19,7 +19,7 @@
 在仓库设置中配置以下 Secrets:
 
 ```
-DOCKERHUB_USERNAME = zsio
+DOCKERHUB_USERNAME = ding113
 DOCKERHUB_TOKEN = <your-dockerhub-access-token>
 ```
 
@@ -110,16 +110,16 @@ git push origin 1.0.0
 
 ```bash
 # 最新版本
-docker pull zsio/claude-code-hub:latest
+docker pull ding113/claude-code-hub:latest
 
 # 特定版本
-docker pull zsio/claude-code-hub:1.0.0
+docker pull ding113/claude-code-hub:1.0.0
 
 # 运行容器
 docker run -d \
   -p 3000:3000 \
   --env-file .env \
-  zsio/claude-code-hub:latest
+  ding113/claude-code-hub:latest
 ```
 
 ## ⚠️ 注意事项

+ 1 - 1
.github/workflows/pr-check.yml

@@ -9,7 +9,7 @@ on:
 
 env:
   REGISTRY: docker.io
-  IMAGE_NAME: zsio/claude-code-hub
+  IMAGE_NAME: ding113/claude-code-hub
 
 jobs:
   # PR 构建测试任务(不推送镜像)

+ 11 - 24
README.md

@@ -7,17 +7,20 @@
 专为需要统一管理多个 AI 服务提供商的团队和企业设计
 
 [![Container Image](https://img.shields.io/badge/ghcr.io-ding113%2Fclaude--code--hub-181717?logo=github)](https://github.com/ding113/claude-code-hub/pkgs/container/claude-code-hub)
-[![License](https://img.shields.io/github/license/zsio/claude-code-hub)](LICENSE)
-[![GitHub Stars](https://img.shields.io/github/stars/zsio/claude-code-hub)](https://github.com/zsio/claude-code-hub/stargazers)
+[![License](https://img.shields.io/github/license/ding113/claude-code-hub)](LICENSE)
+[![GitHub Stars](https://img.shields.io/github/stars/ding113/claude-code-hub)](https://github.com/ding113/claude-code-hub/stargazers)
 
 [功能特性](#-功能特性) •
 [快速部署](#-快速部署) •
 [使用指南](#-使用指南) •
-[路线图](#️-路线图) •
 [常见问题](#-常见问题)
 
 </div>
 
+> **💡 致谢**
+> 本项目基于 [zsio/claude-code-hub](https://github.com/zsio/claude-code-hub) 二次开发而来。
+> 感谢原作者 [@zsio](https://github.com/zsio) 的开源贡献!
+
 ---
 
 ## ✨ 功能特性
@@ -273,22 +276,6 @@ docker compose down -v
 - 自动计算请求成本
 - 导出成本报表
 
-## 🗺️ 路线图
-
-查看项目的开发路线图和进度:
-
-<div align="center">
-
-**[📋 查看完整路线图](https://github.com/users/zsio/projects/3)**
-
-</div>
-
-### 近期计划
-
-我们在 [GitHub Projects](https://github.com/users/zsio/projects/3) 上维护详细的开发路线图,包括:
-
-欢迎在 [Issues](https://github.com/zsio/claude-code-hub/issues) 中提出您的功能建议!
-
 ## 🛠️ 常见问题
 
 <details>
@@ -670,16 +657,16 @@ Retry-After: 3600
 
 如果这个项目对你有帮助,请给它一个 ⭐
 
-[![Star History Chart](https://api.star-history.com/svg?repos=zsio/claude-code-hub&type=Date)](https://star-history.com/#zsio/claude-code-hub&Date)
+[![Star History Chart](https://api.star-history.com/svg?repos=ding113/claude-code-hub&type=Date)](https://star-history.com/#ding113/claude-code-hub&Date)
 
 ## 📞 支持与反馈
 
 <div align="center">
 
-**[🐛 报告问题](https://github.com/zsio/claude-code-hub/issues)** •
-**[💡 功能建议](https://github.com/zsio/claude-code-hub/issues/new)** •
-**[📖 查看文档](https://github.com/zsio/claude-code-hub/wiki)**
+**[🐛 报告问题](https://github.com/ding113/claude-code-hub/issues)** •
+**[💡 功能建议](https://github.com/ding113/claude-code-hub/issues/new)** •
+**[📖 查看文档](https://github.com/ding113/claude-code-hub/wiki)**
 
-Made with ❤️ by [zsio](https://github.com/zsio)
+Based on [zsio/claude-code-hub](https://github.com/zsio/claude-code-hub) • Modified by [ding113](https://github.com/ding113)
 
 </div>

+ 1 - 1
src/app/dashboard/_components/dashboard-header.tsx

@@ -15,7 +15,7 @@ const NAV_ITEMS: (DashboardNavItem & { adminOnly?: boolean })[] = [
   { href: "/dashboard/usage-logs", label: "使用记录" },
   { href: "/usage-doc", label: "文档" },
   { href: "/settings", label: "系统设置", adminOnly: true },
-  { href: "https://github.com/zsio/claude-code-hub/issues", label: "反馈问题", external: true },
+  { href: "https://github.com/ding113/claude-code-hub/issues", label: "反馈问题", external: true },
 ];
 
 export function DashboardHeader({ session }: DashboardHeaderProps) {

+ 1 - 1
src/components/customs/footer.tsx

@@ -8,7 +8,7 @@ export function Footer() {
       <div className="mx-auto flex w-full max-w-7xl flex-col items-center justify-between gap-2 px-6 py-6 text-sm text-muted-foreground sm:flex-row">
         <p className="text-center sm:text-left">© {year} Claude Code Hub</p>
         <Link
-          href="https://github.com/zsio/claude-code-hub"
+          href="https://github.com/ding113/claude-code-hub"
           target="_blank"
           rel="noopener noreferrer"
           className="transition-colors hover:text-primary"

+ 1 - 1
src/lib/version.ts

@@ -11,7 +11,7 @@ export const APP_VERSION = process.env.NEXT_PUBLIC_APP_VERSION || `v${packageJso
  * 用于获取最新版本
  */
 export const GITHUB_REPO = {
-  owner: 'zsio',
+  owner: 'ding113',
   repo: 'claude-code-hub',
 };