更新配置

This commit is contained in:
zg
2026-07-16 00:04:27 +08:00
parent b6facb0857
commit 730af827ad
21 changed files with 34 additions and 34 deletions

View File

@@ -74,7 +74,7 @@
-->
<div
id="mokee-user-chip"
data-api-base="http://127.0.0.1:9000"
data-api-base="http://127.0.0.1:32000"
></div>
</div>
</header>

View File

@@ -74,7 +74,7 @@
-->
<div
id="mokee-user-chip"
data-api-base="http://127.0.0.1:9000"
data-api-base="http://127.0.0.1:32000"
></div>
</div>
</header>

View File

@@ -122,7 +122,7 @@ onMounted(fetchUploadedIcons)
.arrow { color: var(--text-muted); flex-shrink: 0; }
.icon-overlay {
position: fixed; inset: 0; z-index: 9000;
position: fixed; inset: 0; z-index: 32000;
background: rgba(0,0,0,0.35);
display: flex; align-items: center; justify-content: center;
}