Files
TrendRadar/index.html
T

95 lines
4.4 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>报告类型: 当日汇总</p><p>总标题数: 349</p><p>生成时间: 2025-06-15 04:19:32</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.57%</td>
<td class="titles">[财联社热门] <a href="https://www.cls.cn/detail/2057563" target="_blank" class="news-link">上市首日暴涨140% 军用无人机公司登陆纽交所 AI打造产品核心竞争力</a> [6 - 7] <font color='grey'>- [00时22分 ~ 04时19分]</font> <font color='green'>(9次)</font><br>[tieba] <a href="https://tieba.baidu.com/hottopic/browse/hottopic?topic_id=28342819&amp;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> [8] <font color='grey'>- [00时22分 ~ 04时19分]</font> <font color='green'>(9次)</font></td>
</tr>
<tr>
<td>2</td>
<td class="word">比亚迪 王传福</td>
<td class="count">1</td>
<td class="percentage">0.29%</td>
<td class="titles">[zhihu] <a href="https://www.zhihu.com/question/1915510542484902231" target="_blank" class="news-link">比亚迪 2025 年销量目标为什么要定那么高?</a> [9 - 17] <font color='grey'>- [00时22分 ~ 04时19分]</font> <font color='green'>(9次)</font></td>
</tr>
<tr>
<td>3</td>
<td class="word">机器人</td>
<td class="count">1</td>
<td class="percentage">0.29%</td>
<td class="titles">[douyin] <a href="https://www.douyin.com/hot/2130681" target="_blank" class="news-link">这机器人走路挺利索啊</a> [8 - 15] <font color='grey'>- [00时22分 ~ 04时19分]</font> <font color='green'>(9次)</font></td>
</tr>
</table>
</body>
</html>