1 Star 0 Fork 110

bogus/ZKEACMS

forked from ZKEASOFT/ZKEACMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Run.cmd 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZKEASOFT 提交于 2021-11-13 16:49 . Refactor plugin engine
@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/net6.0/ZKEACMS.WebHost.dll" (
call Build.cmd
)
cd src/ZKEACMS.WebHost
call Run.cmd
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/bogus1122/ZKEACMS.Core.git
[email protected]:bogus1122/ZKEACMS.Core.git
bogus1122
ZKEACMS.Core
ZKEACMS
master

搜索帮助