Bilibili-Evolved/registry/lib/components/style/custom-navbar/match/match.ts
2025-04-08 09:00:01 +08:00

15 lines
356 B
TypeScript

import { CustomNavbarItemInit } from '../custom-navbar-item'
export const match: CustomNavbarItemInit = {
name: 'match',
displayName: '赛事',
content: '赛事',
touch: true,
href: 'https://www.bilibili.com/v/game/match/',
boundingWidth: 650,
noPopupPadding: true,
popupContent: () => import('./MatchPopup.vue').then(m => m.default),
}