头部导航中-添加软件应用开发的子项

This commit is contained in:
WindowBird 2025-10-07 15:15:00 +08:00
parent 96d822493c
commit ee996d549f

View File

@ -71,8 +71,27 @@ const items = computed<NavigationMenuItem[]>(() => [
},
{
label: '软件应用开发',
to: 'https://github.com/nuxt/ui/releases',
target: '_blank'
active: route.path.startsWith('/softwareDevelopment'),
children: [
{
label: '微信开发',
icon: 'i-lucide-message-circle',
description: '定制开发可使您的微信公众平台更突出价值',
to: '/softwareDevelopment/wechat',
},
{
label: 'APP开发',
icon: 'i-lucide-smartphone',
description: '小程序是一种新的开放能力,可以在微信内被便捷地获取和传播,同时具有出色的使用体验',
to: '/softwareDevelopment/app',
},
{
label: '小程序开发',
icon: 'i-lucide-zap',
description: '提供高效的APP开发、手机APP制作与APP管理等服务',
to: '/softwareDevelopment/miniprogram',
}
]
},
{
label: '物联网解决方案',