enhance(frontend): チャットの送信者名を表示できるように

This commit is contained in:
syuilo 2025-03-25 12:36:21 +09:00
parent 9f4fa6d3f5
commit 8c1fc85d00
8 changed files with 59 additions and 11 deletions

View file

@ -52,7 +52,7 @@ const headerTabs = computed(() => [{
definePage(() => ({
title: i18n.ts.chat + ' (beta)',
icon: 'ti ti-message',
icon: 'ti ti-messages',
}));
</script>