From 2482608a2eb703f975466451943331ac6cadbffc Mon Sep 17 00:00:00 2001 From: mini2024 Date: Tue, 25 Mar 2025 01:03:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20FlowbiteSidebar=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=8F=8A=E8=B7=AF=E7=94=B1=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/FlowbiteSidebar.page.vue | 124 +++++++++++++++++++++++++++++ typed-router.d.ts | 1 + 2 files changed, 125 insertions(+) create mode 100644 src/pages/FlowbiteSidebar.page.vue diff --git a/src/pages/FlowbiteSidebar.page.vue b/src/pages/FlowbiteSidebar.page.vue new file mode 100644 index 0000000..7b55103 --- /dev/null +++ b/src/pages/FlowbiteSidebar.page.vue @@ -0,0 +1,124 @@ + + + + + + + +meta: + layout: false + diff --git a/typed-router.d.ts b/typed-router.d.ts index dfcc467..c5bae95 100644 --- a/typed-router.d.ts +++ b/typed-router.d.ts @@ -22,6 +22,7 @@ declare module 'vue-router/auto-routes' { '$Path': RouteRecordInfo<'$Path', '/:path(.*)', { path: ParamValue }, { path: ParamValue }>, 'DataLoadersId': RouteRecordInfo<'DataLoadersId', '/data-loaders/:id', { id: ParamValue }, { id: ParamValue }>, 'DataLoadersIdSub1UserId': RouteRecordInfo<'DataLoadersIdSub1UserId', '/data-loaders/:id/sub-1/:userId', { id: ParamValue, userId: ParamValue }, { id: ParamValue, userId: ParamValue }>, + 'FlowbiteSidebar': RouteRecordInfo<'FlowbiteSidebar', '/FlowbiteSidebar', Record, Record>, 'PageJSPage': RouteRecordInfo<'PageJSPage', '/Page/JSPage', Record, Record>, 'PageMDPage': RouteRecordInfo<'PageMDPage', '/Page/MDPage', Record, Record>, 'SatelliteCesium': RouteRecordInfo<'SatelliteCesium', '/Satellite/Cesium', Record, Record>,