feat: 重构 AppMenu 组件以使用 PanelMenu,优化菜单项生成逻辑,更新无限加载页面按钮样式,调整 Vite 插件配置
Some checks failed
/ playwright (push) Failing after 2m51s
/ depcheck (push) Successful in 1m40s
/ build-and-deploy-to-vercel (push) Successful in 1m34s

This commit is contained in:
严浩
2024-12-26 00:20:33 +08:00
parent 49e18facda
commit 1856bd4fc8
3 changed files with 22 additions and 12 deletions

View File

@ -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