Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit a0b7f1b

Browse files
Update script.js
1 parent 43f51b1 commit a0b7f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

article/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const recommendArticles = async () => {
22
const article_list = document.querySelector(".article-list-main");
33
article_list.innerHTML = "";
44
article_info_datas = [];
5-
const loading_img_src="../image/loading-thunderbolt.svg";
5+
const loading_img_src="../image/loading-next.svg";
66
const add_article_button = (article_info) => {
77
const article_button = document.createElement("button");
88
const article_root_path =

0 commit comments

Comments
 (0)