From b974568e9bc6675b71c471dd3e94048d3c439f5e Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Sun, 14 Jul 2019 18:06:25 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 509a972..63577b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Hellohao图床 +# Hellohao图床 - 全新响应式UI > 这是一个基于多家对象存储源的Spring Boot开源图床项目。 @@ -14,7 +14,9 @@ ## 系统预览 -![Hellohao图床 - 纯粹的图片存放驿站.png](https://i.loli.net/2019/06/16/5d0553871195b58021.png) +![Hellohao图床 - 纯粹的图片存放驿站1.png](https://i.loli.net/2019/07/14/5d2afe02837ec88282.png) + +![Hellohao图床 - 纯粹的图片存放驿站.png](https://i.loli.net/2019/07/14/5d2afe108630341050.png) ![图床后台管理1.png](https://i.loli.net/2019/06/27/5d13abbbd94d288839.png) @@ -26,9 +28,10 @@ ## 更新日志 -**2019-06-27** +**2019-07-14** -> 修复后台图片列表显示缩略图不完整问题 +> 设计全新响应式UI +> 去除部分无用配置项 ## 运行环境 * JDK 1.8 From 5cc6b8a2fc681bf06d63069f67a23ef7e0f9a2b1 Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Sun, 14 Jul 2019 18:18:55 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63577b0..a8b47de 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ server.port=8088 ## 也可以直接下载编译包部署到你的服务器 -### [**编译包点击下载**](https://share.weiyun.com/5JSuD7D "点击下载")   密码:`evifmv` +### [**编译包点击下载**](https://share.weiyun.com/5nhufAU "点击下载")   密码:`Tr5t` ### 配置文件 From c2b2eee4ad43ef08ca5207692cdd96ce489d1d65 Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Sun, 14 Jul 2019 20:33:21 +0800 Subject: [PATCH 3/3] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bd973f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.js linguist-language=java + +*.css linguist-language=java + +*.html linguist-language=java