Files
SecMPS/gb28181_web-main/app/components/zone_editor/constants.ts
T

12 lines
238 B
TypeScript

// 区域编辑器预设颜色池
export const COLOR_POOL = [
"#3B82F6", // blue
"#EF4444", // red
"#10B981", // green
"#F59E0B", // amber
"#8B5CF6", // violet
"#EC4899", // pink
"#06B6D4", // cyan
"#F97316", // orange
];