File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const translations = {
7979 'privacy.logout.title' : 'Clean logout' ,
8080 'privacy.logout.desc' : 'All local session data is wiped on logout, leaving no trace.' ,
8181 'disclaimer.title' : 'Disclaimer' ,
82- 'disclaimer.text' : 'This is an unofficial third-party project and is not directly affiliated with CLHS or Xinhe Smart Campus.' ,
82+ 'disclaimer.text' : 'This is an unofficial third-party project and is not directly affiliated with CLHS or ShinHer Smart Campus.' ,
8383 'footer.github' : 'View source on GitHub' ,
8484 'footer.license' : 'MIT License © 2026' ,
8585 'footer.contributor' : 'Developed by alvin000009238' ,
@@ -147,7 +147,7 @@ function updateDownloadStatsText() {
147147 const latestEl = document . getElementById ( 'stat-latest' ) ;
148148 const prevEl = document . getElementById ( 'stat-prev' ) ;
149149 if ( ! latestEl || ! prevEl ) return ;
150-
150+
151151 if ( currentLang === 'zh' ) {
152152 latestEl . textContent = `最新版 (${ releaseData . latest . tag } ): ${ releaseData . latest . count } 次下載` ;
153153 prevEl . textContent = `上一版 (${ releaseData . prev . tag } ): ${ releaseData . prev . count } 次下載` ;
You can’t perform that action at this time.
0 commit comments