表單:連網選項改為「允許 AI 連網」,修正 .field 內 checkbox 被撐滿的版面
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 93 KiB |
@@ -73,7 +73,12 @@
|
|||||||
.field input:focus, .field select:focus { outline: none; border-color: #5865f2; }
|
.field input:focus, .field select:focus { outline: none; border-color: #5865f2; }
|
||||||
.field .hint { font-size: 11px; color: #475569; margin-top: 4px; }
|
.field .hint { font-size: 11px; color: #475569; margin-top: 4px; }
|
||||||
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }
|
.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 面板 */
|
||||||
#log-panel { display: none; margin-top: 18px; }
|
#log-panel { display: none; margin-top: 18px; }
|
||||||
#log-panel .log-header { display: flex; align-items: center; justify-content: space-between;
|
#log-panel .log-header { display: flex; align-items: center; justify-content: space-between;
|
||||||
@@ -241,8 +246,8 @@
|
|||||||
<div class="hint">記憶會隨對話變慢(尤其含圖);用量達 80% 時所有模式都會自動開新會話</div>
|
<div class="hint">記憶會隨對話變慢(尤其含圖);用量達 80% 時所有模式都會自動開新會話</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="field" id="f-network-wrap">
|
<div class="field" id="f-network-wrap">
|
||||||
<label class="check" style="margin-top:2px"><input type="checkbox" id="f-network"> 允許 Codex 連網</label>
|
<label class="check"><input type="checkbox" id="f-network"> 允許 AI 連網</label>
|
||||||
<div class="hint">workspace-write 沙盒預設禁網;要呼叫外部 API(例如生圖服務)才需要打開</div>
|
<div class="hint">workspace-write 沙盒預設禁網;要呼叫外部 API(例如生圖服務)才需要打開。目前只有 Codex 引擎有此選項</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label>逾時(分鐘)</label>
|
<label>逾時(分鐘)</label>
|
||||||
|
|||||||