feat(script): 脚本设置新增 菜单始终显示 配置项

This commit is contained in:
Quan
2025-08-04 22:55:06 +08:00
parent 7102565c64
commit b3f0c7afb6
3 changed files with 33 additions and 7 deletions

View File

@@ -566,7 +566,7 @@ class XHS:
):
@server.get(
"/",
summary=_("访问项目 GitHub 仓库"),
summary=_("跳转至项目 GitHub 仓库"),
description=_("重定向至项目 GitHub 仓库主页"),
tags=["API"],
)