From b22ba92bb7d2ad620d4d29d0b90fccb59d4e20aa Mon Sep 17 00:00:00 2001 From: yangjian Date: Tue, 2 Mar 2021 20:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=89=8D=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E5=92=8C=E6=96=B0=E5=BB=BA=E6=96=87=E6=A1=A3=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/app_admin/admin_center.html | 2 +- template/app_admin/admin_setting.html | 8 +++++++- template/app_doc/head_base.html | 2 +- template/app_doc/user/user_center.html | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/template/app_admin/admin_center.html b/template/app_admin/admin_center.html index d2936d5..2a6342e 100644 --- a/template/app_admin/admin_center.html +++ b/template/app_admin/admin_center.html @@ -42,7 +42,7 @@ {% if request.user.is_superuser %}
个人中心
{% endif %} -
站点首页
+
站点首页
注销登录
diff --git a/template/app_admin/admin_setting.html b/template/app_admin/admin_setting.html index fd970e6..69fc108 100644 --- a/template/app_admin/admin_setting.html +++ b/template/app_admin/admin_setting.html @@ -239,6 +239,7 @@
+
默认支持YouTube、优酷、QQ视频、Facebook、哔哩哔哩、TED网站,仅用于EditorMD编辑器模式
@@ -288,11 +289,16 @@ {% endblock %} {% block custom_script %} - + {% endblock %} \ No newline at end of file diff --git a/template/app_doc/head_base.html b/template/app_doc/head_base.html index 4a80c94..fccf6fe 100644 --- a/template/app_doc/head_base.html +++ b/template/app_doc/head_base.html @@ -34,7 +34,7 @@
- + {% trans "新建文档" %} diff --git a/template/app_doc/user/user_center.html b/template/app_doc/user/user_center.html index 629927a..8ad1399 100644 --- a/template/app_doc/user/user_center.html +++ b/template/app_doc/user/user_center.html @@ -42,7 +42,7 @@ {% if request.user.is_superuser %}
{% trans "后台管理" %}
{% endif %} -
{% trans "站点首页" %}
+
{% trans "站点首页" %}
{% trans "注销登录" %}