🎮 游戏素材库
+ 添加素材
{{ assets|length }}
当前结果
全部分类
{% for c in categories %}
{{ c.category }}
{% endfor %}
全部项目
{% for p in projects %}
{{ p.game_project }}
{% endfor %}
筛选
重置
{% if assets %}
{% for asset in assets %}
{{ asset.name }}
{{ asset.category }}
{% if asset.subcategory %}
{{ asset.subcategory }}
{% endif %} {% if asset.game_project %}
{{ asset.game_project }}
{% endif %}
📐 {{ asset.resolution or '-' }} | 📁 {{ asset.format or '-' }} | 📜 {{ asset.license }}
🏷️ {{ asset.tags or '无标签' }}
{% for i in range(asset.rating) %}★{% endfor %}
{% if asset.notes %}
{{ asset.notes }}
{% endif %}
{% if asset.source_url %}
🔗 来源
{% endif %}
✏️ 编辑
🗑️
{% endfor %}
{% else %}
暂无素材,快去添加吧!
{% endif %}