AList 文件浏览器
{{ currentPath === '/' ? '根目录' : currentPath.split('/').pop() }}
{{ files.length }}项
正在加载资源...
文件夹为空或未配置
选
文件名
大小
时间
{{ file.name }}
{{ formatSize(file.size) }}
{{ formatDate(file.modified).split(' ')[0] }}
{{ file.is_dir ? '-' : formatSize(file.size) }}
{{ formatDate(file.modified) }}