{% extends "digua_portal/base.html" %} {% block headtitle %}创作者中心 - 造影岛{% endblock headtitle %} {% block digua_content %}
发现 AI 导演

创作者中心

这里只展示已有审核通过作品的真实站内账号,不伪造认证、奖项或合作身份。

{% for creator in creator_items %}
{{ creator.name|default:creator.username }}

{{ creator.name|default:creator.username }}

{{ creator.description|default:"创作者暂未填写个人介绍。"|truncatechars:72 }}

{{ creator.public_work_count }}作品{{ creator.public_views|default:0 }}播放
{% empty %}

创作者展示区还是空的

当站内账号有已审核公开作品时,会自动进入这里。

{% endfor %}
{% endblock digua_content %}