feat: 在设备优先前缀配置中添加注释,增强文档说明,确保用户理解设备选择优先前缀的功能和使用方法

This commit is contained in:
zyh
2025-10-06 15:13:28 +08:00
parent f339f16ded
commit 5321530202
4 changed files with 772 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ ON DUPLICATE KEY UPDATE
config_type = 'STRING',
description = '设备选择优先前缀逗号分隔例如xx,yy,zz。优先选择匹配前缀的设备同优先级内随机。为空则全随机',
updated_at = NOW(3);