mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Deprecate drawings entry
This commit is contained in:
parent
8651717ca6
commit
85f150b56b
@ -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,
|
||||
|
||||
@ -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: '音频',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user