update:readme
This commit is contained in:
parent
288b8d9344
commit
590530d0f0
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user