进度条图标自定义
This commit is contained in:
@@ -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; // 是否启用私人影库功能
|
||||
|
||||
Reference in New Issue
Block a user