🔖 升级版本.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
<br/>
|
||||
|
||||
当前版本: **1.0.1**
|
||||
当前版本: **1.0.2**
|
||||
github: https://github.com/lijiahangmax/orion-ops-pro
|
||||
gitee: https://gitee.com/lijiahangmax/orion-ops-pro
|
||||
文档: https://lijiahangmax.gitee.io/orion-ops-pro/#/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
orion-ops-pro:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-ops-pro:1.0.1
|
||||
image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-ops-pro:1.0.2
|
||||
ports:
|
||||
- 1081:80
|
||||
environment:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
mv ../../orion-ops-launch/target/orion-ops-launch.jar ./
|
||||
mv ../../orion-ops-ui/dist ./dist
|
||||
docker build -t orion-ops-pro:1.0.1 .
|
||||
docker build -t orion-ops-pro:1.0.2 .
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<br/>
|
||||
|
||||
当前版本: **1.0.1**
|
||||
当前版本: **1.0.2**
|
||||
github: https://github.com/lijiahangmax/orion-ops-pro
|
||||
gitee: https://gitee.com/lijiahangmax/orion-ops-pro
|
||||
文档: https://lijiahangmax.gitee.io/orion-ops-pro/#/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# orion-ops-pro <small>1.0.1</small>
|
||||
# orion-ops-pro <small>1.0.2</small>
|
||||
|
||||
> 一款开箱即用的运维平台。
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<url>https://github.com/lijiahangmax/orion-ops-pro</url>
|
||||
|
||||
<properties>
|
||||
<revision>1.0.1</revision>
|
||||
<revision>1.0.2</revision>
|
||||
<spring.boot.version>2.7.17</spring.boot.version>
|
||||
<spring.boot.admin.version>2.7.15</spring.boot.admin.version>
|
||||
<flatten.maven.plugin.version>1.5.0</flatten.maven.plugin.version>
|
||||
|
||||
@@ -12,7 +12,7 @@ public interface OrionOpsProConst {
|
||||
/**
|
||||
* 同 ${orion.version} 迭代时候需要手动更改
|
||||
*/
|
||||
String VERSION = "1.0.1";
|
||||
String VERSION = "1.0.2";
|
||||
|
||||
String GITHUB = "https://github.com/lijiahangmax/orion-ops-pro";
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
.flat(1)
|
||||
.filter(s => s.meta)
|
||||
.map(s => s as RouteRecordNormalized)
|
||||
.slice(0, 12);
|
||||
.slice(0, 15);
|
||||
|
||||
// 打开路由
|
||||
const openRoute = (e: any, route: RouteRecordNormalized) => {
|
||||
|
||||
Reference in New Issue
Block a user