Fix: model provider save button label and light mode input background (#17081)

### Summary

Fix: model provider save button label and light mode input background

Co-authored-by: Wang Qi <wangq8@outlook.com>
This commit is contained in:
chanx
2026-07-20 13:41:46 +08:00
committed by GitHub
parent 65b7d1565c
commit 2e396629e3
4 changed files with 2 additions and 4 deletions

View File

@@ -1809,7 +1809,6 @@ Example: Virtual Hosted Style`,
addInstance: 'Add instance',
addInstanceText: 'Add instance',
noInstancesConfigured: 'No instances configured yet.',
saveAll: 'Save all',
editInstanceName: 'Edit instance name',
models: 'Models',
chatModel: 'LLM',

View File

@@ -1502,7 +1502,6 @@ NER使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系
addInstance: '添加实例',
addInstanceText: '添加实例',
noInstancesConfigured: '尚未配置任何实例。',
saveAll: '保存',
editInstanceName: '编辑实例名称',
models: '模型',
chatModel: 'LLM',

View File

@@ -106,7 +106,7 @@ export function ProviderHeaderBar({
) : (
<Save className="size-4" />
)}
{tSetting('saveAll')}
{tSetting('save')}
</Button>
</div>
);

View File

@@ -95,7 +95,7 @@
/* card color , dividing line */
--bg-card: rgba(0, 0, 0, 0.05);
--bg-component: #ffffff;
--bg-input: rgba(255, 255, 255, 0);
--bg-input: rgba(0, 0, 0, 0.05);
--bg-canvas: 246 246 247;
--bg-list: 246 246 247;
/* Button ,Body text, Input completed text */