likuai2010 / ClashMeta

半成品
471 stars 56 forks source link

使用.gitmodules拉取clash源码 #4

Closed sammary114 closed 1 month ago

sammary114 commented 1 month ago

作者可以在项目根目录添加.gitmodules文件, 使用git的submodule功能拉取clash项目

[submodule "clash"]
    path = entry/src/foss/golang/clash
    url = https://github.com/MetaCubeX/mihomo
    branch = Meta

也可以把breach改成Alpha使用Alpha版本

likuai2010 commented 1 month ago

感谢建议, 后面会换上的