{% extends 'base.html' %} {% block title %}发布作品 - Prompt Manager{% endblock %} {% block content %}

发布新作品

Share your creation with the library.

{% with mode='create', image=None %} {% include 'components/_form_image.html' %} {% endwith %}
{# 依赖库:SortableJS 用于拖拽排序 #} {% if config.USE_LOCAL_RESOURCES %} {% else %} {% endif %} {% endblock %}