From 8de0c04ffd9dfaeee4c9d5ec52a4b2accea7f71d Mon Sep 17 00:00:00 2001 From: renjiangtao Date: Sat, 14 Mar 2026 17:38:45 +0800 Subject: [PATCH] Use tanranv5 config by default --- README.md | 6 +++--- Sources/WeChatTweak/main.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8a2e78..9f243c9 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ brew install tanranv5/tap/wechattweak # 更新 brew upgrade tanranv5/tap/wechattweak -# 执行 Patch(官方配置,默认应用名 WeChat.app) +# 执行 Patch(默认使用 tanranv5/WeChatTweak 的 config.json) wechattweak patch -# 执行 Patch(官方配置,应用名改为 wx.app) +# 执行 Patch(默认配置,应用名改为 wx.app) wechattweak patch -a /Applications/wx.app -# 执行 Patch(使用 tanranv5 仓库的 config.json) +# 显式指定 tanranv5 仓库的 config.json wechattweak patch -c https://raw.githubusercontent.com/tanranv5/WeChatTweak/refs/heads/master/config.json #多开 diff --git a/Sources/WeChatTweak/main.swift b/Sources/WeChatTweak/main.swift index e853721..031349c 100644 --- a/Sources/WeChatTweak/main.swift +++ b/Sources/WeChatTweak/main.swift @@ -113,7 +113,7 @@ struct Tweak: AsyncParsableCommand { } } ) - var config: URL = URL(string:"https://raw.githubusercontent.com/sunnyyoung/WeChatTweak/refs/heads/master/config.json")! + var config: URL = URL(string:"https://raw.githubusercontent.com/tanranv5/WeChatTweak/master/config.json")! } static let configuration = CommandConfiguration(