Skip to content

Commit 3cbe047

Browse files
authored
增加Rust标识
1 parent 601773c commit 3cbe047

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/js/chat-room.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,6 +2056,12 @@ ${result.info.msg}
20562056
'</span>';
20572057
newHTML += '<span class="fn__space5"></span>\n';
20582058
break;
2059+
case 'Rust':
2060+
newHTML += '<span class="tooltipped tooltipped-n" aria-label="' + client + ' ' + version + '">' +
2061+
'<svg style="vertical-align: -3px;"><use xlink:href="#ic-rust"></use></svg>' +
2062+
'</span>';
2063+
newHTML += '<span class="fn__space5"></span>\n';
2064+
break;
20592065
}
20602066
}
20612067
// === 客户端标识

0 commit comments

Comments
 (0)