fix: bug
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
<div class="workspace">
|
||||
<header class="topbar topbar-compact">
|
||||
<div class="topbar-actions">
|
||||
<span class="mode-badge global-mode-hint">当前模型模式:自由模型</span>
|
||||
<a class="icon-btn" href="/" aria-label="返回工作台" title="返回工作台">⌂</a>
|
||||
<a class="icon-btn" href="/upgrade" aria-label="升级" title="升级">★</a>
|
||||
<a class="icon-btn" href="/profile" aria-label="个人中心" title="个人中心">☺</a>
|
||||
@@ -91,6 +92,10 @@
|
||||
<input id="modelValue" type="text" placeholder="如:gpt-4.1-mini / qwen-max" />
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<label>生图模型名</label>
|
||||
<input id="imageModelValue" type="text" placeholder="如:wanx2.0-t2i-turbo / gpt-image-1" />
|
||||
</div>
|
||||
<div class="grid2">
|
||||
<div>
|
||||
<label>Base URL(可选)</label>
|
||||
@@ -154,6 +159,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/ui-dialog.js?v=20260428a"></script>
|
||||
<script src="/static/settings.js?v=20260428q"></script>
|
||||
<script src="/static/mode-hint.js?v=20260428a"></script>
|
||||
<script src="/static/settings.js?v=20260428r"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user