From c09a013f5e67deb1b3ee02bdb60f6fc8c15ecf35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Fri, 2 Jun 2023 15:19:42 +0800 Subject: [PATCH] =?UTF-8?q?6.2.9=E5=9B=BE=E7=89=87=E5=89=8D=E5=8F=B0?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/album_add.htm | 2 +- src/admin/templets/album_edit.htm | 2 +- src/static/web/css/style.css | 2 +- src/system/common.inc.php | 2 +- src/theme/dedebiz/article_image.htm | 124 ++++++++++++++-------------- src/theme/dedebiz/widget_search.htm | 2 +- 6 files changed, 67 insertions(+), 67 deletions(-) diff --git a/src/admin/templets/album_add.htm b/src/admin/templets/album_add.htm index 0187816c..04ed646f 100644 --- a/src/admin/templets/album_add.htm +++ b/src/admin/templets/album_add.htm @@ -215,7 +215,7 @@ - (系统仅是每页输出行x列张图片,实现需自行控制样式表) + (每页输出行x列张图片,实现需自行控制样式表) diff --git a/src/admin/templets/album_edit.htm b/src/admin/templets/album_edit.htm index bc1b7155..f76012fc 100644 --- a/src/admin/templets/album_edit.htm +++ b/src/admin/templets/album_edit.htm @@ -206,7 +206,7 @@ - (系统仅是每页输出行x列张图片,实现需自行控制样式表) + (每页输出行x列张图片,实现需自行控制样式表) diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index c810a899..31272950 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -361,7 +361,7 @@ input[type=file] { display:inline-block; height:36px } -.form-control,.btn,.fa { +.form-control,.fa { font-size:14px!important } .fa { diff --git a/src/system/common.inc.php b/src/system/common.inc.php index a208dc01..de024499 100755 --- a/src/system/common.inc.php +++ b/src/system/common.inc.php @@ -192,7 +192,7 @@ $cfg_soft_dir = $cfg_medias_dir.'/soft'; $cfg_other_medias = $cfg_medias_dir.'/media'; //软件摘要信息,请不要删除,否则系统无法正确接收系统漏洞或升级信息 $cfg_version = 'V6'; -$cfg_version_detail = '6.2.8';//详细版本号 +$cfg_version_detail = '6.2.9';//详细版本号 $cfg_soft_lang = 'utf-8'; $cfg_soft_public = 'base'; $cfg_softname = '得德系统'; diff --git a/src/theme/dedebiz/article_image.htm b/src/theme/dedebiz/article_image.htm index d18a6311..7548cd50 100644 --- a/src/theme/dedebiz/article_image.htm +++ b/src/theme/dedebiz/article_image.htm @@ -14,6 +14,54 @@ + {dede:include filename='top.htm'/} @@ -39,33 +87,33 @@ {dede:field.uname/} {dede:field.pubdate function="MyDate('Y-m-d',@me)"/} {dede:field.source/} - +
{dede:field name='pagestyle' alt='输出不同的图片头信息' runphp='yes'} if (@me==3) { - @me = ''; + @me = '
'; } else if (@me==2) { @me = ""; } else { @@ -103,53 +151,5 @@ {dede:include filename='foot.htm'/} - \ No newline at end of file diff --git a/src/theme/dedebiz/widget_search.htm b/src/theme/dedebiz/widget_search.htm index a198de9b..7e8f8db0 100644 --- a/src/theme/dedebiz/widget_search.htm +++ b/src/theme/dedebiz/widget_search.htm @@ -3,7 +3,7 @@
- +
\ No newline at end of file