feat(static): release static files into memory while startup (#1471)

* 初始化时解压zip文件读取内存中

* update go.mod

* 更新各种go版本
This commit is contained in:
WeidiDeng
2022-10-15 09:05:05 +08:00
committed by GitHub
parent 63b536e5db
commit f89653cea7
9 changed files with 516 additions and 16 deletions

View File

@@ -71,7 +71,7 @@ chmod +x ./cloudreve
## :gear: 构建
自行构建前需要拥有 `Go >= 1.17``node.js``yarn``zip` 等必要依赖。
自行构建前需要拥有 `Go >= 1.18``node.js``yarn``zip` 等必要依赖。
#### 克隆代码