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}