Merge pull request #262 from mouyong/dev

fix(proxy): 强制 SOCKS5 代理使用 IPv4
This commit is contained in:
Wesley Liddick
2025-08-20 21:43:40 +08:00
committed by GitHub
6 changed files with 15 additions and 7 deletions

View File

@@ -172,7 +172,7 @@
<!-- 编辑分组模态框 -->
<div
v-if="showEditForm"
class="modal z-60 fixed inset-0 flex items-center justify-center p-3 sm:p-4"
class="modal fixed inset-0 z-50 flex items-center justify-center p-3 sm:p-4"
>
<div class="modal-content w-full max-w-lg p-4 sm:p-6">
<div class="mb-4 flex items-center justify-between">