mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 12:53:55 +08:00
feat: mobile端同步更新上报模式、语言设置功能
This commit is contained in:
@@ -242,7 +242,7 @@ onMounted(() => {
|
||||
{{ t('home.lastConversation') }}{{ formatTime(agent.lastConnectedAt) }}
|
||||
</text>
|
||||
</view>
|
||||
<text v-if="agent.tags" class="flex-1 truncate text-[22rpx] text-[#666]">
|
||||
<text v-if="agent.tags" class="flex-1 truncate text-right text-[22rpx] text-[#666]">
|
||||
{{ agent.tags.map(tag => tag.tagName).join(',') }}
|
||||
</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user