fix: 快速上手运行截图打包后也可以运行
This commit is contained in:
@@ -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.开发&调试
|
||||
|
||||
Reference in New Issue
Block a user