关于mynodequery底部信息的问题

image.png

var self = this;
setTimeout(function() {

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