mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
feat: 发布 2.4 版本
This commit is contained in:
@@ -90,7 +90,6 @@ class Index(Screen):
|
||||
">" *
|
||||
50}",
|
||||
style=MASTER),
|
||||
animate=True,
|
||||
scroll_end=True,
|
||||
)
|
||||
self.xhs.manager.print_proxy_tip(log=self.tip, )
|
||||
@@ -102,12 +101,10 @@ class Index(Screen):
|
||||
else:
|
||||
self.tip.write(
|
||||
Text(_("未输入任何小红书作品链接"), style=WARNING),
|
||||
animate=True,
|
||||
scroll_end=True,
|
||||
)
|
||||
self.tip.write(
|
||||
Text(">" * 50, style=GENERAL),
|
||||
animate=True,
|
||||
scroll_end=True,
|
||||
)
|
||||
|
||||
@@ -132,7 +129,6 @@ class Index(Screen):
|
||||
)
|
||||
self.tip.write(
|
||||
Text(">" * 50, style=GENERAL),
|
||||
animate=True,
|
||||
scroll_end=True,
|
||||
)
|
||||
await self.app.action_back()
|
||||
|
||||
@@ -53,7 +53,6 @@ class Monitor(Screen):
|
||||
Text(_(
|
||||
"程序会自动读取并提取剪贴板中的小红书作品链接,并自动下载链接对应的作品文件,如需关闭,请点击关闭按钮,或者向剪贴板写入 “close” 文本!"),
|
||||
style=MASTER),
|
||||
animate=True,
|
||||
scroll_end=True,
|
||||
)
|
||||
self.run_monitor()
|
||||
|
||||
Reference in New Issue
Block a user