LLWiki正在建设中,欢迎加入我们

“Widget:Countdown”的版本间差异

跳转到导航 跳转到搜索
before.style.display = "none";
}
var textMonth = ele.querySelector( '.countdown-month' ).textContent = i18n.substring(2);,
textHour = ele.querySelector( '.countdown-hour' ).textContent = i18n.substring(0,2);
if(textMonth) { textMonth.textContent = i18n.substring(2); }
if(textHour) { textHour.textContent = i18n.substring(0,2); }
};
const run = () => {
//</pre>
<includeonly>
</script><style>
<style>
/* </includeonly>CSS样式表:<pre lang="css"> */
.countdownNode {