From 4617d113ef71ee33a6d9308036963f2e1284d6e5 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Wed, 16 Apr 2025 14:27:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E6=97=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=97=B6=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/lang/en-us.php | 2 ++ app/index/lang/zh-cn.php | 2 ++ app/index/view/attachment/index.html | 6 +++--- app/index/view/attachment/video.html | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/index/lang/en-us.php b/app/index/lang/en-us.php index 0c90a2f7..27d361d4 100644 --- a/app/index/lang/en-us.php +++ b/app/index/lang/en-us.php @@ -38,5 +38,7 @@ return [ 'support_model' => 'Supported Models', 'support_platform' => 'Supported Systems', 'search_placeholder' => 'Search model', + 'no_data' => 'No Result!', + 'no_video' => 'No Video!', ] ]; \ No newline at end of file diff --git a/app/index/lang/zh-cn.php b/app/index/lang/zh-cn.php index 10f84691..f7c9a628 100644 --- a/app/index/lang/zh-cn.php +++ b/app/index/lang/zh-cn.php @@ -38,5 +38,7 @@ return [ 'support_model' => '支持型号', 'support_platform' => '支持系统', 'search_placeholder' => '搜索型号', + 'no_data' => '查询无结果!', + 'no_video' => '查询无此视频!', ] ]; \ No newline at end of file diff --git a/app/index/view/attachment/index.html b/app/index/view/attachment/index.html index fda7c37a..02a9d114 100644 --- a/app/index/view/attachment/index.html +++ b/app/index/view/attachment/index.html @@ -53,7 +53,7 @@
{notempty name="att.attach"} {volist name="att.attach" id="ch"} - + {/volist} @@ -62,9 +62,9 @@ {/volist} -