Skip to content

Commit

Permalink
chore: remove DocAttachment component
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Messi committed Aug 27, 2024
1 parent 555c9f1 commit 351d977
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 96 deletions.
4 changes: 0 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ export default defineConfig({
text: '<i class="fas fa-id-card" style="margin-right:0.5rem;color: #1abc9c;"></i>链接卡片',
link: 'links'
},
{
text: '<i class="fas fa-download" style="margin-right:0.5rem;color: #34495e;"></i>附件下载',
link: 'attachment'
},
{
text: '<i class="fas fa-image" style="margin-right:0.5rem;color: #2ecc71;"></i>图片描述',
link: 'Image-description'
Expand Down
2 changes: 0 additions & 2 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
Announcement,
DocAsideLogo,
HomeUnderline,
DocAttachment,
HomeFooter
} from '@theojs/lumen'
import { Aside_Data, Footer_Data } from '../data'
Expand All @@ -27,7 +26,6 @@ export default {
enhanceApp: ({ app }) => {
app.component('Box', DocBox)
app.component('Links', DocLinks)
app.component('File', DocAttachment)
app.component('BoxCube', DocBoxCube)
app.component('Home', HomeUnderline)
app.component('VideoLink', DocVideoLink)
Expand Down
30 changes: 0 additions & 30 deletions docs/guide/attachment.md

This file was deleted.

59 changes: 0 additions & 59 deletions packages/Lumen/components/DocAttachment.vue

This file was deleted.

1 change: 0 additions & 1 deletion packages/Lumen/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ export { default as Announcement } from './Announcement.vue'
export { default as DocAsideLogo } from './DocAsideLogo.vue'
export { default as HomeFooter } from './HomeFooter.vue'
export { default as HomeUnderline } from './HomeUnderline.vue'
export { default as DocAttachment } from './DocAttachment.vue'

import '@fortawesome/fontawesome-free/css/all.min.css'

0 comments on commit 351d977

Please sign in to comment.