Use tanranv5 config by default

This commit is contained in:
renjiangtao 2026-03-14 17:38:45 +08:00
parent 2957ab473e
commit 8de0c04ffd
2 changed files with 4 additions and 4 deletions

View File

@ -40,13 +40,13 @@ brew install tanranv5/tap/wechattweak
# 更新 # 更新
brew upgrade tanranv5/tap/wechattweak brew upgrade tanranv5/tap/wechattweak
# 执行 Patch官方配置,默认应用名 WeChat.app # 执行 Patch默认使用 tanranv5/WeChatTweak 的 config.json
wechattweak patch wechattweak patch
# 执行 Patch官方配置,应用名改为 wx.app # 执行 Patch默认配置,应用名改为 wx.app
wechattweak patch -a /Applications/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 wechattweak patch -c https://raw.githubusercontent.com/tanranv5/WeChatTweak/refs/heads/master/config.json
#多开 #多开

View File

@ -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( static let configuration = CommandConfiguration(