fix(v3): 设置页 API Key 文案改为与实现一致(明文存 settings.json,不入库)

This commit is contained in:
tzt
2026-09-01 10:57:38 +08:00
parent b08e0bb5d7
commit 8e2123343c
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -331,7 +331,7 @@
<!-- API Key -->
<div class="field full-width">
<label>API Key保存后加密存储</label>
<label>API Key保存在本地 config/settings.json不入代码库优先级高于 .env</label>
<input v-model="form.architect.api_key" type="password"
placeholder="sk-xxxxxxxxxxxxxxxx" autocomplete="off" />
</div>