表單:連網選項改為「允許 AI 連網」,修正 .field 內 checkbox 被撐滿的版面
This commit is contained in:
@@ -73,7 +73,12 @@
|
||||
.field input:focus, .field select:focus { outline: none; border-color: #5865f2; }
|
||||
.field .hint { font-size: 11px; color: #475569; margin-top: 4px; }
|
||||
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }
|
||||
.check { display: flex; align-items: center; gap: 7px; font-size: 13px; color: #cbd5e1; cursor: pointer; }
|
||||
.check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #cbd5e1; cursor: pointer; }
|
||||
/* .field 內的 checkbox:不要吃到 .field label(display:block) 與 .field input(width:100%) 的樣式 */
|
||||
.field label.check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #cbd5e1; margin: 0 0 4px; }
|
||||
.field label.check input[type=checkbox], .check input[type=checkbox] {
|
||||
width: 16px; height: 16px; padding: 0; margin: 0; flex: none; accent-color: #5865f2; cursor: pointer;
|
||||
}
|
||||
/* log 面板 */
|
||||
#log-panel { display: none; margin-top: 18px; }
|
||||
#log-panel .log-header { display: flex; align-items: center; justify-content: space-between;
|
||||
@@ -241,8 +246,8 @@
|
||||
<div class="hint">記憶會隨對話變慢(尤其含圖);用量達 80% 時所有模式都會自動開新會話</div>
|
||||
</div>
|
||||
<div class="field" id="f-network-wrap">
|
||||
<label class="check" style="margin-top:2px"><input type="checkbox" id="f-network"> 允許 Codex 連網</label>
|
||||
<div class="hint">workspace-write 沙盒預設禁網;要呼叫外部 API(例如生圖服務)才需要打開</div>
|
||||
<label class="check"><input type="checkbox" id="f-network"> 允許 AI 連網</label>
|
||||
<div class="hint">workspace-write 沙盒預設禁網;要呼叫外部 API(例如生圖服務)才需要打開。目前只有 Codex 引擎有此選項</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>逾時(分鐘)</label>
|
||||
|
||||
Reference in New Issue
Block a user