@@ -47,7 +47,7 @@ _hmt.push(['_requirePlugin', 'UrlChangeTracker', {
4747 } ,
4848 nav : [
4949 {
50- text : '文档' ,
50+ text : '文档 <img src="https://img.shields.io/github/v/release/fantastic-admin/basic?style=flat-square&label=%20&color=%2335495F" style="display: inline-block; margin-top: -2px; margin-left: 4px; vertical-align: middle;" /> ' ,
5151 items : [
5252 {
5353 text : '指南' ,
@@ -228,12 +228,18 @@ _hmt.push(['_requirePlugin', 'UrlChangeTracker', {
228228 { text : '国际化' , link : '/guide/i18n' } ,
229229 { text : '预留插槽' , link : '/guide/slots' } ,
230230 { text : 'RTL 模式' , link : '/guide/rtl' } ,
231- { text : '代码文件自动生成' , link : '/guide/plop' } ,
232- { text : '标准模块' , link : '/guide/plop-module' } ,
231+ {
232+ text : '代码文件自动生成' ,
233+ link : '/guide/plop' ,
234+ items : [
235+ { text : '标准模块' , link : '/guide/plop-module' } ,
236+ ] ,
237+ } ,
233238 { text : '常用 API' , link : '/guide/api' } ,
234239 { text : '私有 Storage 数据' , link : '/guide/storage' } ,
235240 { text : '首屏 Loading' , link : '/guide/loading' } ,
236241 { text : '页面水印' , link : '/guide/watermark' } ,
242+ { text : '反馈' , link : '/guide/feedback' } ,
237243 { text : '检查更新' , link : '/guide/check-updates' } ,
238244 { text : '错误日志' , link : '/guide/error-log' } ,
239245 { text : '自定义字体' , link : '/guide/font' } ,
@@ -293,13 +299,16 @@ _hmt.push(['_requirePlugin', 'UrlChangeTracker', {
293299 { text : 'FaDivider 分割线' , link : '/components/fa-divider' } ,
294300 { text : 'FaDrawer 抽屉' , link : '/components/fa-drawer' } ,
295301 { text : 'FaDropdown 下拉菜单' , link : '/components/fa-dropdown' } ,
302+ { text : 'FaFileUpload 文件上传' , link : '/components/fa-file-upload' } ,
296303 { text : 'FaFixedActionBar 固定底部操作栏' , link : '/components/fa-fixed-action-bar' } ,
297304 { text : 'FaFlipCard 翻转卡片' , link : '/components/fa-flip-card' } ,
298305 { text : 'FaFlipWords 翻转文字' , link : '/components/fa-flip-words' } ,
299306 { text : 'FaGlowyCard 发光卡片' , link : '/components/fa-glowy-card' } ,
300307 { text : 'FaGradientButton 渐变按钮' , link : '/components/fa-gradient-button' } ,
301308 { text : 'FaHoverCard 悬浮卡片' , link : '/components/fa-hover-card' } ,
302309 { text : 'FaIcon 图标' , link : '/components/fa-icon' } ,
310+ { text : 'FaImagePreview 图片预览' , link : '/components/fa-image-preview' } ,
311+ { text : 'FaImageUpload 图片上传' , link : '/components/fa-image-upload' } ,
303312 { text : 'FaIconPicker 图标选择器' , link : '/components/fa-icon-picker' } ,
304313 { text : 'FaInput 输入框' , link : '/components/fa-input' } ,
305314 { text : 'FaInteractiveButton 交互式按钮' , link : '/components/fa-interactive-button' } ,
0 commit comments