#Update 增加房间快速切换,以及多房间启动 - #38
Open
langren1353 wants to merge 2 commits into
Open
Conversation
Author
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.


#Update 支持同时启动多个房间,可切换/管理多套联机配置
改动原因
以前同一时间只能启动一个 easytier 房间。现在改成可以同时开多个房间,每套配置独立运行、互不影响。
改改动内容
兼容性
旧版本的单房间配置会自动迁移成第一个房间,数据不丢;旧存档导入只影响当前房间,不会覆盖整个列表。
启动时如果勾选了 自动联机 那么会连接所有的房间
验证