Skip to content

Commit

Permalink
chore: 改变点赞地址
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed May 26, 2024
1 parent b67d946 commit 519e11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
} else {
// 如果是Linuxdo,就导航到我的帖子
if (BASE_URL == "https://linux.do") {
window.location.href = "https://linux.do/t/topic/13716/191";
window.location.href = "https://linux.do/t/topic/13716/237";
} else {
window.location.href = `${BASE_URL}/t/topic/1`;
}
Expand Down
2 changes: 1 addition & 1 deletion index_passage_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
} else {
// 如果是Linuxdo,就导航到我的帖子
if (BASE_URL == "https://linux.do") {
window.location.href = "https://linux.do/t/topic/13716/191";
window.location.href = "https://linux.do/t/topic/13716/237";
} else {
window.location.href = `${BASE_URL}/t/topic/1`;
}
Expand Down

0 comments on commit 519e11b

Please sign in to comment.