From c69133ed1ddb00d33347613a714829ed23587dc8 Mon Sep 17 00:00:00 2001 From: Liqun Zhao <71168966+liqun98@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:38:13 +0800 Subject: [PATCH] feat: add xingzhengqu (#235) [skip ci] Add xingzhengqu to allowPackages ## Summary by CodeRabbit - **New Features** - Expanded the project's capabilities by adding support for the package "xingzhengqu," allowing for the integration of new functionalities. - **Chores** - Updated package configuration to include the new package in the allowed list. Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a8a2bdd..ecc965c 100644 --- a/package.json +++ b/package.json @@ -240,6 +240,9 @@ "@phosphor-icons" ], "allowPackages": { + "xingzhengqu": { + "version": "*" + }, "oh-my-live2d": { "version": "*" },