docs: 改进文档

This commit is contained in:
2026-05-08 18:03:11 +08:00
parent 048e74ad7f
commit f1e87c6ff2
10 changed files with 53 additions and 357 deletions

View File

@@ -34,7 +34,7 @@ class NavigatorScreen(ModalScreen):
OTHERS = [
("退出程序", "self.app.exit()"),
("项目主页", "webbrowser.open('https://ams.imwangzhiyu.xyz')"),
("项目主页", "webbrowser.open('https://ams.pluv27.top')"),
]
def compose(self) -> ComposeResult: