mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2026-04-20 05:15:09 +08:00
Use tanranv5 config by default
This commit is contained in:
parent
2957ab473e
commit
8de0c04ffd
|
|
@ -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
|
||||||
|
|
||||||
#多开
|
#多开
|
||||||
|
|
|
||||||
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user