{% extends 'app_doc/user/user_base.html' %} {% load static %} {% load i18n %} {% block title %}{% trans "文集设置" %}{% endblock %} {% block custom_element %} {% endblock %} {% block content %}
  • {% trans "基础信息" %}
  • {% trans "权限配置" %}
  • {% if enable_project_report %}
  • {% trans "下载配置" %}
  • {% endif %}
  • {% trans "管理控制" %}
{% trans "不少于4位数" %}
{% if enable_project_report %}
{% load project_filter %}
{% trans "注意:开启某类型文件下载后,请先点击“生成或更新XXX文件”,EPUB格式文件不支持思维导图、公式、流程图等图形" %}
{% trans "生成或更新EPUB文件" %} {% if project_files %} {% for file in project_files %} {% if file.file_type == 'epub' %} | {% trans "下载文集EPUB文件" %} {% else %} {% endif %} {% endfor %} {% else %} | {% trans "未生成文集导出文件" %} {% endif %}

{% trans "生成或更新PDF文件" %} {% if project_files %} {% for file in project_files %} {% if file.file_type == 'pdf' %} | {% trans "下载文集PDF文件" %} {% else %} {% endif %} {% endfor %} {% else %} | {% trans "未生成文集导出文件" %} {% endif %}

{% endif %}
{% trans "导出文集" %}

{% trans "将文集内的文档以Markdown(.md)的形式导出为zip压缩文件" %}


{% trans "转让文集" %}

{% trans "将文集的管理权限和文集下自己创建的文档转让给站点的其他用户" %}

{% trans "转让文集" %}

{% trans "删除文集" %}

{% trans "删除文集及文集下的所有文档" %}

{% endblock %} {% block custom_script %} {% endblock %}