AList 文件浏览器
{{ currentPath === '/' ? '根目录' : currentPath.split('/').pop() }}
已选 {{ selection.length }}
读取中...
空文件夹
选
文件名
大小
时间
{{ file.name }}
{{ formatSize(file.size) }}
{{ formatDate(file.modified).split(' ')[0] }}
{{ file.is_dir ? '-' : formatSize(file.size) }}
{{ formatDate(file.modified) }}
已加载全部 {{ files.length }} 项