From 559950656fb49b9ee63cbdefc90bf022906f9cc1 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 22 Apr 2025 17:12:05 +0800 Subject: [PATCH] no message --- resources/views/tabler/user/index.tpl | 3 +++ src/Services/Maps.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/tabler/user/index.tpl b/resources/views/tabler/user/index.tpl index ae2a8c6a..2e021f1d 100755 --- a/resources/views/tabler/user/index.tpl +++ b/resources/views/tabler/user/index.tpl @@ -557,6 +557,9 @@ {$public_setting['checkin_min']} MB {/if}

+

+ (免费体验用户可依靠签到持续体验) +

上次签到时间:{$user->lastCheckInTime()}

diff --git a/src/Services/Maps.php b/src/Services/Maps.php index 4a05a80e..fa707b64 100755 --- a/src/Services/Maps.php +++ b/src/Services/Maps.php @@ -23,7 +23,7 @@ final class Maps $sClass = '专业套餐'; break; default: - $sClass = '无订阅'; + $sClass = '免费体验'; } return $sClass; }