Skip to content

Commit dde8701

Browse files
committed
修改api地址
1 parent dcf6211 commit dde8701

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# 使用方法
4141
此仓库将每天爬取关于**cs.CV、cs.GR、cs.CL和cs.AI**的arXiv论文,并使用**DeepSeek****中文**总结论文。
4242
如果您希望爬取其他arXiv类别、使用其他大语言模型或其他语言,请按照说明操作。
43-
否则,您可以直接使用 https://dw-dengwei.github.io/daily-arXiv-ai-enhanced/。如果您喜欢请给个星标 :)
43+
否则,您可以直接使用 https://linfei83.github.io/daily-arXiv-ai-enhanced/。如果您喜欢请给个星标 :)
4444

4545
**操作步骤:**
4646
1. 将此仓库Fork到您自己的账户
@@ -167,4 +167,4 @@ CATEGORIES="cs.CV, cs.GR, cs.CL, cs.AI"
167167

168168
# 星标历史
169169

170-
[![Star History Chart](https://api.star-history.com/svg?repos=dw-dengwei/daily-arXiv-ai-enhanced&type=Date)](https://www.star-history.com/#dw-dengwei/daily-arXiv-ai-enhanced&Date)
170+
[![Star History Chart](https://api.star-history.com/svg?repos=linfei83/daily-arXiv-ai-enhanced&type=Date)](https://www.star-history.com/#linfei83/daily-arXiv-ai-enhanced&Date)

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="header-left">
3939
<a href="https://github.com/linfei83/daily-arXiv-ai-enhanced" target="_blank" class="github-button">
4040
<svg height="20" width="20" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
41-
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
41+
<pat h fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
4242
</svg>
4343
<span class="github-text">GitHub</span>
4444
<div class="github-stats">

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ document.addEventListener('DOMContentLoaded', () => {
267267

268268
async function fetchGitHubStats() {
269269
try {
270-
const response = await fetch('https://api.github.com/repos/dw-dengwei/daily-arXiv-ai-enhanced');
270+
const response = await fetch('https://api.github.com/repos/linfei83/daily-arXiv-ai-enhanced');
271271
const data = await response.json();
272272
const starCount = data.stargazers_count;
273273
const forkCount = data.forks_count;

js/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ function showNotification(message, type = 'success') {
381381
// 获取GitHub统计数据
382382
async function fetchGitHubStats() {
383383
try {
384-
const response = await fetch('https://api.github.com/repos/dw-dengwei/daily-arXiv-ai-enhanced');
384+
const response = await fetch('https://api.github.com/repos/linfei83/daily-arXiv-ai-enhanced');
385385
const data = await response.json();
386386
const starCount = data.stargazers_count;
387387
const forkCount = data.forks_count;

js/statistic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ document.addEventListener('DOMContentLoaded', () => {
3939

4040
async function fetchGitHubStats() {
4141
try {
42-
const response = await fetch('https://api.github.com/repos/dw-dengwei/daily-arXiv-ai-enhanced');
42+
const response = await fetch('https://api.github.com/repos/linfei83/daily-arXiv-ai-enhanced');
4343
const data = await response.json();
4444
const starCount = data.stargazers_count;
4545
const forkCount = data.forks_count;

0 commit comments

Comments
 (0)