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

15 lines
356 B
TypeScript

import { CustomNavbarItemInit } from '../custom-navbar-item'
export const games: CustomNavbarItemInit = {
name: 'games',
displayName: '游戏中心',
content: '游戏中心',
touch: true,
href: 'https://game.bilibili.com/',
boundingWidth: 420,
noPopupPadding: true,
popupContent: () => import('./GamesPopup.vue').then(m => m.default),
}