瀏覽代碼

refactor(custom): 测试构建

linyuanjie 3 月之前
父節點
當前提交
5b33ab3912
共有 1 個文件被更改,包括 1 次插入0 次删除
  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() {