@extends('skinlib.master') @section('title', $texture->name) @section('content')

材质详情 Texture Details

材质预览

详细信息

uploader); ?>
名称 {{ $texture->name }}
适用模型 {{ $texture->type }}
Hash {{ substr($texture->hash, 0, 15) }}...
文件大小 {{ $texture->size }} KB
上传者 {{ $uploader->getNickName() }}
上传日期 {{ $texture->upload_at }}
@if (!is_null($user) && $texture->uploader == $user->uid)

删除材质 / 设置隐私

材质设为隐私或被删除后将会从每一个收藏者的衣柜中移除。

@endif

评论区

@if (Option::get('disqus-shortname') != "") @else

本站未开启评论服务

@endif
@endsection @section('script') @endsection