关于mynodequery底部信息的问题
- 记录
- 2025-12-15
- 114热度
- 0评论

var self = this;
setTimeout(function() {
var copyrightElement = document.querySelector('.copyright');
if (copyrightElement) {
// 修改版权信息
copyrightElement.textContent = 'Copyright © 2024 nezha.heju.me ';
}
}, 100);
