|
@@ -6,7 +6,8 @@ import { ThemeProvider } from './theme/theme-provider'
|
|
import { MotionLazy } from './components/animate/motion-lazy'
|
|
import { MotionLazy } from './components/animate/motion-lazy'
|
|
import Toast from './components/toast'
|
|
import Toast from './components/toast'
|
|
|
|
|
|
-// 修改内容
|
|
|
|
|
|
+const a: boolean = 1
|
|
|
|
+console.log(a + '2')
|
|
const { VITE_APP_TITLE: APPTITLE } = import.meta.env
|
|
const { VITE_APP_TITLE: APPTITLE } = import.meta.env
|
|
|
|
|
|
function App() {
|
|
function App() {
|