feat: publish HoloLake model-native living system source

This commit is contained in:
冰朔 2026-08-03 10:04:41 +08:00
commit c395dd3a99
2467 changed files with 615073 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import type { CSSProperties } from 'react'
export const PROPERTY_CHIP_STYLE: CSSProperties = {
borderRadius: 6,
padding: '0 8px',
height: 24,
fontSize: 12,
fontWeight: 500,
}