修改选项卡轮播数据更新

v1.3.0
于肖磊 2025-04-10 10:40:59 +08:00
parent ef30601fbc
commit 1f537f0811
1 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,9 @@ interface defaultTabs {
video_img: uploadList[];
video_icon_class: string;
video_icon_color: string;
video_image_width: number;
video_image_height: number;
video_icon_size: number;
video_location: string;
video_bottom: number;
video_title_color: string;
@ -395,6 +398,9 @@ const defaultTabs: defaultTabs = {
video_img: [],
video_icon_class: '',
video_icon_color: '#ff6868',
video_image_width: 14,
video_image_height: 14,
video_icon_size: 14,
video_location: 'center',
video_bottom: 20,
// 视频标题设置