chore: 更新自定义客户端配置的解密密钥 - #4
Open
hashbk wants to merge 7 commits into
Open
Conversation
仅更新了read_custom_client函数中使用的解密密钥,以适配最新的客户端配置校验逻辑
将默认的admin.rustdesk.com替换为rustdesk-console.databk.top
将custom.txt替换为databk.txt作为自定义客户端配置文件,统一配置文件读取路径
YuZhiYuanDev
approved these changes
Jul 12, 2026
将内置的公钥密钥替换为新的YsPze+iCkuwCceCDLy3z5qgrF4fIlotaSctVovDnnjA=,修复自定义客户端配置校验失败的问题
YuZhiYuanDev
approved these changes
Jul 14, 2026
hashbk
force-pushed
the
post-checkout
branch
2 times, most recently
from
July 14, 2026 13:32
bdc93c6 to
5e8b2e6
Compare
将hbb_common子模块从1d6f38d更新至7e1c392c
修改了flutter通用代码中的跳转链接,同时更新了多语言配置中的"powered_by_me"文案,将原有的RustDesk品牌标识替换为Data Block
1. 修正了时长常量名拼写错误,将一天改为两小时 2. 修改自动更新默认检查间隔为两小时 3. 移除了自动更新的前置权限判断逻辑 4. 重命名自定义客户端标记文件从custom.txt为databk.txt
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.
仅更新了read_custom_client函数中使用的解密密钥,以适配最新的客户端配置校验逻辑