diff --git a/README.md b/README.md index 9c0483c7ff..b5f73fa14d 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ docker run -v /etc/docker/config:/tv-requests/config -v /etc/docker/output:/tv-r ## 💰️ 赞赏 -
请我喝杯咖啡☕️吧~
+
开发维护不易,请我喝杯咖啡☕️吧~
| 支付宝 | 微信 | | ----------------------------------------- | ------------------------------------------- | diff --git a/README_en.md b/README_en.md index a0f0859e11..4c84e61541 100644 --- a/README_en.md +++ b/README_en.md @@ -212,7 +212,7 @@ docker run -v /etc/docker/config:/tv-requests/config -v /etc/docker/output:/tv-r ## 💰️ Appreciate -
Please buy me a cup of coffee☕️~
+
Development and maintenance are not easy, please buy me a coffee ~
| Alipay | Wechat | | ------------------------------------- | ----------------------------------------- | diff --git a/tkinter_ui/about.py b/tkinter_ui/about.py index d2e2a20424..9c84677cb0 100644 --- a/tkinter_ui/about.py +++ b/tkinter_ui/about.py @@ -68,7 +68,9 @@ def init_ui(self, root=None, version=None): 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(