@extends('library.layouts.app') @section('title', __('labels.home')) @section('content')
暂无数据包
当前没有可用的离线数据包。
| 数据包名称 | 文件大小 | 最低版本 | 创建时间 | 下载链接 |
|---|---|---|---|---|
|
{{ $packet['title'] ?? $packet['id'] }}
{{ $packet['filename'] ?? '' }}
|
{{-- 大小 --}}
{{ formatFilesize((int)($packet['filesize'] ?? 0)) }} | {{-- 最低版本 --}}@if(!empty($packet['min_app_ver'])) v{{ $packet['min_app_ver'] }} @else — @endif | {{-- 创建时间 --}}{{ $packet['create_at'] ?? '—' }} | {{-- 下载链接 --}}
@if(!empty($packet['url']) && is_array($packet['url']))
@foreach($packet['url'] as $index => $urlItem)
{{ $urlItem['hostname'] ?? '下载' }}
@endforeach
@else
暂无链接
@endif
|