From 38b91a558b8e14e58cd53f75e3967208cb2ce64d Mon Sep 17 00:00:00 2001 From: jialin Date: Fri, 15 May 2026 16:14:54 +0800 Subject: [PATCH] chore: remove notes --- src/layouts/index.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index 6e64d2dd..69487ad5 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -425,12 +425,6 @@ export default (props: any) => { {...runtimeConfig} ErrorBoundary={ErrorBoundary} > - {/* Enterprise plugin slot: license status banner. The plugin - package registers `GlobalLicenseBanner` under this name; in - OSS builds no plugin is registered → PluginExtraFields - renders null. Polls /v2/enterprise/licenses/banner and - surfaces problems (expiring / expired / invalid signature / - over quota / trial mode). */}