From ffc4d5195ccf5048e00098b642219b00d4d2ec9d Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 19 Aug 2020 16:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BD=9C=E8=80=85=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/index.articles.css | 4 ++++ view/admin/post/create.html | 11 ++++++++++- view/admin/post/edit.html | 11 ++++++++++- view/admin/system/index.html | 7 +++++++ view/index/post/read.html | 1 + 5 files changed, 32 insertions(+), 2 deletions(-) diff --git a/public/static/css/index.articles.css b/public/static/css/index.articles.css index 15450e5..be30e3a 100644 --- a/public/static/css/index.articles.css +++ b/public/static/css/index.articles.css @@ -160,6 +160,10 @@ color: #777; } +.content-container .info span{ + margin-right: 5px;; +} + .content-container .desc { margin: 0 0 8px; font-size: 13px; diff --git a/view/admin/post/create.html b/view/admin/post/create.html index a0f4806..661233c 100644 --- a/view/admin/post/create.html +++ b/view/admin/post/create.html @@ -210,7 +210,16 @@ - +
+
+ 作者名称 +

不填使用系统设置的名称

+
+
+ +
+
排序
diff --git a/view/admin/post/edit.html b/view/admin/post/edit.html index b0a79d8..95134ad 100644 --- a/view/admin/post/edit.html +++ b/view/admin/post/edit.html @@ -216,7 +216,16 @@
- +
+
+ 作者名称 +

不填使用系统设置的名称

+
+
+ +
+
排序
diff --git a/view/admin/system/index.html b/view/admin/system/index.html index 0efa9b9..4da70c8 100644 --- a/view/admin/system/index.html +++ b/view/admin/system/index.html @@ -113,6 +113,13 @@ class="layui-input">
+
+
默认作者名称
+
+ +
+
二维码
diff --git a/view/index/post/read.html b/view/index/post/read.html index 3ad348e..aa2c9ba 100644 --- a/view/index/post/read.html +++ b/view/index/post/read.html @@ -28,6 +28,7 @@
{$post->publish_time_text} + {:get_system_config('default_author')}
{$post.desc_html}