mirror of
https://github.com/wahyd4/TrendRadar.git
synced 2026-08-08 21:05:39 +10:00
87 lines
3.7 KiB
HTML
87 lines
3.7 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>频率词统计报告</title>
|
|
<style>
|
|
body { font-family: Arial, sans-serif; margin: 20px; }
|
|
h1, h2 { color: #333; }
|
|
table { border-collapse: collapse; width: 100%; margin-top: 20px; }
|
|
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
|
|
th { background-color: #f2f2f2; }
|
|
tr:nth-child(even) { background-color: #f9f9f9; }
|
|
.word { font-weight: bold; }
|
|
.count { text-align: center; }
|
|
.percentage { text-align: center; }
|
|
.titles { max-width: 500px; }
|
|
.source { color: #666; font-style: italic; }
|
|
.error { color: #d9534f; }
|
|
.news-link {
|
|
color: #007bff;
|
|
text-decoration: none;
|
|
border-bottom: 1px dotted #007bff;
|
|
}
|
|
.news-link:hover {
|
|
color: #0056b3;
|
|
text-decoration: underline;
|
|
}
|
|
.news-link:visited {
|
|
color: #6f42c1;
|
|
}
|
|
.no-link {
|
|
color: #333;
|
|
}
|
|
.new-title {
|
|
background-color: #fff3cd;
|
|
border: 1px solid #ffc107;
|
|
border-radius: 3px;
|
|
padding: 2px 6px;
|
|
margin: 2px 0;
|
|
}
|
|
.new-section {
|
|
background-color: #d1ecf1;
|
|
border: 1px solid #bee5eb;
|
|
border-radius: 5px;
|
|
padding: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
.new-section h3 {
|
|
color: #0c5460;
|
|
margin-top: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>频率词统计报告</h1>
|
|
<p>总标题数: 255</p><p>生成时间: 2025-06-14 23:18:49</p>
|
|
<table>
|
|
<tr>
|
|
<th>排名</th>
|
|
<th>频率词</th>
|
|
<th>出现次数</th>
|
|
<th>占比</th>
|
|
<th>相关标题</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>1</td>
|
|
<td class="word">ai 人工智能</td>
|
|
<td class="count">2</td>
|
|
<td class="percentage">0.78%</td>
|
|
<td class="titles">[财联社热门] <a href="https://www.cls.cn/detail/2057563" target="_blank" class="news-link">上市首日暴涨140% 军用无人机公司登陆纽交所 AI打造产品核心竞争力</a> [8] <font color='grey'>- 23时18分</font><br>[tieba] <a href="https://tieba.baidu.com/hottopic/browse/hottopic?topic_id=28342819&amp;topic_name=%E4%BC%8A%E6%9C%97%E7%96%91%E7%94%A8AI%E4%BC%AA%E9%80%A0%E4%BB%A5%E5%86%9BF35%E6%AE%8B%E9%AA%B8%E5%9B%BE" target="_blank" class="news-link">伊朗疑用AI伪造以军F35残骸图</a> [9] <font color='grey'>- 23时18分</font></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2</td>
|
|
<td class="word">机器人</td>
|
|
<td class="count">1</td>
|
|
<td class="percentage">0.39%</td>
|
|
<td class="titles">[douyin] <a href="https://www.douyin.com/hot/2130681" target="_blank" class="news-link">这机器人走路挺利索啊</a> [10] <font color='grey'>- 23时18分</font></td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|
|
|