Verify steps
Description
我突然发现 mihomo 和 singbox / singboxr 有内置的 config save cache 实现。
比如 mihomo 就有 store-selected 配置: https://wiki.metacubex.one/config/general/?h=store+selected#_10
以及 singbox / singboxr 有 cache-file 配置: https://sing-box.sagernet.org/zh/configuration/experimental/cache-file/
那我们是否可以考虑使用内核原生的配置保存功能代替外部手搓的 web_save 功能?
这可能将解决一系列的 issue 中关于配置丢失的问题,例如:
Verify steps
Description
我突然发现 mihomo 和 singbox / singboxr 有内置的 config save cache 实现。
比如 mihomo 就有
store-selected配置: https://wiki.metacubex.one/config/general/?h=store+selected#_10以及 singbox / singboxr 有
cache-file配置: https://sing-box.sagernet.org/zh/configuration/experimental/cache-file/那我们是否可以考虑使用内核原生的配置保存功能代替外部手搓的
web_save功能?这可能将解决一系列的 issue 中关于配置丢失的问题,例如: