3 Star 1 Fork 1

凌惊雪/mudsrv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CopyProtoConf.bat 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangjiawen 提交于 2021-07-09 10:26 . 版本恢复
color 2f
set scproto=%~dp0..\mudsrv\ServerBase\Protocol
set desproto=%~dp0..\mudvt\src\common
copy %scproto%\proto.ts %desproto%\proto.ts /y
set scconf=%~dp0..\mudsrv\APublish\Config\Ts
set desconf=%~dp0..\mudvt\src\common
copy %scconf%\confVue.ts %desconf%\conf.ts /y
set scjson=%~dp0..\mudsrv\APublish\Config\JsonClient
set desjson=%~dp0..\mudvt\public\confjson
del /q/a/f %desjson%\*.json
xcopy %scjson%\*.* %desjson%\ /y
::pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lingjingxue/mudsrv.git
git@gitee.com:lingjingxue/mudsrv.git
lingjingxue
mudsrv
mudsrv
master

搜索帮助