扫描修改为后台扫描,openlist登录增加账号密码

This commit is contained in:
mtvpls
2025-12-22 01:43:55 +08:00
parent 3c55bc9d1a
commit 7ca6379d93
18 changed files with 1157 additions and 67 deletions
+2
View File
@@ -94,6 +94,8 @@ export interface AdminConfig {
OpenListConfig?: {
URL: string; // OpenList 服务器地址
Token: string; // 认证 Token
Username?: string; // 账号(可选,用于登录获取Token)
Password?: string; // 密码(可选,用于登录获取Token)
RootPath: string; // 根目录路径,默认 "/"
LastRefreshTime?: number; // 上次刷新时间戳
ResourceCount?: number; // 资源数量