This commit is contained in:
fengchuanhn@gmail.com
2026-05-17 22:05:34 +08:00
parent 9dfeaa9e18
commit c70995fbc9
14 changed files with 428 additions and 148 deletions

View File

@@ -119,10 +119,10 @@ onMounted(() => {
<div class="local-config-page custom-scrollbar p-6">
<div class="mb-4">
<h1 class="gradient-text text-xl font-semibold">本地配置</h1>
<p class="mt-1 text-sm text-text-muted">
<!-- <p class="mt-1 text-sm text-text-muted">
保存在本机 SQLite与登录后服务端下发的配置合并<strong class="text-text-secondary">同名键本地优先</strong>并注入 Node 环境变量
<code class="rounded bg-white/10 px-1 font-mono text-xs">AICLIENT_CFG_*</code>
</p>
</p> -->
</div>
<Message