-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 内置客户端支持切换及自定义签名服务器地址 #864
Merged
fy0
merged 10 commits into
sealdice:master
from
Fripine:feat/lagrange-custom-sign-server
Jul 10, 2024
Merged
feat: 内置客户端支持切换及自定义签名服务器地址 #864
fy0
merged 10 commits into
sealdice:master
from
Fripine:feat/lagrange-custom-sign-server
Jul 10, 2024
Conversation
This file contains 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
fy0
previously approved these changes
Jul 2, 2024
测试了1.4.5<=>1.5.0dev内置客户端部分,互相升级降级不会造成影响,因为不涉及修改海豹账号配置 |
Xiangze-Li
approved these changes
Jul 3, 2024
JustAnotherID
pushed a commit
that referenced
this pull request
Jul 11, 2024
(cherry picked from commit b5e861a)
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.
为了让部分地区用户能够连上签名服务器,在内置客户端里支持切换至Lagrange官方的signServer,还支持自定义填写他人反代后的地址进行使用。
前端实现:sealdice/sealdice-ui#215
签名地址只存放于Lagrange配置文件中,每次修改需要进行读写操作。
对内置客户端接入方式进行了部分修改,删掉了一些莫名其妙出现在gocq里的代码