🐛 修复 BUG

This commit is contained in:
Wisp X
2022-03-03 11:35:37 +08:00
parent 2bccbb72d8
commit d19eb061b1
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ class UpgradeService
protected array $versions = [];
/** @var string 临时目录 */
protected string $temp = 'temp';
protected string $temp = 'storage/temp';
/** @var string 升级锁文件 */
protected string $lock = 'upgrading.lock';
@@ -49,7 +49,7 @@ class UpgradeService
// TODO 获取所有版本
$this->versions = [
[
'icon' => 'https://raw.githubusercontent.com/wisp-x/lsky-pro/master/public/static/app/images/icon.png',
'icon' => 'https://docs.lsky.pro/logo.png',
'name' => 'V 2.0.1',
'size' => '33.5 MB',
'md5' => '12',
-1
View File
@@ -6,7 +6,6 @@
"license": "MIT",
"require": {
"php": "^8.0",
"ext-zip": "*",
"alibabacloud/green": "^1.8",
"doctrine/dbal": "^3.3",
"erusev/parsedown": "^1.7",