全國農業金庫113年度獎學金
已將獎學金資訊公告於學務處獎助學金系統,學生自行申請
申請資格: 詳見附件
申請期間: 8/1-9/15
相關網址: https://fsis.thu.edu.tw/wwwstud/frontend/Scholarship_detail.php?year=113&term=1&schno=714


{
// 確保 lazy-load + skeleton
if (!img.classList.contains("lazy-load") || !img.classList.contains("skeleton")) {
img.classList.add("lazy-load", "skeleton");
}
// 避免重複包裹
if (img.parentElement.tagName === "A" && img.parentElement.parentElement.tagName === "FIGURE") return;
if (img.parentElement.tagName === "A" && img.parentElement.getAttribute("data-lightbox")) return;
const captionText = img.getAttribute("alt") || "全國農業金庫113年度獎學金";
const imgSrc = img.getAttribute("src");
const a = document.createElement("a");
a.setAttribute("href", imgSrc);
a.setAttribute("class", "example-image-link");
a.setAttribute("data-lightbox", "example-set");
a.setAttribute("title", captionText);
a.appendChild(img.cloneNode(true));
// $id <= 4384:只包
img.replaceWith(a);
});