1
0

update:readme

This commit is contained in:
guorong.zheng 2024-10-22 16:57:24 +08:00
parent 36e50de8de
commit c2a3edda4a
3 changed files with 3 additions and 3 deletions

@ -174,7 +174,7 @@ docker run -d -p 8000:8000 guovern/tv-requests 或 tv-driver
## 赞赏
<div>请我喝杯饮料☕️吧~</div>
<div>请我喝杯咖啡☕️吧~</div>
| 支付宝 | 微信 |
| ----------------------------------------- | ------------------------------------------- |

@ -174,7 +174,7 @@ For example: docker run -v /etc/docker/config:/tv-requests/config -v /etc/docker
## Appreciate
<div>Please buy me a drink~~</div>
<div>Please buy me a cup of coffee☕~</div>
| Alipay | Wechat |
| ------------------------------------- | ----------------------------------------- |

@ -68,7 +68,7 @@ class AboutUI:
image_label.image = photo
image_label.pack()
appreciate_label = tk.Label(about_window, text="请我喝杯饮料☕️吧~")
appreciate_label = tk.Label(about_window, text="请我喝杯咖啡☕️吧~")
appreciate_label.pack()
confirm_button = tk.ttk.Button(