From 90df5333977477d3fbc6014af1c2adf5c2fa5b72 Mon Sep 17 00:00:00 2001 From: Gavin Chen <47521241+Gavin-Meskin-Chen@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:21:59 +0800 Subject: [PATCH] feat: add cansin-blogdata (#277) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit js、css等web资源包 ## Summary by CodeRabbit - **New Features** - Introduced a new dependency for enhanced blog data management capabilities. - Potential for new functionalities related to blog integration. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 521d871..6528841 100644 --- a/package.json +++ b/package.json @@ -18607,6 +18607,9 @@ }, "@fawazahmed0/currency-api": { "version": "*" + }, + "cansin-blogdata": { + "version": "*" } } }