Skip to content

Commit 41fc6b5

Browse files
committed
deploy
1 parent 88317bb commit 41fc6b5

50 files changed

Lines changed: 1238 additions & 788 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vitepress/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: '指南',
@@ -293,13 +293,16 @@ _hmt.push(['_requirePlugin', 'UrlChangeTracker', {
293293
{ text: 'FaDivider 分割线', link: '/components/fa-divider' },
294294
{ text: 'FaDrawer 抽屉', link: '/components/fa-drawer' },
295295
{ text: 'FaDropdown 下拉菜单', link: '/components/fa-dropdown' },
296+
{ text: 'FaFileUpload 文件上传', link: '/components/fa-file-upload' },
296297
{ text: 'FaFixedActionBar 固定底部操作栏', link: '/components/fa-fixed-action-bar' },
297298
{ text: 'FaFlipCard 翻转卡片', link: '/components/fa-flip-card' },
298299
{ text: 'FaFlipWords 翻转文字', link: '/components/fa-flip-words' },
299300
{ text: 'FaGlowyCard 发光卡片', link: '/components/fa-glowy-card' },
300301
{ text: 'FaGradientButton 渐变按钮', link: '/components/fa-gradient-button' },
301302
{ text: 'FaHoverCard 悬浮卡片', link: '/components/fa-hover-card' },
302303
{ text: 'FaIcon 图标', link: '/components/fa-icon' },
304+
{ text: 'FaImagePreview 图片预览', link: '/components/fa-image-preview' },
305+
{ text: 'FaImageUpload 图片上传', link: '/components/fa-image-upload' },
303306
{ text: 'FaIconPicker 图标选择器', link: '/components/fa-icon-picker' },
304307
{ text: 'FaInput 输入框', link: '/components/fa-input' },
305308
{ text: 'FaInteractiveButton 交互式按钮', link: '/components/fa-interactive-button' },

0 commit comments

Comments
 (0)