fix(frontend): 修正 Error 组件的动画文件引用

- 将 error.json 文件名首字母大写,统一为 Error.json- 更新 Lottie 组件的动画文件引用
- 后端更新依赖文件
This commit is contained in:
黄建武
2025-04-27 22:45:49 +08:00
parent 6fcffb635e
commit e24979f6f4
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import { FC } from 'react'
import Lottie from 'lottie-react'
import error from '@/assets/Lottie/error.json'
import error from '@/assets/Lottie/Error.json'
const Error: FC = () => {
return (