Bilibili-Evolved/registry/lib/components/style/custom-navbar/manga/manga.ts
2025-04-03 17:48:05 +08:00

15 lines
345 B
TypeScript

import { CustomNavbarItemInit } from '../custom-navbar-item'
export const manga: CustomNavbarItemInit = {
name: 'manga',
displayName: '漫画',
content: '漫画',
touch: true,
href: 'https://manga.bilibili.com/',
boundingWidth: 500,
noPopupPadding: true,
popupContent: () => import('./MangaPopup.vue').then(m => m.default),
}