🎨 格式化代码.

This commit is contained in:
lijiahangmax
2025-06-26 01:27:14 +08:00
parent 8b795e889a
commit decbce5410
12 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
import type { RouteLocationNormalized, RouteLocationRaw } from 'vue-router';
import type { TagProps } from '@/store/modules/tab-bar/types';
import { createRouter, createWebHistory } from 'vue-router';
import type { TagProps } from '@/store/modules/tab-bar/types';
import { appRoutes } from './routes';
import { openWindow } from '@/utils';
import { isStandaloneMode } from '@/utils/env';