插件编辑优化

feat/task1-c-wallet
devil_gong 2019-08-21 09:52:47 +08:00
parent c0e398f9a0
commit 28d8395481
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ php;
'base' => [
'plugins' => $plugins,
'name' => $params['name'],
'logo' => $params['logo'],
'logo' => ResourcesService::AttachmentPathHandle($params['logo']),
'author' => $params['author'],
'author_url' => $params['author_url'],
'version' => $params['version'],