feat: 重构 AppMenu 组件以使用 PanelMenu,优化菜单项生成逻辑,更新无限加载页面按钮样式,调整 Vite 插件配置
This commit is contained in:
@ -136,11 +136,6 @@ export function Plugins() {
|
||||
'https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900',
|
||||
]),
|
||||
|
||||
// https://github.com/webfansplz/vite-plugin-vue-devtools
|
||||
VueDevTools({
|
||||
// launchEditor: env.LAUNCH_EDITOR,
|
||||
}),
|
||||
|
||||
// https://github.com/condorheroblog/vite-plugin-fake-server?tab=readme-ov-file#usage
|
||||
vitePluginFakeServer({
|
||||
include: 'fake',
|
||||
@ -150,6 +145,13 @@ export function Plugins() {
|
||||
);
|
||||
|
||||
const _unused = () => {
|
||||
plugins.push(
|
||||
// https://github.com/webfansplz/vite-plugin-vue-devtools
|
||||
VueDevTools({
|
||||
// launchEditor: env.LAUNCH_EDITOR,
|
||||
}),
|
||||
);
|
||||
|
||||
plugins.push(
|
||||
// https://github.com/unplugin/unplugin-vue-components/issues/664$0
|
||||
// https://github.com/VaJoy/vite-plugin-cdn-import-async$0
|
||||
|
Reference in New Issue
Block a user