chore(version): 1.4.10

This commit is contained in:
kangfenmao 2025-07-10 22:57:35 +08:00
parent 4d75515bd6
commit 10e512f32e
4 changed files with 7 additions and 9 deletions

View File

@ -117,9 +117,8 @@ afterSign: scripts/notarize.js
artifactBuildCompleted: scripts/artifact-build-completed.js
releaseInfo:
releaseNotes: |
服务商:新增 NewAPI 服务商支持
绘图:新增 NewAPI 绘图服务商支持
备份:支持 s3 兼容存储备份
服务商:支持多个密钥管理,支持配置自定义请求头
设置:支持禁用硬件加速
其他:性能优化和错误改进
• [新增] MCP 工具调用自动审批流程
• [优化] 输入框快捷弹窗多选交互支持
• [新增] 网页内容生成实时预览功能
• [支持] Grok-4 大语言模型接入
• [修复] Anthropic 模型输出截断缺陷

View File

@ -1,6 +1,6 @@
{
"name": "CherryStudio",
"version": "1.4.9",
"version": "1.4.10",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",

View File

@ -59,7 +59,6 @@
p {
margin: 1.3em 0;
white-space: pre-wrap;
text-align: justify;
line-height: 2;
&:last-child {

View File

@ -33,7 +33,7 @@ const Container = styled.div<{ $isDark: boolean }>`
padding: 11px 16px;
border-radius: 10px;
cursor: pointer;
border: 1px solid var(--color-border);
border: 0.5px solid var(--color-border);
margin: 15px 24px;
margin-bottom: 0;
`