feat: 新增网卡配置文件生成器(ifcfg/NM keyfile/Netplan)

- 新增 3 个网络配置生成器,覆盖 CentOS/RHEL 7-9 + Ubuntu 18.04-24.04:
  - network-rhel-ifcfg: RHEL/CentOS 7-8 ifcfg 风格(network-scripts)
  - network-rhel-nmkeyfile: RHEL/CentOS 9 NetworkManager keyfile
  - network-ubuntu-netplan: Ubuntu Netplan YAML
- 每个生成器支持 5 种配置类型: 静态IP / DHCP / Bond / Bridge / VLAN
- Bond 支持 7 种模式(0-6),含 miimon/lacp_rate/成员网卡配置
- 支持路由 Metric 配置(ifcfg METRIC= / NM route-metric= / Netplan metric:)
- ConfigForm 增加 valueIn 依赖支持(修复 keepalived 已有但失效的 valueIn bug)
- 新增「网络配置」侧边栏分类,组件计数 60 -> 63
This commit is contained in:
Your Name
2026-08-05 17:16:41 +08:00
parent 02d514fe7d
commit e5ef6792d1
7 changed files with 1237 additions and 40 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
</div>
<div class="sidebar-footer">
<el-text size="small" type="info">v1.0.0 · 纯前端生成 · 60 个组件</el-text>
<el-text size="small" type="info">v1.0.0 · 纯前端生成 · 63 个组件</el-text>
</div>
</div>
</template>