This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-27
lines changed
Expand file tree Collapse file tree 2 files changed +20
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 <a-popconfirm
1212 slot =" extra"
1313 placement =" left"
14- okText =" 是 "
15- cancelText =" 否 "
14+ okText =" 确定 "
15+ cancelText =" 取消 "
1616 @confirm =" confirmUpdate"
1717 >
1818 <template slot="title">
19- <p >确认更新 <b >Halo admin</b > 吗?</p >
19+ <p >确定更新 <b >Halo admin</b > 吗?</p >
2020 </template >
2121 <a-icon
2222 type =" cloud-download"
3232 </a-popconfirm >
3333
3434 <ul >
35- <li >版本:{{ environments.version }}</li >
35+ <li >Server 版本:{{ environments.version }}</li >
36+ <li >Admin 版本:{{ adminVersion }}</li >
3637 <li >数据库:{{ environments.database }}</li >
3738 <li >运行模式:{{ environments.mode }}</li >
3839 <li >启动时间:{{ environments.startTime | moment }}</li >
5960 title =" 开发者"
6061 :bordered =" false"
6162 >
62- <a-tooltip
63- placement = " top "
63+ <a
64+ :href = " item.github "
6465 v-for =" (item,index) in developers"
65- :title =" item.name"
6666 :key =" index"
67+ target =" _blank"
6768 >
68- <a-avatar
69- size =" large"
70- :src =" item.avatar"
71- :style =" { marginRight: '10px' }"
72- />
73- </a-tooltip >
69+ <a-tooltip
70+ placement =" top"
71+ :title =" item.name"
72+ >
73+ <a-avatar
74+ size =" large"
75+ :src =" item.avatar"
76+ :style =" { marginRight: '10px' }"
77+ />
78+ </a-tooltip >
79+ </a >
7480 </a-card >
7581
7682 <a-card
9399
94100<script >
95101import adminApi from ' @/api/admin'
96-
97102export default {
98103 data () {
99104 return {
100- version : this .VERSION ,
105+ adminVersion : this .VERSION ,
101106 environments: {},
102107 developers: [
103108 {
You can’t perform that action at this time.
0 commit comments