1
0

update:readme

This commit is contained in:
guorong.zheng 2024-11-15 16:51:28 +08:00
parent 288b8d9344
commit 590530d0f0
3 changed files with 5 additions and 3 deletions

@ -212,7 +212,7 @@ docker run -v /etc/docker/config:/tv-requests/config -v /etc/docker/output:/tv-r
## 💰️ 赞赏
<div>请我喝杯咖啡☕️吧~</div>
<div>开发维护不易,请我喝杯咖啡☕️吧~</div>
| 支付宝 | 微信 |
| ----------------------------------------- | ------------------------------------------- |

@ -212,7 +212,7 @@ docker run -v /etc/docker/config:/tv-requests/config -v /etc/docker/output:/tv-r
## 💰️ Appreciate
<div>Please buy me a cup of coffee☕~</div>
<div>Development and maintenance are not easy, please buy me a coffee ~</div>
| Alipay | Wechat |
| ------------------------------------- | ----------------------------------------- |

@ -68,7 +68,9 @@ 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(