This commit is contained in:
Baobhan Sith
2025-04-18 00:24:43 +08:00
parent 5e2762036a
commit dfbf891fc0
4 changed files with 7 additions and 15 deletions
@@ -184,11 +184,7 @@ const handleOpenInNewTab = (connectionId: number) => {
<div v-else-if="connectionsError || tagsError" class="error">
{{ connectionsError || tagsError }}
</div>
<div v-else-if="connections.length === 0" class="no-connections">
{{ t('connections.noConnections') }}
<!-- 保留添加按钮即使列表为空 -->
<!-- <button @click="handleMenuAction('add')">{{ t('connections.addConnection') }}</button> -->
</div>
<!-- 搜索和添加栏 -->
<div class="search-add-bar">
<input