From ad82033e7ccbcbea558276f6c729ae6985df3a1d Mon Sep 17 00:00:00 2001 From: Evan Luo Date: Thu, 20 Jun 2024 11:27:54 -0400 Subject: [PATCH] feat: add hexo-theme-redefine (#170) ## Summary by CodeRabbit - **New Features** - Added support for the `"hexo-theme-redefine"` theme in the app. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d720549..7e497df 100644 --- a/package.json +++ b/package.json @@ -230,6 +230,9 @@ "@microfe" ], "allowPackages": { + "hexo-theme-redefine": { + "version": "*" + }, "surface-plus": { "version": "*" },