From 24df19fe9de65daf3450c3dd5b51d19970dfd944 Mon Sep 17 00:00:00 2001 From: KQL Date: Mon, 8 Sep 2025 05:25:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0lottie-web=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 安装lottie-web 5.13.0版本 - 用于播放面试状态下拉栏中的Lottie动画 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- package.json | 1 + pnpm-lock.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/package.json b/package.json index 52607f8..39d4094 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "axios": "^1.11.0", "dayjs": "^1.11.18", "echarts": "^6.0.0", + "lottie-web": "^5.13.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-echarts": "^0.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 413a327..ec7e7f6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,6 +32,9 @@ importers: echarts: specifier: ^6.0.0 version: 6.0.0 + lottie-web: + specifier: ^5.13.0 + version: 5.13.0 react: specifier: ^18.3.1 version: 18.3.1 @@ -1098,6 +1101,9 @@ packages: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true + lottie-web@5.13.0: + resolution: {integrity: sha512-+gfBXl6sxXMPe8tKQm7qzLnUy5DUPJPKIyRHwtpCpyUEYjHYRJC/5gjUvdkuO2c3JllrPtHXH5UJJK8LRYl5yQ==} + lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -2548,6 +2554,8 @@ snapshots: dependencies: js-tokens: 4.0.0 + lottie-web@5.13.0: {} + lru-cache@5.1.1: dependencies: yallist: 3.1.1