mirror of
https://github.com/wahyd4/TrendRadar.git
synced 2026-08-08 21:05:39 +10:00
87 lines
4.0 KiB
HTML
87 lines
4.0 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-16 02:25:44</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">3</td>
|
|
<td class="percentage">1.18%</td>
|
|
<td class="titles">[财联社热门] <a href="https://www.cls.cn/detail/2057563" target="_blank" class="news-link">上市首日暴涨140% 军用无人机公司登陆纽交所 AI打造产品核心竞争力</a> [8] <font color='grey'>- 02时25分</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> [19] <font color='grey'>- 02时25分</font><br>[zhihu] <a href="https://www.zhihu.com/question/596907281" target="_blank" class="news-link">罗杰·彭罗斯 说无论意识是什么,都绝对不是一种计算。意思是:任何 AI 都不可能产生意识?</a> [8] <font color='grey'>- 02时25分</font></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2</td>
|
|
<td class="word">DeepSeek 梁文锋</td>
|
|
<td class="count">1</td>
|
|
<td class="percentage">0.39%</td>
|
|
<td class="titles">[华尔街见闻] <a href="https://wallstreetcn.com/articles/3749141" target="_blank" class="news-link"> 恒生生科指数1月以来涨超60%,中国创新药的“DeepSeek时刻”超过了AI </a> [9] <font color='grey'>- 02时25分</font></td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|
|
|