package models import "hands/device" func RegisterDeviceTypes() { // 注册 L10 设备类型 device.RegisterDeviceType("L10", NewL10Hand) }