From bf7e13d4e902b6b9aa2353cf24799e6fc8cd3282 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 10 Sep 2025 15:26:21 +0800 Subject: [PATCH] chore: update repository URLs from jasonyoung to farion1231 - Update GitHub repository URLs in README.md badges - Update repository URL in Cargo.toml metadata - Update updater endpoint URL in tauri.conf.json for auto-updates --- README.md | 4 ++-- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a737ed2..bc10724 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Claude Code & Codex 供应商切换器 -[![Version](https://img.shields.io/badge/version-3.0.0-blue.svg)](https://github.com/jasonyoung/cc-switch/releases) -[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)](https://github.com/jasonyoung/cc-switch/releases) +[![Version](https://img.shields.io/badge/version-3.0.0-blue.svg)](https://github.com/farion1231/cc-switch/releases) +[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)](https://github.com/farion1231/cc-switch/releases) [![Built with Tauri](https://img.shields.io/badge/built%20with-Tauri%202.0-orange.svg)](https://tauri.app/) 一个用于管理和切换 Claude Code 与 Codex 不同供应商配置的桌面应用。 diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2539388..8b8a30f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -4,7 +4,7 @@ version = "3.1.2" description = "Claude Code & Codex 供应商配置管理工具" authors = ["Jason Young"] license = "MIT" -repository = "https://github.com/jasonyoung/cc-switch" +repository = "https://github.com/farion1231/cc-switch" edition = "2021" rust-version = "1.85.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index db42d96..b83ec1f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -44,7 +44,7 @@ "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEM4MDI4QzlBNTczOTI4RTMKUldUaktEbFhtb3dDeUM5US9kT0FmdGR5Ti9vQzcwa2dTMlpibDVDUmQ2M0VGTzVOWnd0SGpFVlEK", "endpoints": [ - "https://github.com/jasonyoung/cc-switch/releases/latest/download/latest.json" + "https://github.com/farion1231/cc-switch/releases/latest/download/latest.json" ] } }