feat: 纯生产脚本更新

This commit is contained in:
Daniel
2026-04-28 12:10:27 +08:00
parent 2dc7f2e19c
commit 04f26bdaaf
6 changed files with 226 additions and 13 deletions

View File

@@ -82,10 +82,14 @@
<input id="modelName" type="text" placeholder="如OpenAI 生产 / 阿里云通义" />
</div>
<div>
<label>模型名</label>
<label>文本模型名</label>
<input id="modelValue" type="text" placeholder="如gpt-4.1-mini / qwen-max" />
</div>
</div>
<div>
<label>文生图模型名</label>
<input id="imageModelValue" type="text" placeholder="如gpt-image-1 / wanx2.1-t2i-plus用于封面和段落海报" />
</div>
<div class="grid2">
<div>
<label>Base URL可选</label>
@@ -148,6 +152,6 @@
</main>
</div>
</div>
<script src="/static/settings.js?v=20260428a"></script>
<script src="/static/settings.js?v=20260428i"></script>
</body>
</html>