chore: 调整目录结构

This commit is contained in:
tangtanglove
2023-05-05 17:05:22 +08:00
parent f297cac3ea
commit c49ee4fb63
157 changed files with 36 additions and 37 deletions

View File

@@ -52,7 +52,7 @@ func Download(respositoryURL string, path string) {
// failedPrint
func failedPrint(err error) {
if err != nil {
fmt.Println("The static file download failed. Please go to the url:" + respositoryDownloadURL + " to download and copy it to the project root directory, and create an install.lock lock file in the website directory.\n\n")
fmt.Println("The static file download failed. Please go to the url:" + respositoryDownloadURL + " to download and copy it to the project root directory, and create an install.lock lock file in the web directory.\n\n")
panic(err)
}
}