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