From f209c9f6818b18a05656e4438103667ea50fd1a1 Mon Sep 17 00:00:00 2001 From: zmister Date: Thu, 23 Sep 2021 11:12:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=8E=E5=8F=B0=E5=92=8C?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_admin/views.py | 4 ++-- app_doc/views_user.py | 2 +- template/app_admin/admin_center.html | 2 +- template/app_admin/admin_overview.html | 6 ++++++ template/app_doc/manage/manage_overview.html | 2 +- template/app_doc/user/user_center.html | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/app_admin/views.py b/app_admin/views.py index 62fd373..55c1151 100644 --- a/app_admin/views.py +++ b/app_admin/views.py @@ -1349,14 +1349,14 @@ def admin_center_menu(request): "icon": "layui-icon layui-icon-face-smile", "type": 1, "openType": "_blank", - "href": "http://mrdoc.zmister.com/project-7/" + "href": "https://doc.mrdoc.pro/project-7/" }, { "id": 702, "title": _("使用说明"), "icon": "layui-icon layui-icon-face-smile", "type": 1, "openType": "_blank", - "href": "http://mrdoc.zmister.com/project-54/" + "href": "https://doc.mrdoc.pro/project-54/" }] } ] diff --git a/app_doc/views_user.py b/app_doc/views_user.py index 3b17192..71d4607 100644 --- a/app_doc/views_user.py +++ b/app_doc/views_user.py @@ -192,7 +192,7 @@ def user_center_menu(request): "icon": "layui-icon layui-icon-template-1", "type": 1, "openType": "_blank", - "href": "http://mrdoc.zmister.com/project-54/", + "href": "https://doc.mrdoc.pro/project-54/", } # { # "id": "common", diff --git a/template/app_admin/admin_center.html b/template/app_admin/admin_center.html index a96f5e4..68e36e0 100644 --- a/template/app_admin/admin_center.html +++ b/template/app_admin/admin_center.html @@ -138,7 +138,7 @@ { "icon": "layui-icon layui-icon-read", "title": "说明文档", - "href": "http://mrdoc.zmister.com/project-7/" + "href": "https://doc.mrdoc.pro/project-7/" }, { "icon": "layui-icon layui-icon-fonts-code", diff --git a/template/app_admin/admin_overview.html b/template/app_admin/admin_overview.html index d85bc1c..4cae08c 100644 --- a/template/app_admin/admin_overview.html +++ b/template/app_admin/admin_overview.html @@ -92,6 +92,11 @@
觅思文档 {{mrdoc_version}}
+
+ + 升级专业版享折扣! + +
访问 Gitee
@@ -104,6 +109,7 @@
+
diff --git a/template/app_doc/manage/manage_overview.html b/template/app_doc/manage/manage_overview.html index 00adb32..f712966 100644 --- a/template/app_doc/manage/manage_overview.html +++ b/template/app_doc/manage/manage_overview.html @@ -157,7 +157,7 @@ {% trans "觅 思 文 档 官 网" %}
- + {% trans "使 用 手 册" %}
diff --git a/template/app_doc/user/user_center.html b/template/app_doc/user/user_center.html index 7b16cb3..ef8da21 100644 --- a/template/app_doc/user/user_center.html +++ b/template/app_doc/user/user_center.html @@ -137,7 +137,7 @@ { "icon": "layui-icon layui-icon-read", "title": "{% trans '说明文档' %}", - "href": "http://mrdoc.zmister.com/project-7/" + "href": "https://doc.mrdoc.pro/project-7/" }, { "icon": "layui-icon layui-icon-fonts-code",