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 { home } from './home/home'
|
||||||
import { gamesIframe, livesIframe, mangaIframe } from './iframe/iframe'
|
import { gamesIframe, livesIframe, mangaIframe } from './iframe/iframe'
|
||||||
import { blanks } from './flexible-blank/flexible-blank'
|
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 { upload } from './upload/upload'
|
||||||
import { search } from './search/search'
|
import { search } from './search/search'
|
||||||
import { feeds } from './feeds/feeds'
|
import { feeds } from './feeds/feeds'
|
||||||
@ -22,7 +22,6 @@ export const getBuiltInItems = (): CustomNavbarItemInit[] => [
|
|||||||
home,
|
home,
|
||||||
bangumi,
|
bangumi,
|
||||||
ranking,
|
ranking,
|
||||||
drawing,
|
|
||||||
music,
|
music,
|
||||||
gamesIframe,
|
gamesIframe,
|
||||||
livesIframe,
|
livesIframe,
|
||||||
|
|||||||
@ -21,11 +21,6 @@ export const bangumi = getSimpleLinkItem({
|
|||||||
displayName: '番剧',
|
displayName: '番剧',
|
||||||
href: 'https://www.bilibili.com/anime/',
|
href: 'https://www.bilibili.com/anime/',
|
||||||
})
|
})
|
||||||
export const drawing = getSimpleLinkItem({
|
|
||||||
name: 'drawing',
|
|
||||||
displayName: '相簿',
|
|
||||||
href: 'https://h.bilibili.com',
|
|
||||||
})
|
|
||||||
export const music = getSimpleLinkItem({
|
export const music = getSimpleLinkItem({
|
||||||
name: 'music',
|
name: 'music',
|
||||||
displayName: '音频',
|
displayName: '音频',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user