Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 637 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 637 Bytes

countdown

基于fyne的倒计时程序,用 Golang 编写

用法

Windows

countdown.exe 2024-01-01T00:00:00+08:00 元旦

Linux

export FYNE_FONT=任意一个中文字体的路径
countdown 2024-01-01T00:00:00+08:00 元旦

效果图

Windows

a

Linux

image

TODO

许可证

MIT