From 0d30d6cb5a79950d886ae3201b68f02cf23cb698 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sun, 8 Sep 2024 16:04:13 +0800 Subject: [PATCH] =?UTF-8?q?chore(app):=20=E5=AE=89=E8=A3=85=20Day.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + pnpm-lock.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/package.json b/package.json index 111b01f..4a67165 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@mdi/font": "^7.4.47", "@vueuse/core": "^11.0.3", "axios": "^1.7.5", + "dayjs": "^1.11.13", "lunisolar": "^2.5.0", "naive-ui": "^2.39.0", "radash": "^12.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b6624cf..ef26f73 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,6 +20,9 @@ importers: axios: specifier: ^1.7.5 version: 1.7.5 + dayjs: + specifier: ^1.11.13 + version: 1.11.13 lunisolar: specifier: ^2.5.0 version: 2.5.0 @@ -1273,6 +1276,9 @@ packages: resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} + dayjs@1.11.13: + resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} + debug@4.3.6: resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} engines: {node: '>=6.0'} @@ -3336,6 +3342,8 @@ snapshots: dependencies: '@babel/runtime': 7.25.4 + dayjs@1.11.13: {} + debug@4.3.6: dependencies: ms: 2.1.2