mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-06 20:42:52 +08:00
fix(frontend): 修正 Error 组件的动画文件引用
- 将 error.json 文件名首字母大写,统一为 Error.json- 更新 Lottie 组件的动画文件引用 - 后端更新依赖文件
This commit is contained in:
@@ -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 (
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user