feat: 发布 2.4 版本

This commit is contained in:
JoeanAmier
2025-01-05 11:45:15 +08:00
parent b3974fe8f3
commit bd7af3d0d1
19 changed files with 25 additions and 29 deletions

View File

@@ -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()

View File

@@ -53,7 +53,6 @@ class Monitor(Screen):
Text(_(
"程序会自动读取并提取剪贴板中的小红书作品链接,并自动下载链接对应的作品文件,如需关闭,请点击关闭按钮,或者向剪贴板写入 “close” 文本!"),
style=MASTER),
animate=True,
scroll_end=True,
)
self.run_monitor()