mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 06:15:29 +08:00
插件/主题打包新增版本号
This commit is contained in:
@ -376,7 +376,7 @@ class ThemeService
|
||||
\base\FileUtil::UnlinkDir($new_dir);
|
||||
|
||||
// 开始下载
|
||||
if(\base\FileUtil::DownloadFile($new_dir.'.zip', $config['name'].'.zip'))
|
||||
if(\base\FileUtil::DownloadFile($new_dir.'.zip', $config['name'].'_v'.$config['ver'].'.zip'))
|
||||
{
|
||||
@unlink($new_dir.'.zip');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user