q78kgblog 0.0.0-1720417924152 → 0.0.0-1720429643771

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/404.html +3 -3
  2. package/about/index.html +5 -5
  3. package/archives/2023/02/index.html +4 -4
  4. package/archives/2023/04/index.html +4 -4
  5. package/archives/2023/05/index.html +4 -4
  6. package/archives/2023/08/index.html +4 -4
  7. package/archives/2023/09/index.html +4 -4
  8. package/archives/2023/index.html +4 -4
  9. package/archives/2024/01/index.html +4 -4
  10. package/archives/2024/02/index.html +4 -4
  11. package/archives/2024/index.html +4 -4
  12. package/archives/index.html +4 -4
  13. package/atom.xml +9 -9
  14. package/bangumis/index.html +4 -4
  15. package/bigpie/index.html +3 -3
  16. package/categories/Hexo/index.html +4 -4
  17. package/categories/index.html +3 -3
  18. package/categories//345/271/264/347/273/210/346/200/273/347/273/223/index.html +4 -4
  19. package/categories//347/264/240/346/235/220/index.html +4 -4
  20. package/categories//351/227/262/350/201/212/346/235/202/350/260/210/index.html +4 -4
  21. package/content.json +1 -1
  22. package/css/ariasakablog.css +0 -6669
  23. package/css/danmaku.css +0 -2
  24. package/fcircle/index.html +3 -3
  25. package/fontawesome/index.html +3 -3
  26. package/index.html +11 -11
  27. package/js/commentBarrage.js +201 -201
  28. package/js/day.js +110 -110
  29. package/js/dianzan.js +5 -5
  30. package/js/dis.js +242 -241
  31. package/js/fps.js +55 -54
  32. package/js/gitalker.js +1 -1
  33. package/js/heimu.js +16 -15
  34. package/js/hide.show.js +5 -5
  35. package/js/languages.js +510 -510
  36. package/js/lunar.js +517 -517
  37. package/js/main.js +8 -8
  38. package/js/resizeTop.js +31 -31
  39. package/js/settings.js +303 -302
  40. package/js/sitetime.js +11 -11
  41. package/js/welcomeconsole.js +9 -8
  42. package/links/index.html +3 -3
  43. package/othersite/index.html +3 -3
  44. package/package.json +1 -1
  45. package/posts/164ef646/index.html +5 -5
  46. package/posts/228c2ef8/index.html +5 -5
  47. package/posts/a9a6c1fb/index.html +5 -5
  48. package/posts/c262e439/index.html +5 -5
  49. package/posts/c81531cf/index.html +5 -5
  50. package/posts/ccdf7cfc/index.html +5 -5
  51. package/posts/de1f83f4/index.html +5 -5
  52. package/posts/e54f7476/index.html +5 -5
  53. package/random.html +2 -2
  54. package/sitemap.txt +2 -2
  55. package/sitemap.xml +6 -6
  56. package/tags/AI/index.html +5 -5
  57. package/tags/Butterfly/index.html +5 -5
  58. package/tags/Cloudflare/index.html +5 -5
  59. package/tags/DiffSinger/index.html +5 -5
  60. package/tags/Hexo/index.html +5 -5
  61. package/tags/Next/index.html +5 -5
  62. package/tags/RAID/index.html +5 -5
  63. package/tags/Vercel/index.html +5 -5
  64. package/tags/Workers/index.html +5 -5
  65. package/tags/index.html +3 -3
  66. package/tags//344/270/273/351/242/230/index.html +5 -5
  67. package/tags//345/206/231/344/275/234/index.html +5 -5
  68. package/tags//345/245/263/346/200/247/346/204/217/350/257/206/index.html +5 -5
  69. package/tags//345/255/246/344/271/240/index.html +5 -5
  70. package/tags//345/256/266/351/207/214/344/272/221/index.html +5 -5
  71. package/tags//345/271/264/347/273/210/346/200/273/347/273/223/index.html +5 -5
  72. package/tags//346/212/230/350/205/276/index.html +5 -5
  73. package/tags//346/227/245/345/270/270/index.html +5 -5
  74. package/tags//346/234/215/345/212/241/345/231/250/index.html +5 -5
  75. package/tags//346/265/252/346/275/256/index.html +5 -5
  76. package/tags//347/256/200/347/210/261/index.html +5 -5
  77. package/tags//350/207/252/345/212/250/346/240/207/346/263/250/index.html +5 -5
  78. package/tags//350/256/272/346/226/207/index.html +5 -5
  79. package/tags//350/260/267/346/255/214/347/277/273/350/257/221/index.html +5 -5
  80. package/tags//350/264/237/350/275/275/345/235/207/350/241/241/index.html +5 -5
  81. package/tags//351/207/221/345/217/245/index.html +5 -5
  82. package/tags//351/255/224/346/224/271/index.html +5 -5
package/js/hide.show.js CHANGED
@@ -1,16 +1,16 @@
1
- function isInViewPortOfOne (el) {
2
- const viewPortHeight = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
1
+ function isInViewPortOfOne(el) {
2
+ const viewPortHeight = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
3
3
  const offsetTop = el.offsetTop
4
4
  const scrollTop = document.documentElement.scrollTop
5
5
  const top = offsetTop - scrollTop
6
6
  return top <= viewPortHeight
7
7
  }
8
8
  $(window).scroll(function () {
9
- if(isInViewPortOfOne(document.getElementsByTagName("footer")[0])){
9
+ if (isInViewPortOfOne(document.getElementsByTagName("footer")[0])) {
10
10
  $(".aplayer .aplayer-body").hide();
11
11
  $("#fps").hide();
12
- }
13
- else{
12
+ }
13
+ else {
14
14
  $(".aplayer .aplayer-body").show();
15
15
  $("#fps").show();
16
16
  }