Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2096779623/countdown

基于fyne的倒计时程序,用 Golang 编写
https://github.com/2096779623/countdown

fyne go golang

Last synced: 26 days ago
JSON representation

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

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)