进度条图标自定义

This commit is contained in:
mtvpls
2026-02-21 02:13:50 +08:00
parent 5d2f944346
commit f02dce869c
7 changed files with 273 additions and 1 deletions

View File

@@ -115,6 +115,10 @@ export interface AdminConfig {
cacheVersion: number; // CSS版本号用于缓存控制
loginBackgroundImage?: string; // 登录界面背景图
registerBackgroundImage?: string; // 注册界面背景图
// 进度条图标配置
progressThumbType?: 'default' | 'preset' | 'custom'; // 图标类型
progressThumbPresetId?: string; // 预制图标ID
progressThumbCustomUrl?: string; // 自定义图标URL
};
OpenListConfig?: {
Enabled: boolean; // 是否启用私人影库功能