feat: 添加华睿品牌到机器人品牌枚举,更新相关常量以支持新品牌
This commit is contained in:
parent
914d3a0ed0
commit
df27f7b59b
@ -2,6 +2,7 @@ import { isNumber } from 'lodash-es';
|
||||
|
||||
export enum RobotBrand {
|
||||
仙工 = 1,
|
||||
华睿 = 2,
|
||||
}
|
||||
export const ROBOT_BRAND_OPTIONS = <Array<[string, RobotBrand]>>(
|
||||
Object.entries(RobotBrand).filter(([, v]) => isNumber(v))
|
||||
|
Loading…
x
Reference in New Issue
Block a user