Skip to content

Latest commit

 

History

History
187 lines (154 loc) · 13.9 KB

why-donate.md

File metadata and controls

187 lines (154 loc) · 13.9 KB
<script> // Function to copy text to clipboard function copyToClipboard(text) { navigator.clipboard.writeText(text) .then(() => { showNotification("已复制到剪贴板"); }) .catch(err => { console.error('无法复制文本: ', err); showNotification("复制失败,请手动复制"); }); } // Function to show a floating notification function showNotification(message) { // Create notification element const notification = document.createElement("div"); notification.textContent = message; // Style the notification Object.assign(notification.style, { position: "fixed", bottom: "20px", right: "20px", padding: "10px 20px", backgroundColor: "rgba(0, 0, 0, 0.7)", color: "white", borderRadius: "5px", zIndex: "9999", opacity: "0", transition: "opacity 0.3s ease" }); // Add to body document.body.appendChild(notification); // Show notification setTimeout(() => { notification.style.opacity = "1"; }, 10); // Hide and remove notification after 2 seconds setTimeout(() => { notification.style.opacity = "0", setTimeout(() => { document.body.removeChild(notification); }, 300); }, 2000); } // Initialize after DOM is loaded document.addEventListener("DOMContentLoaded", function() { // Add copy buttons to elements with copy-btn class document.querySelectorAll(".copy-btn").forEach(button => { button.addEventListener("click", function() { const textToCopy = this.getAttribute("data-copy") || ""; copyToClipboard(textToCopy); }); }); }); </script>

关于捐赠 About donation

本项目一开始只是出于方便我自己以及其他想要收集全头像和体验愚人节版本的玩家创建的小型项目,从一开始的寥寥几个在Github Release存储的几个版本到现在几乎收集了版本记录上的所有版本,这一路上我也收到了很多玩家的支持和鼓励,也有很多玩家提供了一些版本的下载链接,这些都让我感到很开心。

但是从头到尾,这个项目几乎都在依赖像Github Release、huang1111123云盘等网盘的资源,这些资源并不都是免费的,并且也有很多限制,比如Github Release的存储空间有限且上传极其困难、在国内的下载速度不佳,123云盘的资源需要用户额外付费,这些都会对项目的持续性和稳定性造成一定的影响。

况且在2025年年初,huang1111网盘和123云盘几乎完全停止了免费存储分享,我们绝大部分的版本都存储在此处。为了维持项目运营,我们不得不选择了购买了huang1111的容量,为这个项目花费了一笔不小的费用,并且我也几乎没有足够的金钱来续订了。

所以,如果您觉得这个项目对您有所帮助,或者您觉得这个项目值得持续下去,您可以考虑通过捐赠来支持这个项目,您的每一份捐赠都会让这个项目变得更好。

任何一笔捐赠都会支持这个项目继续运作,并在此页面上被永久记录。

捐赠/支持方式

🎉通过爱发电捐赠🎉 推荐
在bilibili关注我们(免费)

更多方式 Other ways to donation

Via Patreon

Copy Binance ID

Scan Binance QR code Binance QR code

项目寿命和捐赠记录

预期在 2027-04-02 后无法更新,并在 2028-02-19 后无法提供下载。

上月爱发电赞助用户列表

<style> table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 1em; font-family: Arial, sans-serif; min-width: 400px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); } thead tr { background-color: #009879; color: #ffffff; text-align: left; } th, td { padding: 12px 15px; } tbody tr { border-bottom: 1px solid #dddddd; } tbody tr:nth-of-type(even) { background-color: #f3f3f3; } tbody tr:last-of-type { border-bottom: 2px solid #009879; } th:nth-child(1), td:nth-child(1) { width: 20%; } th:nth-child(2), td:nth-child(2) { width: 15%; } th:nth-child(3), td:nth-child(3) { width: 20%; } th:nth-child(4), td:nth-child(4) { width: 15%; } th:nth-child(5), td:nth-child(5) { width: 30%; } </style>
捐赠用户 捐赠金额 捐赠时间 续命时长 备注
¥365.00 2025-02-15 09:11:14 +1年 自掏腰包
爱发电用户_f4749 ¥5.00 2025-02-20 20:43:52 +1个月 -
南风 ¥80.00 2025-02-24 22:29:30 +1年 80够了应该(