From 305153bb26525500afb3878185d9d36289d7b491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 11 Apr 2025 23:09:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=8F=92=E4=BB=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=B6=85=E7=AE=A1=E6=9D=83=E9=99=90=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-library/src/support/command/Publish.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/think-library/src/support/command/Publish.php b/plugin/think-library/src/support/command/Publish.php index 43cfcad33..db4a753f1 100644 --- a/plugin/think-library/src/support/command/Publish.php +++ b/plugin/think-library/src/support/command/Publish.php @@ -116,6 +116,7 @@ class Publish extends Command 'name' => $config['name'] ?? ($package['name'] ?? ''), 'icon' => $config['icon'] ?? '', 'cover' => $config['cover'] ?? '', + 'super' => $config['super'] ?? false, 'license' => (array)($config['license'] ?? ($package['license'] ?? [])), 'version' => $config['version'] ?? ($package['version'] ?? ''), 'homepage' => $config['homepage'] ?? ($package['homepage'] ?? ''),