diff --git a/core/templates/core/public_content.html b/core/templates/core/public_content.html index 4b351bc..b633906 100644 --- a/core/templates/core/public_content.html +++ b/core/templates/core/public_content.html @@ -3,150 +3,38 @@ {% block content %} - - - -
-
API 说明
-
- API 说明 - -
-
-

端点:

- POST /api/v1/temp-upload/ -

参数:

- -

cURL:

-
curl -X POST \
-  -F "file=@f.pdf" \
-  -F "title=文件" \
-  -F "expire_type=expire_1d" \
-  /api/v1/temp-upload/
-
-
- - -

公开内容

- {% if user.is_authenticated %} -
+
+ + {% if user.is_authenticated %} 添加内容 + {% endif %}
- {% endif %}