Skip to content

Feat linux enhance#334

Open
BlockHaity wants to merge 5 commits intoBlueArchiveArisHelper:devfrom
BlockHaity:feat-linux-enhance
Open

Feat linux enhance#334
BlockHaity wants to merge 5 commits intoBlueArchiveArisHelper:devfrom
BlockHaity:feat-linux-enhance

Conversation

@BlockHaity
Copy link
Contributor

linux增强,对其进行一些适配

  1. 添加linux容器内完整的BAAH更新程序
  2. 针对linux环境隐藏和关闭一些不适用的功能

"--no-show", action="store_false", dest="show", help="disable open browser"
)
parser.add_argument(
"--allhost", help="enable all host", nargs="?"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

上面有host了这里在加个 --allhost 何意味

else:
ui.run(title=f"BAAH{MyConfigger.NOWVERSION}", language="zh-cn", reload=False, host=args.host, port=args.port, show=args.show, storage_secret="32737")
if "--allhost" in sys.argv:
ui.run(title=f"BAAH{MyConfigger.NOWVERSION}", language="zh-cn", reload=False, port=args.port, show=args.show, storage_secret="32737")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

问题同上

return False No newline at end of file
return False

def _get_edition():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

提个小建议,linux下所有分支的return都以相同前缀,如 “linux-container", "linux-other"。另外那个 Windows 下的分支也是如此

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants