release: v4.2.8

整合开源版 v4.2.8 功能:Sora2 视频、路由重构、手机站开关、DALL-E 参考图,以及启动时自动同步数据表字段等修复与优化。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
RockYang
2026-08-03 11:12:37 +08:00
parent f8a01cb9a2
commit b18b8ccb02
91 changed files with 3326 additions and 3121 deletions
+4 -3
View File
@@ -83,7 +83,7 @@
width: 100%;
}
.el-input__wrapper {
background: var(--card-bg);
//background: var(--card-bg);
}
.el-dialog__title {
font-weight: bold;
@@ -138,7 +138,8 @@
border: none;
}
.el-tag, .el-tag.el-tag--primary {
.el-tag,
.el-tag.el-tag--primary {
--el-tag-bg-color: #f0ebff;
}
.box-card {
@@ -148,4 +149,4 @@
}
.el-table th.el-table__cell {
background-color: var(--chat-bg);
}
}
+3 -2
View File
@@ -189,10 +189,11 @@
}
blockquote {
border-left: 4px solid #42b983;
border-left: 5px solid #c1c1c1;
padding: 10px 15px;
color: #777;
background-color: rgba(66, 185, 131, 0.1);
background-color: rgba(193, 193, 193, 0.2);
border-radius: 10px;
}
table {