From b6e7aa909a8980212d88fb4925fff95559f36c76 Mon Sep 17 00:00:00 2001 From: fenxinxier <3077798273@qq.com> Date: Wed, 11 Sep 2024 14:39:31 +0800 Subject: [PATCH] feat: add mars3d and mars3d-cesium (#273) ## Summary by CodeRabbit - **New Features** - Introduced two new plugins: "mars3d" and "mars3d-cesium" for enhanced functionality and integrations related to the mars3d framework. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 76a56fe..bf9d4d6 100644 --- a/package.json +++ b/package.json @@ -18594,6 +18594,12 @@ }, "musicfree-plugins": { "version": "*" + }, + "mars3d": { + "version": "*" + }, + "mars3d-cesium": { + "version": "*" } } }