This commit is contained in:
Jerry
2023-06-24 16:15:00 +08:00

View File

@@ -2,7 +2,8 @@
if theme.footer.owner.enable if theme.footer.owner.enable
- var now = new Date() - var now = new Date()
- var nowYear = now.getFullYear() - var nowYear = now.getFullYear()
if theme.footer.owner.since && theme.footer.owner.since != nowYear if theme.footer.owner.since != false
if theme.footer.owner.since != nowYear
.copyright!= `©${theme.footer.owner.since} - ${nowYear} By ${config.author}` .copyright!= `©${theme.footer.owner.since} - ${nowYear} By ${config.author}`
else else
.copyright!= `©${nowYear} By ${config.author}` .copyright!= `©${nowYear} By ${config.author}`