This commit is contained in:
Baobhan Sith
2025-04-23 21:30:33 +08:00
parent 985acbf18a
commit b1240665bc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const closeForm = () => {
v-if="!showForm"
class="px-4 py-2 bg-button text-button-text rounded hover:bg-button-hover mb-4 inline-flex items-center text-sm font-medium"
> <!-- Button styling consistent with Notifications -->
<i class="fas fa-plus mr-1 text-xs"></i> {{ t('proxies.addProxy') }}
{{ t('proxies.addProxy') }}
</button>
<!-- 添加/编辑代理表单 -->