m1m1sha
m1m1sha
[feat] ui 改善
### 描述问题 / Describe the problem 旧版ui并不是特别美观,存在的问题也很多,对移动端适配欠佳 ### 描述您想要的解决方案 / Describe the solution you'd like      等等等等以及其他界面与各项细节.... ### 替代方案 / Alternatives considered _No response_ ### 额外上下文...
配置参数相关
参数字段是否需要优化一下,配置参数名称是否不太应该出现动词 比如: 1. `enable_ipv6 true|false` -> `ipv6 true|false` 2. `use_smoltcp true|false` -> `smoltcp true|false` 3. `default_protocol tcp|other` -> `protocol tcp|other` 4. `foreign_network_whitelist any` -> `relay_list any` && (`--relay` && `--p2p`)...
https://github.com/EasyTier/EasyTier/issues/258#issuecomment-2343045925 个人考虑到易用性是每个配置文件都单独存放 - 配置数据依旧保存在 localstorage 中,本地仅写出当前使用的配置数据文件,每次读取配置数据后将 gui 中更新的配置覆盖后启动并保存 - 配置数据保存在本地,但多种配置数据如何存放(单文件?多文件?)