modal
This commit is contained in:
parent
b08de3cef1
commit
c587af3f90
|
@ -4,8 +4,8 @@ import type { ralTypes } from '@/components/ral'
|
|||
|
||||
const lamelles_count = useState('lamelles_count', () => 8)
|
||||
const fence_section = useState<number>('fence_section', () => 2000 * 0.001)
|
||||
const pillar_color = useState<ralTypes>('pillar_color', () => '1001')
|
||||
const lamelle_color = useState<ralTypes>('lamelle_color', () => '1002')
|
||||
const pillar_color = useState<ralTypes>('pillar_color', () => '3009')
|
||||
const lamelle_color = useState<ralTypes>('lamelle_color', () => '3004')
|
||||
const section_count = useState('section_count', () => 1)
|
||||
const extra_section = useState('extra_section', () => 0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue