Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2096779623/countdown
基于fyne的倒计时程序,用 Golang 编写
https://github.com/2096779623/countdown
fyne go golang
Last synced: 26 days ago
JSON representation
基于fyne的倒计时程序,用 Golang 编写
- Host: GitHub
- URL: https://github.com/2096779623/countdown
- Owner: 2096779623
- License: mit
- Created: 2022-10-30T07:12:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T06:26:50.000Z (6 months ago)
- Last Synced: 2024-05-20T21:49:42.535Z (6 months ago)
- Topics: fyne, go, golang
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# countdown
基于fyne的倒计时程序,用 Golang 编写
# 用法
## Windows
```cmd
countdown.exe 2024-01-01T00:00:00+08:00 元旦
```## Linux
```bash
export FYNE_FONT=任意一个中文字体的路径
countdown 2024-01-01T00:00:00+08:00 元旦
```# 效果图
## Windows
![a](https://user-images.githubusercontent.com/57583560/198867166-864c691d-9ef5-4d92-a1dc-4e04895f6621.gif)
## Linux
![image](https://user-images.githubusercontent.com/57583560/216264948-58624999-4739-4ea5-86e1-6ecaee7ddda7.png)
# TODO
- [ ] [移动窗口至任意位置](https://github.com/fyne-io/fyne/issues/311)
# 许可证
[MIT](./LICENSE)