v2.1.1:修复测试名称输入框未匹配 input[type=text] 样式导致样式不一致
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@
|
||||
<h2>🚀 速度测试配置</h2>
|
||||
<div class="field">
|
||||
<label>测试名称(主题)</label>
|
||||
<input id="gen-name" placeholder="如:DeepSeek-V4 不同上下文长度速度对比">
|
||||
<input id="gen-name" type="text" placeholder="如:DeepSeek-V4 不同上下文长度速度对比">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>上下文长度(tokens,点击切换启停)</label>
|
||||
|
||||
Reference in New Issue
Block a user