feat: remove demos

This commit is contained in:
xingyu4j
2025-04-30 11:41:53 +08:00
parent 2ccb88af1a
commit 70bb20b41f
2 changed files with 0 additions and 94 deletions

View File

@@ -1,28 +0,0 @@
import type { RouteRecordRaw } from 'vue-router';
// import { $t } from '#/locales';
const routes: RouteRecordRaw[] = [
// {
// meta: {
// icon: 'ic:baseline-view-in-ar',
// keepAlive: true,
// order: 1000,
// title: $t('demos.title'),
// },
// name: 'Demos',
// path: '/demos',
// children: [
// {
// meta: {
// title: $t('demos.antd'),
// },
// name: 'AntDesignDemos',
// path: '/demos/ant-design',
// component: () => import('#/views/demos/antd/index.vue'),
// },
// ],
// },
];
export default routes; // update by 芋艿:不展示