Ver Fonte

chore(custom): 构建测试

linyuanjie há 3 meses atrás
pai
commit
cddd71e474
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/App.tsx

+ 2 - 1
src/App.tsx

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