feat(projects): add example for pro-naive-ui.

This commit is contained in:
Zheng-Changfu
2025-05-16 13:06:59 +08:00
committed by GitHub
parent 9a294204a2
commit ff83d333a5
22 changed files with 1172 additions and 1 deletions

View File

@@ -91,6 +91,20 @@ const customRoutes: CustomRoute[] = [
icon: 'logos:naiveui'
}
},
{
name: 'document_pro-naive',
path: '/document/pro-naive',
component: 'view.iframe-page',
props: {
url: 'https://naive-ui.pro-components.cn/'
},
meta: {
title: 'document_pro-naive',
i18nKey: 'route.document_pro-naive',
order: 6,
icon: 'logos:naiveui'
}
},
{
name: 'document_alova',
path: '/document/alova',