💄 dashboard v0.13.12 优化 amazon linux、pve 系统图标

This commit is contained in:
naiba
2022-05-05 22:39:52 +08:00
parent 893f03d3c3
commit 470a7a2642
3 changed files with 6 additions and 3 deletions

View File

@@ -179,9 +179,12 @@
> -1) {
return str;
}
if (str == 'openwrt') {
if (['openwrt','linux'].indexOf(str) > -1) {
return 'tux';
}
if (str == 'amazon') {
return 'redhat';
}
return '';
},
group() {