今天是2026年3月11日 第11周 星期三

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

變更

跳至導覽 跳至搜尋
// Edit via Wikiplus
行 25: 行 25:  
// Set the time.
 
// Set the time.
 
var hh = (now.getUTCHours() + 8);
 
var hh = (now.getUTCHours() + 8);
while(hh > 24) {hh -= 24;}
+
while(hh >= 24) {hh -= 24;}
 
var mm = now.getUTCMinutes();
 
var mm = now.getUTCMinutes();
 
var ss = now.getUTCSeconds();
 
var ss = now.getUTCSeconds();
行 48: 行 48:  
// Set CSS styles. We do this here instead of on the CSS page because some
 
// Set CSS styles. We do this here instead of on the CSS page because some
 
// wikis load this page directly, without loading the accompanying CSS.
 
// wikis load this page directly, without loading the accompanying CSS.
mw.util.addCSS( '#utcdate { width: 6.8em; }' );
   
mw.util.addCSS( '#utcdate a { font-weight:bolder; }' );
 
mw.util.addCSS( '#utcdate a { font-weight:bolder; }' );
  
161

次編輯

導覽選單