From eace031a0832b7329aa3c4d390d93858d71ecf05 Mon Sep 17 00:00:00 2001 From: wuxh Date: Mon, 11 Sep 2023 12:17:29 +0800 Subject: [PATCH] chore: update tpl --- packages/plugins/templates/antd/runtime.ts.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/plugins/templates/antd/runtime.ts.tpl b/packages/plugins/templates/antd/runtime.ts.tpl index 06eae4b382ab..584b30b63c78 100644 --- a/packages/plugins/templates/antd/runtime.ts.tpl +++ b/packages/plugins/templates/antd/runtime.ts.tpl @@ -1,12 +1,14 @@ import React from 'react'; import { - Modal, ConfigProvider, {{#appConfig}} App, {{/appConfig}} +{{^hasRefactorStaticConfig}} + Modal, message, notification, +{{/hasRefactorStaticConfig}} {{#enableV5ThemeAlgorithm}} theme, {{/enableV5ThemeAlgorithm}}