Deprecate drawings entry

This commit is contained in:
the1812 2024-10-13 16:00:04 +08:00
parent 8651717ca6
commit 85f150b56b
2 changed files with 1 additions and 7 deletions

View File

@ -6,7 +6,7 @@ import { logo } from './logo/logo'
import { home } from './home/home'
import { gamesIframe, livesIframe, mangaIframe } from './iframe/iframe'
import { blanks } from './flexible-blank/flexible-blank'
import { bangumi, music, drawing, shop, match, creations } from './simple-links/simple-links'
import { bangumi, music, shop, match, creations } from './simple-links/simple-links'
import { upload } from './upload/upload'
import { search } from './search/search'
import { feeds } from './feeds/feeds'
@ -22,7 +22,6 @@ export const getBuiltInItems = (): CustomNavbarItemInit[] => [
home,
bangumi,
ranking,
drawing,
music,
gamesIframe,
livesIframe,

View File

@ -21,11 +21,6 @@ export const bangumi = getSimpleLinkItem({
displayName: '番剧',
href: 'https://www.bilibili.com/anime/',
})
export const drawing = getSimpleLinkItem({
name: 'drawing',
displayName: '相簿',
href: 'https://h.bilibili.com',
})
export const music = getSimpleLinkItem({
name: 'music',
displayName: '音频',