From bb78e935a845699bc2f3b7859b72b1227c40f0cc Mon Sep 17 00:00:00 2001 From: Wisp X Date: Thu, 23 Dec 2021 22:23:30 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=88=91=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=94=AF=E6=8C=81=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/images.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/images.blade.php b/resources/views/images.blade.php index 3449432b..6e6f2dc5 100644 --- a/resources/views/images.blade.php +++ b/resources/views/images.blade.php @@ -12,8 +12,7 @@
- + @@ -26,13 +25,13 @@
- + - 排序 + + 最新 + + @@ -152,6 +151,7 @@ const setOrderBy = function (sort) { $photos.html('').justifiedGallery('destroy').justifiedGallery(gridConfigs) infinite.refresh({page: 1, order: sort}); + $('#order span').text({newest: '最新', earliest: '最早', utmost: '最大', least: '最小'}[sort]); }; $photos.on('click', '.photo-mask', function () {