mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-12 18:44:25 +08:00
feat: 为 EasyTier 添加完整 TOML 配置支持
- 新增快速配置与完整配置模式,兼容旧版配置 - 统一扩展配置校验及受保护临时文件生命周期 - 支持通过 easytier-core -c 加载 TOML 配置 - 复用前端配置模式编辑组件并更新中英文文案与类型 - 补充配置校验、启动参数、文件权限及清理测试
This commit is contained in:
@@ -1030,6 +1030,10 @@ export default {
|
||||
easytier: {
|
||||
title: 'Easytier Network',
|
||||
desc: 'P2P VPN networking via EasyTier',
|
||||
quickConfig: 'Quick Config',
|
||||
fullConfig: 'Full Config',
|
||||
fullConfigHint: 'Paste the full easytier.toml configuration file here',
|
||||
fullConfigRequired: 'Enter the full easytier.toml configuration',
|
||||
networkName: 'Network Name',
|
||||
networkNameRequired: 'Enter the EasyTier network name',
|
||||
networkSecret: 'Network Secret',
|
||||
|
||||
Reference in New Issue
Block a user