From 5609f320da96c9cc92cbb898bdeb04c18c00a534 Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Thu, 21 Mar 2024 22:18:12 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docker-compose.yml | 2 +- docker/orion-ops-pro/build.sh | 2 +- docs/README.md | 2 +- docs/_coverpage.md | 2 +- orion-ops-dependencies/pom.xml | 2 +- .../orion/ops/framework/common/constant/OrionOpsProConst.java | 2 +- .../views/dashboard/workplace/components/quick-operation.vue | 2 +- pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 96eac89e..ca76580b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@
-当前版本: **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/#/ diff --git a/docker-compose.yml b/docker-compose.yml index 691aeb80..f42af95f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/docker/orion-ops-pro/build.sh b/docker/orion-ops-pro/build.sh index 27408cd7..be4e2a1f 100644 --- a/docker/orion-ops-pro/build.sh +++ b/docker/orion-ops-pro/build.sh @@ -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 . diff --git a/docs/README.md b/docs/README.md index 2e3c75e9..4ba11ac8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,7 +28,7 @@
-当前版本: **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/#/ diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 44f94d9c..22850658 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,4 +1,4 @@ -# orion-ops-pro 1.0.1 +# orion-ops-pro 1.0.2 > 一款开箱即用的运维平台。 diff --git a/orion-ops-dependencies/pom.xml b/orion-ops-dependencies/pom.xml index a9fa3653..efaf54b2 100644 --- a/orion-ops-dependencies/pom.xml +++ b/orion-ops-dependencies/pom.xml @@ -14,7 +14,7 @@ https://github.com/lijiahangmax/orion-ops-pro - 1.0.1 + 1.0.2 2.7.17 2.7.15 1.5.0 diff --git a/orion-ops-framework/orion-ops-framework-common/src/main/java/com/orion/ops/framework/common/constant/OrionOpsProConst.java b/orion-ops-framework/orion-ops-framework-common/src/main/java/com/orion/ops/framework/common/constant/OrionOpsProConst.java index 521b02fd..b16037bf 100644 --- a/orion-ops-framework/orion-ops-framework-common/src/main/java/com/orion/ops/framework/common/constant/OrionOpsProConst.java +++ b/orion-ops-framework/orion-ops-framework-common/src/main/java/com/orion/ops/framework/common/constant/OrionOpsProConst.java @@ -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"; diff --git a/orion-ops-ui/src/views/dashboard/workplace/components/quick-operation.vue b/orion-ops-ui/src/views/dashboard/workplace/components/quick-operation.vue index 4406754f..0c0e81e4 100644 --- a/orion-ops-ui/src/views/dashboard/workplace/components/quick-operation.vue +++ b/orion-ops-ui/src/views/dashboard/workplace/components/quick-operation.vue @@ -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) => { diff --git a/pom.xml b/pom.xml index 73d5ebac..f691553b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ - 1.0.1 + 1.0.2 8 8 3.0.0-M5