fix: 优化移动端全屏侧栏

移动端侧栏改为全屏固定导航,关闭后释放全部正文宽度,并统一使用菜单图标入口。
This commit is contained in:
GouJ
2026-09-08 18:14:15 +08:00
committed by GitHub
parent fbf2690f2a
commit b4e1e6873c
4 changed files with 144 additions and 88 deletions
+2
View File
@@ -12,6 +12,8 @@ export default defineConfig(({ mode }) => {
server: {
/** 监听所有网卡,使 Vite 启动时输出可访问的局域网 IP。 */
host: true,
/** 允许 Work Mode 通过本地预览域名进行移动端视觉验收。 */
allowedHosts: ['terminal.local'],
port: 4312,
proxy: {
'/api': {