We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
要做的工作可能很多!
首先将不同服务器的资源放置到不同的位置,避免互相影响。 我的思路是把所有资源放到 数据文件夹/{服务器地址}/资源文件。
数据文件夹/{服务器地址}/资源文件
加密与未加密则修改下载部分的代码,将未加密的数据直接以应有的后缀结尾,否则就添加 .rnx。 这个可能不好实现,所以也可以直接将加密的数据解密后存储。
.rnx
自动填写用户名和密码应该问题不大。
在线服务器列表需要一个稳定的数据源,可能因此延后这个功能。 与此同时也要加入添加自定义服务器的UI。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
要做的工作可能很多!
首先将不同服务器的资源放置到不同的位置,避免互相影响。
我的思路是把所有资源放到
数据文件夹/{服务器地址}/资源文件
。加密与未加密则修改下载部分的代码,将未加密的数据直接以应有的后缀结尾,否则就添加
.rnx
。这个可能不好实现,所以也可以直接将加密的数据解密后存储。
自动填写用户名和密码应该问题不大。
在线服务器列表需要一个稳定的数据源,可能因此延后这个功能。
与此同时也要加入添加自定义服务器的UI。
The text was updated successfully, but these errors were encountered: