@@ -68,26 +68,26 @@ const ProSecNav = () => {
6868 { label : t ( 'demo' ) , key : '/demo' , icon : < GlobalOutlined /> } ,
6969 { label : 'Motion' , key : '/motion' , icon : < QrcodeOutlined /> } ,
7070 { label : 'Sand Box' , key : '/sandbox' , icon : < GlobalOutlined /> } ,
71+ { label : 'Big Screen' , key : '/big-screen' , icon : < FireOutlined /> } ,
7172 { label : 'Qr Generate' , key : '/qrcode' , icon : < QrcodeOutlined /> } ,
7273 { label : 'Prism Render' , key : '/prism' , icon : < FireOutlined /> } ,
7374 { label : 'React Tilt' , key : '/tilt' , icon : < QrcodeOutlined /> } ,
7475 { label : 'Music' , key : '/music' , icon : < FireOutlined /> } ,
75- { label : 'Gantt' , key : '/gantt' , icon : < QrcodeOutlined /> } ,
7676 { label : 'Crypto' , key : '/crypto' , icon : < QrcodeOutlined /> } ,
7777 { label : 'Video' , key : '/video' , icon : < FireOutlined /> } ,
78- { label : 'Three' , key : '/three' , icon : < QrcodeOutlined /> } ,
7978 { label : 'Echarts' , key : '/echarts' , icon : < FireOutlined /> } ,
80- // { label: 'ChatGPT ', key: '/markmap ', icon: <QrcodeOutlined /> },
79+ { label : 'Barcode ' , key : '/barcode ' , icon : < FireOutlined /> } ,
8180 { label : 'Parallax' , key : '/parallax' , icon : < FireOutlined /> } ,
82- { label : 'Mermaid' , key : '/mermaid' , icon : < FireOutlined /> } ,
81+ // { label: 'Gantt', key: '/gantt', icon: <QrcodeOutlined /> },
82+ // { label: 'Mermaid', key: '/mermaid', icon: <FireOutlined /> },
8383 // { label: 'Dynamic', key: '/dynamic', icon: <QrcodeOutlined /> },
84- { label : 'Big Screen' , key : '/big-screen' , icon : < FireOutlined /> } ,
8584 // { label: 'React Amap', key: '/react-amap', icon: <QrcodeOutlined /> },
85+ // { label: 'ChatGPT', key: '/markmap', icon: <QrcodeOutlined /> },
86+ // { label: 'SuperMap', key: '/super-map', icon: <FireOutlined /> },
87+ // { label: 'Three', key: '/three', icon: <QrcodeOutlined /> },
8688 { label : 'Post Message' , key : '/postmessage' , icon : < FireOutlined /> } ,
8789 { label : 'Geo Chart' , key : '/geo' , icon : < QrcodeOutlined /> } ,
88- // { label: 'SuperMap', key: '/super-map', icon: <FireOutlined /> },
8990 { label : 'D3 Chart' , key : '/d3-chart' , icon : < QrcodeOutlined /> } ,
90- { label : 'Barcode' , key : '/barcode' , icon : < FireOutlined /> } ,
9191 { label : 'PdfView' , key : '/pdf-view' , icon : < QrcodeOutlined /> } ,
9292 { label : 'Print' , key : '/print' , icon : < QrcodeOutlined /> } ,
9393 {
0 commit comments