feat:模块上传安装时对模块版本是否兼容当前系统版本进行检查

This commit is contained in:
妙码生花 2024-05-16 18:10:24 +08:00
parent c78bad049a
commit 9070ef2c63

View File

@ -175,6 +175,7 @@ class Manage
'uid' => $info['uid'],
'sysVersion' => Config::get('buildadmin.version'),
'nuxtVersion' => Server::getNuxtVersion(),
'moduleVersion' => $info['version'],
'ba-user-token' => $token,
'installed' => Server::getInstalledIds($this->installDir),
'server' => 1,