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