fix: 快速上手运行截图打包后也可以运行

This commit is contained in:
qiuyue
2023-03-24 13:16:58 +08:00
parent bf13f081c0
commit bde25f0648
@@ -109,15 +109,15 @@ neutrino-core项目test目录下包含众多核心封装的测试代码,通过
## 5.运行截图
### 用户管理
<img src="/img/run-example/user-manager1.png"></img>
<img :src="$withBase('/img/run-example/user-manager1.png')"></img>
### 端口池管理
<img src="/img/run-example/port-pool1.png"></img>
<img :src="$withBase('/img/run-example/port-pool1.png')"></img>
### License管理
<img src="/img/run-example/license1.png"></img>
<img :src="$withBase('/img/run-example/license1.png')"></img>
### 端口映射管理
<img src="/img/run-example/port-mapping1.png"></img>
<img :src="$withBase('/img/run-example/port-mapping1.png')"></img>
### 客户端启动示例
<img src="/img/run-example/client-run1.png"></img>
<img :src="$withBase('/img/run-example/client-run1.png')"></img>
<!--
## 4.开发&调试