chore: release v0.0.5

This commit is contained in:
HouYunFei
2026-05-20 16:24:40 +08:00
parent 7a27684e3c
commit 8fd4262bb6
7 changed files with 32 additions and 5 deletions
+3
View File
@@ -227,6 +227,9 @@ export function AppTopNav({ activeToolSlug, config, onConfigChange, hideHeader =
<Form.Item label="默认文本模型" className="mb-0">
<ModelPicker config={config} value={config.textModel} onChange={(model) => onConfigChange("textModel", model)} fullWidth />
</Form.Item>
<Form.Item label="系统提示词" className="mb-0">
<Input.TextArea rows={4} value={config.systemPrompt} placeholder="例如:你是一位擅长电影感写实摄影的视觉导演。" onChange={(event) => onConfigChange("systemPrompt", event.target.value)} />
</Form.Item>
</Form>
</div>
</Modal>