@@ -105,7 +105,112 @@ export default defineConfig({
105105 {
106106 text : '控制元素' ,
107107 link : '/documentation/section_controls' ,
108- items : [ ]
108+ items : [
109+ {
110+ text : '按钮 Button' ,
111+ link : '/documentation/elements/button' ,
112+ } ,
113+ {
114+ text : '按钮组 Button Group' ,
115+ link : '/documentation/elements/button_group' ,
116+ } ,
117+ {
118+ text : '下拉按钮 Dropdown Button' ,
119+ link : '/documentation/elements/button_dropdown' ,
120+ } ,
121+ {
122+ text : '浮动按钮 FAB' ,
123+ link : '/documentation/elements/fab' ,
124+ } ,
125+ {
126+ text : '标签 Badge' ,
127+ link : '/documentation/elements/badge' ,
128+ } ,
129+ {
130+ text : '小标签 Chip' ,
131+ link : '/documentation/elements/chip' ,
132+ } ,
133+ {
134+ text : '切换器 Toggle' ,
135+ link : '/documentation/elements/toggle' ,
136+ } ,
137+ {
138+ text : '单项选择器 Radio Selection' ,
139+ link : '/documentation/elements/radio' ,
140+ } ,
141+ {
142+ text : '下拉选择器 Dropdown Selection' ,
143+ link : '/documentation/elements/select' ,
144+ } ,
145+ {
146+ text : '芯片输入器 Input Chips' ,
147+ link : '/documentation/elements/input_chips' ,
148+ } ,
149+ {
150+ text : '复选框 Checkbox' ,
151+ link : '/documentation/elements/checkbox' ,
152+ } ,
153+ {
154+ text : '开关 Switch' ,
155+ link : '/documentation/elements/switch' ,
156+ } ,
157+ {
158+ text : '滑块 Slider' ,
159+ link : '/documentation/elements/slider' ,
160+ } ,
161+ {
162+ text : '范围选择器 Range' ,
163+ link : '/documentation/elements/range' ,
164+ } ,
165+ {
166+ text : '评分 Rating' ,
167+ link : '/documentation/elements/rating' ,
168+ } ,
169+ {
170+ text : '虚拟摇杆 Joystick' ,
171+ link : '/documentation/elements/joystick' ,
172+ } ,
173+ {
174+ text : '文本输入框 Text Input' ,
175+ link : '/documentation/elements/input' ,
176+ } ,
177+ {
178+ text : '多行文本输入框 Textarea' ,
179+ link : '/documentation/elements/textarea' ,
180+ } ,
181+ {
182+ text : '代码编辑器 CodeMirror' ,
183+ link : '/documentation/elements/codemirror' ,
184+ } ,
185+ {
186+ text : '数字输入器 Number Input' ,
187+ link : '/documentation/elements/number' ,
188+ } ,
189+ {
190+ text : '旋钮 Knob' ,
191+ link : '/documentation/elements/knob' ,
192+ } ,
193+ {
194+ text : '颜色输入器 Color Input' ,
195+ link : '/documentation/elements/color_input' ,
196+ } ,
197+ {
198+ text : '颜色选择器 Color Picker' ,
199+ link : '/documentation/section_controls#颜色选择器-color-picker' ,
200+ } ,
201+ {
202+ text : '日期选择器 Date Input' ,
203+ link : '/documentation/section_controls#日期选择器-date-input' ,
204+ } ,
205+ {
206+ text : '时间选择器 Time Input' ,
207+ link : '/documentation/section_controls#时间选择器-time-input' ,
208+ } ,
209+ {
210+ text : '文件上传器 File Upload' ,
211+ link : '/documentation/section_controls#文件上传-file-upload' ,
212+ } ,
213+ ]
109214 } ,
110215 {
111216 text : '视听元素' ,
@@ -168,7 +273,7 @@ export default defineConfig({
168273 // 页脚
169274 footer : {
170275 copyright : `Copyright © 2018-${ new Date ( ) . getFullYear ( ) } <a href="https://www.yxqi.cn">于小丘Yuerchu</a> and <a href="https://www.zauberzeug.com/">Zauberzeug</a>. All Right Reserved.` ,
171- message : '更新日期: 2025 年 9 月 6 日' , // 每次提交都记得在这里改一下时间和日期
276+ message : '更新日期: 2025 年 9 月 14 日' , // 每次提交都记得在这里改一下时间和日期
172277 } ,
173278
174279 // 编辑链接
0 commit comments