模块:Timer:修订历史

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2025年4月13日 (星期日)

  • 当前之前 05:562025年4月13日 (日) 05:56 Admin 留言 贡献 249字节 +249 创建页面,内容为“local p = {} function p.countdown(frame) local targetDate = os.time{year=2025, month=4, day=20} local currentDate = os.time() local diff = targetDate - currentDate return tostring(math.floor(diff / 86400)) .. "天剩余" end return p”