Skip to content

Commit 808aa4f

Browse files
feat: KubePi 版本号 v1.8.0
1 parent 96d37f6 commit 808aa4f

File tree

2 files changed

+2
-2
lines changed
  • web
    • dashboard/src/business/app-layout/header-components
    • kubepi/src/business/app-layout/header-components

2 files changed

+2
-2
lines changed

web/dashboard/src/business/app-layout/header-components/Help.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img style="margin-left: 0;" :src="require('@/assets/KubePi-red.png')" class="sidebar-logo" alt="Sidebar Logo">
1616
<p>{{ $t("commons.personal.introduction") }}</p>
1717
<p>{{ $t("commons.personal.introduction2") }}</p>
18-
<strong>{{ $t("commons.personal.version") }}: v1.7.0</strong>
18+
<strong>{{ $t("commons.personal.version") }}: v1.8.0</strong>
1919
</div>
2020
<div style="padding:15px 20px;box-shadow:rgb(69 70 70) 0 -14px 24px -12px;">
2121
<el-row style="color: #ffffff;text-align: center">

web/kubepi/src/business/app-layout/header-components/Help.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img style="margin-left: 0;" :src="require('@/assets/KubePi-red.png')" class="sidebar-logo" alt="Sidebar Logo">
1616
<p>{{ $t("commons.personal.introduction") }}</p>
1717
<p>{{ $t("commons.personal.introduction2") }}</p>
18-
<strong>{{ $t("commons.personal.version") }}: v1.7.0</strong>
18+
<strong>{{ $t("commons.personal.version") }}: v1.8.0</strong>
1919
</div>
2020
<div style="padding:15px 20px;box-shadow:rgb(69 70 70) 0 -14px 24px -12px;">
2121
<el-row style="color: #ffffff;text-align: center">

0 commit comments

Comments
 (0)