-
{% if result.items %}
{% for x in result.items %}
{{x.name|highlight:words}}
- 文件数:{{x.files|length}} 文件大小:{{x.length|filesizeformat}} 访问热度:{{x.requests}} 收录时间:{{x.create_time|date:"Y-m-d"}}
{% if 'files' in x %} {% for y in x.files %}{{y.path}} {{y.length|filesizeformat}}
{% endfor %}....
{% else %}{{x.name}} {{x.length|filesizeformat}}
{% endif %}
{% endfor %}
{% else %}
抱歉,没有找到关于 “{{keyword}}” 的结果
您可以首先尝试 刷新 本页重试,或者可能还没有索引到该资源,请试试其它关键词。
点此返回首页重新搜索,请尽量使用简短词搜索。
{% endif %}