@@ -129,7 +129,7 @@ const c = {
129129 speedDial : ll ( ( ) => import ( '../../../packages/react/src/speed-dial/index.md' ) , ( ) => import ( '../../../packages/react/src/speed-dial/index.zh_CN.md' ) ) ,
130130 anchor : ll ( ( ) => import ( '../../../packages/react/src/anchor/index.md' ) , ( ) => import ( '../../../packages/react/src/anchor/index.zh_CN.md' ) ) ,
131131 autoComplete : ll ( ( ) => import ( '../../../packages/react/src/auto-complete/index.md' ) , ( ) => import ( '../../../packages/react/src/auto-complete/index.zh_CN.md' ) ) ,
132- inputOTP : ll ( ( ) => import ( '../../../packages/react/src/input-otp/index.md' ) , ( ) => import ( '../../../packages/react/src/input-otp/index.md' ) ) ,
132+ inputOTP : ll ( ( ) => import ( '../../../packages/react/src/input-otp/index.md' ) , ( ) => import ( '../../../packages/react/src/input-otp/index.zh_CN. md' ) ) ,
133133 overlay : ll ( ( ) => import ( '../../../packages/react/src/overlay/index.md' ) , ( ) => import ( '../../../packages/react/src/overlay/index.zh_CN.md' ) ) ,
134134} ;
135135
@@ -162,7 +162,7 @@ export const getComponentMenu = (s: SiteLocale): RouterItem[] => {
162162 {
163163 title : s . categories . layout ,
164164 children : [
165- { title : 'Aspect Ratio ' , route : 'aspect-ratio' , component : pick ( c . aspectRatio , z ) } ,
165+ { title : 'AspectRatio ' , route : 'aspect-ratio' , component : pick ( c . aspectRatio , z ) } ,
166166 { title : 'Divider' , route : 'divider' , component : pick ( c . divider , z ) } ,
167167 { title : 'Flex' , route : 'flex' , component : pick ( c . flex , z ) } ,
168168 { title : 'Grid' , route : 'grid' , component : pick ( c . grid , z ) } ,
@@ -217,16 +217,16 @@ export const getComponentMenu = (s: SiteLocale): RouterItem[] => {
217217 { title : 'ColorPicker' , route : 'color-picker' , component : pick ( c . colorPicker , z ) } ,
218218 { title : 'DatePicker' , route : 'date-picker' , component : pick ( c . datePicker , z ) } ,
219219 { title : 'Input' , route : 'input' , component : pick ( c . input , z ) } ,
220- { title : 'Input Number ' , route : 'input-number' , component : pick ( c . inputNumber , z ) } ,
221- { title : 'Input Password ' , route : 'input-password' , component : pick ( c . inputPassword , z ) } ,
220+ { title : 'InputNumber ' , route : 'input-number' , component : pick ( c . inputNumber , z ) } ,
221+ { title : 'InputPassword ' , route : 'input-password' , component : pick ( c . inputPassword , z ) } ,
222222 { title : 'InputOTP' , route : 'input-otp' , component : pick ( c . inputOTP , z ) } ,
223- { title : 'Native Select ' , route : 'native-select' , component : pick ( c . nativeSelect , z ) } ,
223+ { title : 'NativeSelect ' , route : 'native-select' , component : pick ( c . nativeSelect , z ) } ,
224224 { title : 'Radio' , route : 'radio' , component : pick ( c . radio , z ) } ,
225225 { title : 'Rate' , route : 'rate' , component : pick ( c . rate , z ) } ,
226226 { title : 'Segmented' , route : 'segmented' , component : pick ( c . segmented , z ) } ,
227227 { title : 'Select' , route : 'select' , component : pick ( c . select , z ) } ,
228228 { title : 'Slider' , route : 'slider' , component : pick ( c . slider , z ) } ,
229- { title : 'Split Button ' , route : 'split-button' , component : pick ( c . splitButton , z ) } ,
229+ { title : 'SplitButton ' , route : 'split-button' , component : pick ( c . splitButton , z ) } ,
230230 { title : 'Switch' , route : 'switch' , component : pick ( c . switch , z ) } ,
231231 { title : 'Tabs' , route : 'tabs' , component : pick ( c . tabs , z ) } ,
232232 { title : 'Textarea' , route : 'textarea' , component : pick ( c . textarea , z ) } ,
@@ -242,15 +242,15 @@ export const getComponentMenu = (s: SiteLocale): RouterItem[] => {
242242 { title : 'Drawer' , route : 'drawer' , component : pick ( c . drawer , z ) } ,
243243 { title : 'Loader' , route : 'loader' , component : pick ( c . loader , z ) } ,
244244 { title : 'Overlay' , route : 'overlay' , component : pick ( c . overlay , z ) } ,
245- { title : 'Loading Bar ' , route : 'loading-bar' , component : pick ( c . loadingBar , z ) } ,
245+ { title : 'LoadingBar ' , route : 'loading-bar' , component : pick ( c . loadingBar , z ) } ,
246246 { title : 'Message' , route : 'message' , component : pick ( c . message , z ) } ,
247247 { title : 'Modal' , route : 'modal' , component : pick ( c . modal , z ) } ,
248248 { title : 'Notification' , route : 'notification' , component : pick ( c . notification , z ) } ,
249249 { title : 'PopConfirm' , route : 'pop-confirm' , component : pick ( c . popConfirm , z ) } ,
250250 { title : 'Result' , route : 'result' , component : pick ( c . result , z ) } ,
251- { title : 'Scroll Indicator ' , route : 'scroll-indicator' , component : pick ( c . scrollIndicator , z ) } ,
251+ { title : 'ScrollIndicator ' , route : 'scroll-indicator' , component : pick ( c . scrollIndicator , z ) } ,
252252 { title : 'Skeleton' , route : 'skeleton' , component : pick ( c . skeleton , z ) } ,
253- { title : 'Strength Indicator ' , route : 'strength-indicator' , component : pick ( c . strengthIndicator , z ) } ,
253+ { title : 'StrengthIndicator ' , route : 'strength-indicator' , component : pick ( c . strengthIndicator , z ) } ,
254254 ] ,
255255 } ,
256256 {
0 commit comments