Skip to content

Commit

Permalink
Merge pull request #6852 from easy-mj/bugfix/mj-r-master-9969
Browse files Browse the repository at this point in the history
fix(v3.11/9969): 腾讯云tencent os镜像识别为centos
  • Loading branch information
easy-mj committed Jun 28, 2024
2 parents d8a9c7f + 93395c4 commit e361e7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ImageIcon/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,8 @@ export const CUSTOME_IMG = {
label: 'UOSDesktop',
url: 'uosdesktop',
},
tencentos: {
label: 'TenecnetOS Server',
url: 'tencentos',
},
}
3 changes: 3 additions & 0 deletions src/components/ImageIcon/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ export default {
case 'uosdesktop':
curImg = uos
break
case 'tencentos':
curImg = tencent
break
default:
break
}
Expand Down

0 comments on commit e361e7e

Please sign in to comment.