mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
plugin display default name
This commit is contained in:
@@ -123,7 +123,8 @@ abstract class PluginCommand extends Command
|
||||
ZM_PLUGIN_TYPE_NATIVE => '内部',
|
||||
ZM_PLUGIN_TYPE_PHAR => 'Phar',
|
||||
ZM_PLUGIN_TYPE_SOURCE => '源码',
|
||||
ZM_PLUGIN_TYPE_COMPOSER => 'Composer 外部加载'
|
||||
ZM_PLUGIN_TYPE_COMPOSER => 'Composer 外部加载',
|
||||
default => '未知模式'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user