新增: F-04c前端Settings池编辑(enabled toggle+weight输入+IPC绑定)

This commit is contained in:
lxy
2026-06-17 02:36:54 +08:00
parent e16d038bb2
commit 3f90aad2d6
5 changed files with 117 additions and 1 deletions
+7
View File
@@ -14,6 +14,13 @@ export default {
detailBaseUrl: 'Base URL',
detailModel: 'Model',
detailApiKey: 'API Key',
detailPoolEnabled: 'In load-balance pool',
detailPoolWeight: 'Pool selection weight',
badgePoolDisabled: 'Disabled',
descPoolEnabled: 'When on, participates in main-chain routing/pool selection; off = config retained but never selected',
descPoolWeight: '0-100, higher weight preferred as primary; equal weights ~ round-robin (backend clamps [0,100])',
toastPoolUpdateOk: 'Load-balance pool config updated',
toastPoolUpdateFail: 'Failed to update pool config: {msg}',
// Provider form
labelName: 'Name',