[Feature] [Vibe] 账户选项添加到实例管理 - #6647
Open
CHN-Nine9 wants to merge 3 commits into
Open
Conversation
Member
|
我考虑过这项功能,但是担心这个功能一些情况下不符合直觉(比如用户在全局账户列表中切换账号后打开游戏,发现实际账号没有切换)。 |
Author
这是个问题 我的想法是,在启动游戏的进度界面的登录步骤,显示当前启动过程使用的账户 或许可以在登录进度的末尾(对勾处)添加一个切换按钮,供用户点击切换到想要使用的账户,切换账户或超时后再完成登录步骤,继续启动游戏 超时实现: 添加一个等待时间(3s~5s),之后这个等待时间的功能放在启动器设置里,允许用户选择是否启用等待和改变等待时长 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
随着HMCL重构全局设置和特定实例设置,按照此逻辑解耦了游戏账户。
实现
实例管理和全局游戏设置添加登录方式;交互外观参考游戏 Java,在复选框后显示 用户名 (如果是外置登录在后方显示登录的用户名(与账户列表保持一致),在条目末尾显示登录类型(如果是外置登录则同时显示认证服务器)实例管理中的登录方式提供全局/特定的切换全局游戏设置中的登录方式完全跟随账户列表的账户选项效果
实例管理
切换后变为特定选项
切换回全局
无账户行为
点击后弹出无账户启动游戏时的登录菜单
审查