Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: 杜少雄 <dushaoxiong@lixiang.com>
  • Loading branch information
shaoxiongdu committed Jul 5, 2023
1 parent 0f9af8e commit 9d02966
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -29,7 +29,7 @@

## 关于项目

![image-20230705153136577](https://images-1301128659.cos.ap-beijing.myqcloud.com/shaoxiongdu/202307051531026.png)
![image-20230705153710250](https://images-1301128659.cos.ap-beijing.myqcloud.com/shaoxiongdu/202307051537338.png)

每天下午三点定时爬取全网热搜数据。包括

Expand Down Expand Up @@ -106,7 +106,6 @@ public class CrawlerTask {
0);
```


2.[src/main/java/cn/shoxiongdu/SkyEyeSystem/task/hotspot/crawl/impl]
下新增对应的平台类,并实现接口 [HotDataCrawler](src/main/java/cn/shoxiongdu/SkyEyeSystem/task/hotspot/crawl/HotDataCrawler.java)

Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Expand Up @@ -29,7 +29,7 @@

## AboutTheProject

![image-20230705153136577](https://images-1301128659.cos.ap-beijing.myqcloud.com/shaoxiongdu/202307051531026.png)
![image-20230705153710250](https://images-1301128659.cos.ap-beijing.myqcloud.com/shaoxiongdu/202307051537338.png)

Every day at 3 p.m., regularly crawl the hot search data of the whole network. include

Expand Down
10 changes: 6 additions & 4 deletions src/main/resources/templates/index.html
Expand Up @@ -2,7 +2,7 @@
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>摸鱼滑水-ByShaoxiongDu</title>
<title>互联网数据爬取</title>

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">

Expand Down Expand Up @@ -53,7 +53,7 @@
<table class="table table-striped table-hove" style="font-size: 16px">
<thead>
<tr>
<td colspan="3">
<td colspan="4">
<img class="img-thumbnail slogan" style="width: 30px;margin-top: 5px;margin-right: 20px"
th:src="${hotSpotItemVO.platform.iconUrl}">
<h4 class="text-success text-opacity-75 slogan" th:text="${hotSpotItemVO.platform.slogan}"></h4>
Expand Down Expand Up @@ -84,9 +84,11 @@ <h4 class="text-success text-opacity-75 slogan" th:text="${hotSpotItemVO.platfor
</div>
</div>
</div>

<div style="text-align: center;margin: 20px">
<p style="color: #8590a6;font-size: 13px; line-height: 2;">摸鱼划水 CopyRight 2023 © email@shaoxiongdu.cn</p>
<p style="color: #8590a6;font-size: 13px; line-height: 2;">互联网数据爬取 CopyRight 2023 © email@shaoxiongdu.cn
<a href="https://github.com/shaoxiongdu/SkyEye">Github</a>
</p>
</div>

</div>
Expand Down

0 comments on commit 9d02966

Please sign in to comment.