Explorar o código

refactor(custom): 测试构建

linyuanjie hai 3 meses
pai
achega
5b33ab3912
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/App.tsx

+ 1 - 0
src/App.tsx

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