Quellcode durchsuchen

refactor(custom): 测试构建

linyuanjie vor 3 Monaten
Ursprung
Commit
5b33ab3912
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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() {