1、添加中英文版本

2、修复已知BUG
3、完善功能
4、添加minimax视频渠道
This commit is contained in:
Connor
2026-01-18 05:21:34 +08:00
parent bfba6342dc
commit d39759926e
52 changed files with 3456 additions and 2617 deletions

View File

@@ -556,6 +556,7 @@ body {
--el-table-header-bg-color: var(--bg-secondary);
--el-table-tr-bg-color: var(--bg-card);
--el-table-row-hover-bg-color: var(--bg-card-hover);
--el-fill-color-lighter: var(--bg-secondary);
}
.dark .el-table th.el-table__cell,
@@ -563,6 +564,10 @@ body {
border-color: var(--border-primary);
}
.dark .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
background-color: var(--bg-secondary);
}
/* Pagination overrides / 分页样式覆盖 */
.el-pagination {
--el-pagination-bg-color: transparent;