1 Star 0 Fork 110

lhslll/ZKEACMS_1

forked from ZKEASOFT/ZKEACMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Run.cmd 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wayne Wei 提交于 2022-10-17 16:14 . dotnet7
@echo off
WHERE /Q dotnet
IF %ERRORLEVEL% NEQ 0 (
ECHO dotnet core sdk was not find, please install the latest sdk at first.
@pause
start https://www.microsoft.com/net/download/windows
exit
)
if not exist "src/ZKEACMS.WebHost/bin/Debug/net7.0/ZKEACMS.WebHost.dll" (
call Build.cmd
)
cd src/ZKEACMS.WebHost
call Run.cmd
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lhslll/ZKEACMS.Core_1.git
[email protected]:lhslll/ZKEACMS.Core_1.git
lhslll
ZKEACMS.Core_1
ZKEACMS_1
master

搜索帮助