From ad2c685e37123139138e858f59b07fd0fb529d7b Mon Sep 17 00:00:00 2001 From: cxzlw Date: Fri, 6 Oct 2023 19:00:27 +0800 Subject: [PATCH] Site updated: 2023-10-06 19:00:27 --- 2023/07/05/trace-of-line-01/index.html | 2 +- 2023/07/05/zhihu-aac-old/index.html | 2 +- 2023/07/06/zerotier-planet-convert/index.html | 2 +- 2023/07/10/trace-of-line-02/index.html | 2 +- .../permission-system-design-share/index.html | 2 +- 2023/08/04/test-latex/index.html | 2 +- 2023/08/31/cell-structure/index.html | 2 +- 2023/10/03/busuanzi-bug/index.html | 2 +- about/index.html | 2 +- js/statistics.js | 5 +- sitemap.xml | 52 +++++++++---------- sw.js | 2 +- 12 files changed, 40 insertions(+), 37 deletions(-) diff --git a/2023/07/05/trace-of-line-01/index.html b/2023/07/05/trace-of-line-01/index.html index a0242b2..7cd40eb 100644 --- a/2023/07/05/trace-of-line-01/index.html +++ b/2023/07/05/trace-of-line-01/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/07/05/zhihu-aac-old/index.html b/2023/07/05/zhihu-aac-old/index.html index ea34861..dad1ea4 100644 --- a/2023/07/05/zhihu-aac-old/index.html +++ b/2023/07/05/zhihu-aac-old/index.html @@ -25,7 +25,7 @@ - + diff --git a/2023/07/06/zerotier-planet-convert/index.html b/2023/07/06/zerotier-planet-convert/index.html index 511c837..9f1bcd6 100644 --- a/2023/07/06/zerotier-planet-convert/index.html +++ b/2023/07/06/zerotier-planet-convert/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/07/10/trace-of-line-02/index.html b/2023/07/10/trace-of-line-02/index.html index 6e222cb..392f251 100644 --- a/2023/07/10/trace-of-line-02/index.html +++ b/2023/07/10/trace-of-line-02/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/08/04/permission-system-design-share/index.html b/2023/08/04/permission-system-design-share/index.html index 08715cb..137fc84 100644 --- a/2023/08/04/permission-system-design-share/index.html +++ b/2023/08/04/permission-system-design-share/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/08/04/test-latex/index.html b/2023/08/04/test-latex/index.html index 4610ff2..63c55a5 100644 --- a/2023/08/04/test-latex/index.html +++ b/2023/08/04/test-latex/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/08/31/cell-structure/index.html b/2023/08/31/cell-structure/index.html index 36e1837..3b2a744 100644 --- a/2023/08/31/cell-structure/index.html +++ b/2023/08/31/cell-structure/index.html @@ -27,7 +27,7 @@ - + diff --git a/2023/10/03/busuanzi-bug/index.html b/2023/10/03/busuanzi-bug/index.html index 11d81fe..a052a1c 100644 --- a/2023/10/03/busuanzi-bug/index.html +++ b/2023/10/03/busuanzi-bug/index.html @@ -29,7 +29,7 @@ - + diff --git a/about/index.html b/about/index.html index 0e92dc9..76fac57 100644 --- a/about/index.html +++ b/about/index.html @@ -24,7 +24,7 @@ - + diff --git a/js/statistics.js b/js/statistics.js index eaa0191..1321e3f 100644 --- a/js/statistics.js +++ b/js/statistics.js @@ -44,6 +44,9 @@ async function article_views(element) { let url = element.children[0].children[0].href; let post_metas = element.children[2]; + let tags = post_metas.children[1]; + if (tags) tags.classList.add("mr-3"); + let resp = await fetch("https://blog-api.cxzlw.top/count?" + new URLSearchParams({page_url: url, t: new Date()}), { method: "GET", cache: "no-cache" @@ -57,7 +60,7 @@ async function article_views(element) { let node = document.createElement("div"); post_metas.appendChild(node); node.outerHTML = ` -
+ `; diff --git a/sitemap.xml b/sitemap.xml index 3f3cf4d..a8806b9 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@ https://blog.cxzlw.top/manifest.json - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -13,7 +13,7 @@ https://blog.cxzlw.top/2023/10/03/busuanzi-bug/ - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -22,7 +22,7 @@ https://blog.cxzlw.top/2023/08/31/cell-structure/ - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -31,7 +31,7 @@ https://blog.cxzlw.top/2023/08/04/permission-system-design-share/ - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -40,7 +40,7 @@ https://blog.cxzlw.top/2023/08/04/test-latex/ - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -49,7 +49,7 @@ https://blog.cxzlw.top/2023/07/05/trace-of-line-01/ - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -58,7 +58,7 @@ https://blog.cxzlw.top/2023/07/10/trace-of-line-02/ - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -67,7 +67,7 @@ https://blog.cxzlw.top/2023/07/06/zerotier-planet-convert/ - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -76,7 +76,7 @@ https://blog.cxzlw.top/2023/07/05/zhihu-aac-old/ - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -85,7 +85,7 @@ https://blog.cxzlw.top/about/index.html - 2023-10-05 + 2023-10-06 monthly 0.6 @@ -94,7 +94,7 @@ https://blog.cxzlw.top/ - 2023-10-05 + 2023-10-06 daily 1.0 @@ -102,105 +102,105 @@ https://blog.cxzlw.top/tags/Python/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/cxzlw/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/Hexo/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/%E4%B8%8D%E8%92%9C%E5%AD%90/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/busuanzi/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/Fluid/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/%E6%9D%83%E9%99%90%E7%B3%BB%E7%BB%9F/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/%E9%A3%9E%E7%9F%B3/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/%E5%B0%8F%E8%AF%B4/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/%E7%A6%BB%E8%B0%B1%E7%BD%91%E6%96%87/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/%E8%B7%AF%E8%BF%87%E7%9A%84%E6%9F%90%E4%B8%AA%E5%AD%A6%E6%B8%A3/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/Zerotier/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/%E8%87%AA%E5%BB%BA-Planet/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/%E7%9F%A5%E4%B9%8E/ - 2023-10-05 + 2023-10-06 weekly 0.2 https://blog.cxzlw.top/tags/%E5%8F%8D%E7%88%AC/ - 2023-10-05 + 2023-10-06 weekly 0.2 diff --git a/sw.js b/sw.js index e0373e5..46b05d9 100644 --- a/sw.js +++ b/sw.js @@ -19,7 +19,7 @@ registerRoute(/^https:\/\/blog\.cxzlw\.top\/.*/, networkFirst, "GET"); registerRoute(/^http:\/\/localhost:8000\/.*\.html/, networkFirst, "GET"); // registerRoute(/^http:\/\/localhost:8000\/.*/, staleWhileRevalidate, "GET"); -const urls = [{"revision":"069f769af2bbb92bb1b48bd037e0dcfb","url":"2023/07/05/trace-of-line-01/index.html"},{"revision":"780e952360cb5ee887b6586d3c1b3e4d","url":"2023/07/05/zhihu-aac-old/index.html"},{"revision":"463d6ad56738c5acd62ec36867cb74fe","url":"2023/07/06/zerotier-planet-convert/index.html"},{"revision":"d7c18be83add097d6864474548fba4e2","url":"2023/07/10/trace-of-line-02/index.html"},{"revision":"34ab72ac015b4e1aca4e7f3fd6152443","url":"2023/08/04/permission-system-design-share/index.html"},{"revision":"c28ceffbb2ebf938aadd324fee512987","url":"2023/08/04/test-latex/index.html"},{"revision":"ba62fb193eafc3e0187e97b4ee214361","url":"2023/08/31/cell-structure/index.html"},{"revision":"b11a7362b36fc5f57e2a9822bbaecd4c","url":"2023/10/03/busuanzi-bug/index.html"},{"revision":"7071a14600150261654f05f11bee1085","url":"404.html"},{"revision":"3b8ce98ec6541ca84dac1b9176029f4b","url":"about/index.html"},{"revision":"958991360cf2293efedc44dca6943218","url":"archives/2023/07/index.html"},{"revision":"77577a09960771c4549ac5e0685a7955","url":"archives/2023/08/index.html"},{"revision":"154a10d9e803b9afa88dfad07b5904d4","url":"archives/2023/10/index.html"},{"revision":"0ee2dafc8dde3d14b2bf47ef9af576dd","url":"archives/2023/index.html"},{"revision":"8480e9681942d7b10fdf194f7c8bfd38","url":"archives/index.html"},{"revision":"242837d47be8b7c244eb3b8bfc38e027","url":"baidu_verify_codeva-0rhRRODu4H.html"},{"revision":"62b328640af6af42478c54f90e3b245b","url":"BingSiteAuth.xml"},{"revision":"46a144b7a385ba993964c743e517d544","url":"categories/index.html"},{"revision":"5ce280d86637a41c57fdc51fd463237a","url":"css/gitalk.css"},{"revision":"be3af4b8abf2074e66acb737867c43dc","url":"css/highlight-dark.css"},{"revision":"fdd56de5edd1e833674574fdc74bbfe7","url":"css/highlight.css"},{"revision":"7d6d29df18411568c1ae622605bc1907","url":"css/main.css"},{"revision":"71cb12d00310a7852b853744c41d9a34","url":"favicon.ico"},{"revision":"ea11c930cb20962f72c29f0e2931bfbd","url":"img/animal.jpg"},{"revision":"2d9aa61e592b26e2745f3c161c48c397","url":"img/avatar.png"},{"revision":"beb05a6b5b201044b6d80cacdf29f905","url":"img/default.png"},{"revision":"5603316bb5bc54a9d5cab14fddd4c510","url":"img/fluid.png"},{"revision":"4d772ced566ade339ca6718c7ed38674","url":"img/image-1.png"},{"revision":"dcfafd0cc238b0a63a733edd1a70bcfe","url":"img/image-2.png"},{"revision":"5ba9885de31a8d1e8df04a1d915b1069","url":"img/image-3.png"},{"revision":"3d2983fa8549bb6a93b7b905a6baea9c","url":"img/image-4.png"},{"revision":"55692e23130e9504505085798384e43e","url":"img/image-5.png"},{"revision":"88c5e4fa4dec4b514a5d0d53b72d75c7","url":"img/image-6.png"},{"revision":"e52801ec8fe9abad24f24c8d96402fb3","url":"img/image-7.png"},{"revision":"3f940453e65f4635917f162b9a1d1432","url":"img/image-8.png"},{"revision":"47c43a3db8dca516e147f6f38324c1eb","url":"img/image-9.png"},{"revision":"18a13cfe951c406bbb4da3a7e7bc8ca2","url":"img/image.png"},{"revision":"a88a6883f6f27cd7b95a3ae753f91a40","url":"img/img-20231004-chrome-busuanzi.png"},{"revision":"f6f63a28b80c91ec49153f37df82f42d","url":"img/img-20231004-safari-busuanzi.png"},{"revision":"15657539044e11a19a1c6c7e3073d1b3","url":"img/loading.gif"},{"revision":"1b164cde9b70a49e2f3831d211be9f66","url":"img/plant.jpg"},{"revision":"b769e8dfde5660239317ed60758dba13","url":"img/police_beian.png"},{"revision":"74669a1c8e0c10b60ff13c2430adae44","url":"img/prokaryotic.jpg"},{"revision":"2a0e27cbb85a9df75f7e17d144261649","url":"index.html"},{"revision":"7683fab2fc9d03a3a659aa956b3a54e8","url":"js/boot.js"},{"revision":"605f587be2ab3d36472bb03ac27ede65","url":"js/color-schema.js"},{"revision":"7fa076a71a5559d89af6b0c6dfd3a0d2","url":"js/events.js"},{"revision":"fab30a410e5f490fce3f977a6936a714","url":"js/img-lazyload.js"},{"revision":"fb4a815ccdb5d851d00561dbb62251c4","url":"js/leancloud.js"},{"revision":"9dc47a0b7b6bacfd16541c9b2b5b6bc5","url":"js/local-search.js"},{"revision":"6c10bee3f659ca91b534bf4a81d62f1e","url":"js/plugins.js"},{"revision":"bc2f15d100bdd8e7ecbaf2ca670a714f","url":"js/progressbar_done.js"},{"revision":"c9058e6f4adc7eb648e126ab84afc8d6","url":"js/statistics.js"},{"revision":"f7ce9014de1cd7358eeb3aba81c8efe2","url":"js/utils.js"},{"revision":"cbcf2f6972f01e0914d4ef621be68832","url":"links/index.html"},{"revision":"e7196722649f9445aa79c5b0253e182f","url":"local-search.xml"},{"revision":"83c2a6411fd45b04ab8bd46ad2162793","url":"sitemap.xml"},{"revision":"6e373e216f1ffb0121fcb09fdc04b27d","url":"tags/busuanzi/index.html"},{"revision":"dbb8b534b83b6537c007b1817b7fbbbf","url":"tags/cxzlw/index.html"},{"revision":"54860ff8f218d95143565c638021b98f","url":"tags/Fluid/index.html"},{"revision":"77196c078282970d0de6188ba0adbe2d","url":"tags/Hexo/index.html"},{"revision":"170fd183517f945c1619a79cfb3bc8b6","url":"tags/index.html"},{"revision":"9d1e110c247c92d0b10b7db040026141","url":"tags/Python/index.html"},{"revision":"05470715cbaac448685d89bf327db473","url":"tags/Zerotier/index.html"},{"revision":"cecfc73a0fe339125b9916230db81d25","url":"tags/不蒜子/index.html"},{"revision":"b29a47caf4d4151cc53d3a5176a96773","url":"tags/反爬/index.html"},{"revision":"83024c3a7f8eb39b7b69d8b9dc371a94","url":"tags/小说/index.html"},{"revision":"ec24302b5044b127647a237429cf211c","url":"tags/权限系统/index.html"},{"revision":"a9e7244fde982414f8cc98af655e42a9","url":"tags/知乎/index.html"},{"revision":"50b51517b58ebe9b653729991f38e794","url":"tags/离谱网文/index.html"},{"revision":"d4a1f864ee41e7348f4e5d25d5099272","url":"tags/自建-Planet/index.html"},{"revision":"b17f3c0f49005496e09318509e14b69e","url":"tags/路过的某个学渣/index.html"},{"revision":"d8fdd3b62e6b9805aa2edef43f850670","url":"tags/飞石/index.html"},{"revision":"decd4b8f6af7e1c9d8ae97249ac786fa","url":"xml/local-search.xml"}].map(element => element["url"]); +const urls = [{"revision":"75ea864607b5eef02000661259abc9a8","url":"2023/07/05/trace-of-line-01/index.html"},{"revision":"91a71c624f8009fde0022b2bcb0d69f1","url":"2023/07/05/zhihu-aac-old/index.html"},{"revision":"9775abf88e72b14b1f9f33f4a85e7a38","url":"2023/07/06/zerotier-planet-convert/index.html"},{"revision":"180764a7fd982ed510ab94859a0c0ee3","url":"2023/07/10/trace-of-line-02/index.html"},{"revision":"fabe4abeca9a8cca400ed42d37a56deb","url":"2023/08/04/permission-system-design-share/index.html"},{"revision":"a3abca693a1b0fa04f47a58f9c47262c","url":"2023/08/04/test-latex/index.html"},{"revision":"f28bdeed0143692e3839fc6bb4761ff7","url":"2023/08/31/cell-structure/index.html"},{"revision":"2a651c333f443995f0d7fe63e806dc43","url":"2023/10/03/busuanzi-bug/index.html"},{"revision":"7071a14600150261654f05f11bee1085","url":"404.html"},{"revision":"dd0d1b3c44a74ea1547fce08c979f832","url":"about/index.html"},{"revision":"958991360cf2293efedc44dca6943218","url":"archives/2023/07/index.html"},{"revision":"77577a09960771c4549ac5e0685a7955","url":"archives/2023/08/index.html"},{"revision":"154a10d9e803b9afa88dfad07b5904d4","url":"archives/2023/10/index.html"},{"revision":"0ee2dafc8dde3d14b2bf47ef9af576dd","url":"archives/2023/index.html"},{"revision":"8480e9681942d7b10fdf194f7c8bfd38","url":"archives/index.html"},{"revision":"242837d47be8b7c244eb3b8bfc38e027","url":"baidu_verify_codeva-0rhRRODu4H.html"},{"revision":"62b328640af6af42478c54f90e3b245b","url":"BingSiteAuth.xml"},{"revision":"46a144b7a385ba993964c743e517d544","url":"categories/index.html"},{"revision":"5ce280d86637a41c57fdc51fd463237a","url":"css/gitalk.css"},{"revision":"be3af4b8abf2074e66acb737867c43dc","url":"css/highlight-dark.css"},{"revision":"fdd56de5edd1e833674574fdc74bbfe7","url":"css/highlight.css"},{"revision":"7d6d29df18411568c1ae622605bc1907","url":"css/main.css"},{"revision":"71cb12d00310a7852b853744c41d9a34","url":"favicon.ico"},{"revision":"ea11c930cb20962f72c29f0e2931bfbd","url":"img/animal.jpg"},{"revision":"2d9aa61e592b26e2745f3c161c48c397","url":"img/avatar.png"},{"revision":"beb05a6b5b201044b6d80cacdf29f905","url":"img/default.png"},{"revision":"5603316bb5bc54a9d5cab14fddd4c510","url":"img/fluid.png"},{"revision":"4d772ced566ade339ca6718c7ed38674","url":"img/image-1.png"},{"revision":"dcfafd0cc238b0a63a733edd1a70bcfe","url":"img/image-2.png"},{"revision":"5ba9885de31a8d1e8df04a1d915b1069","url":"img/image-3.png"},{"revision":"3d2983fa8549bb6a93b7b905a6baea9c","url":"img/image-4.png"},{"revision":"55692e23130e9504505085798384e43e","url":"img/image-5.png"},{"revision":"88c5e4fa4dec4b514a5d0d53b72d75c7","url":"img/image-6.png"},{"revision":"e52801ec8fe9abad24f24c8d96402fb3","url":"img/image-7.png"},{"revision":"3f940453e65f4635917f162b9a1d1432","url":"img/image-8.png"},{"revision":"47c43a3db8dca516e147f6f38324c1eb","url":"img/image-9.png"},{"revision":"18a13cfe951c406bbb4da3a7e7bc8ca2","url":"img/image.png"},{"revision":"a88a6883f6f27cd7b95a3ae753f91a40","url":"img/img-20231004-chrome-busuanzi.png"},{"revision":"f6f63a28b80c91ec49153f37df82f42d","url":"img/img-20231004-safari-busuanzi.png"},{"revision":"15657539044e11a19a1c6c7e3073d1b3","url":"img/loading.gif"},{"revision":"1b164cde9b70a49e2f3831d211be9f66","url":"img/plant.jpg"},{"revision":"b769e8dfde5660239317ed60758dba13","url":"img/police_beian.png"},{"revision":"74669a1c8e0c10b60ff13c2430adae44","url":"img/prokaryotic.jpg"},{"revision":"2a0e27cbb85a9df75f7e17d144261649","url":"index.html"},{"revision":"7683fab2fc9d03a3a659aa956b3a54e8","url":"js/boot.js"},{"revision":"605f587be2ab3d36472bb03ac27ede65","url":"js/color-schema.js"},{"revision":"7fa076a71a5559d89af6b0c6dfd3a0d2","url":"js/events.js"},{"revision":"fab30a410e5f490fce3f977a6936a714","url":"js/img-lazyload.js"},{"revision":"fb4a815ccdb5d851d00561dbb62251c4","url":"js/leancloud.js"},{"revision":"9dc47a0b7b6bacfd16541c9b2b5b6bc5","url":"js/local-search.js"},{"revision":"6c10bee3f659ca91b534bf4a81d62f1e","url":"js/plugins.js"},{"revision":"bc2f15d100bdd8e7ecbaf2ca670a714f","url":"js/progressbar_done.js"},{"revision":"8a36a7c42b0d15eb06cbdef6c03dd803","url":"js/statistics.js"},{"revision":"f7ce9014de1cd7358eeb3aba81c8efe2","url":"js/utils.js"},{"revision":"cbcf2f6972f01e0914d4ef621be68832","url":"links/index.html"},{"revision":"e7196722649f9445aa79c5b0253e182f","url":"local-search.xml"},{"revision":"629a792333f57fbc90fba9902df94ec2","url":"sitemap.xml"},{"revision":"6e373e216f1ffb0121fcb09fdc04b27d","url":"tags/busuanzi/index.html"},{"revision":"dbb8b534b83b6537c007b1817b7fbbbf","url":"tags/cxzlw/index.html"},{"revision":"54860ff8f218d95143565c638021b98f","url":"tags/Fluid/index.html"},{"revision":"77196c078282970d0de6188ba0adbe2d","url":"tags/Hexo/index.html"},{"revision":"170fd183517f945c1619a79cfb3bc8b6","url":"tags/index.html"},{"revision":"9d1e110c247c92d0b10b7db040026141","url":"tags/Python/index.html"},{"revision":"05470715cbaac448685d89bf327db473","url":"tags/Zerotier/index.html"},{"revision":"cecfc73a0fe339125b9916230db81d25","url":"tags/不蒜子/index.html"},{"revision":"b29a47caf4d4151cc53d3a5176a96773","url":"tags/反爬/index.html"},{"revision":"83024c3a7f8eb39b7b69d8b9dc371a94","url":"tags/小说/index.html"},{"revision":"ec24302b5044b127647a237429cf211c","url":"tags/权限系统/index.html"},{"revision":"a9e7244fde982414f8cc98af655e42a9","url":"tags/知乎/index.html"},{"revision":"50b51517b58ebe9b653729991f38e794","url":"tags/离谱网文/index.html"},{"revision":"d4a1f864ee41e7348f4e5d25d5099272","url":"tags/自建-Planet/index.html"},{"revision":"b17f3c0f49005496e09318509e14b69e","url":"tags/路过的某个学渣/index.html"},{"revision":"d8fdd3b62e6b9805aa2edef43f850670","url":"tags/飞石/index.html"},{"revision":"decd4b8f6af7e1c9d8ae97249ac786fa","url":"xml/local-search.xml"}].map(element => element["url"]); const index_urls = urls.filter(url => url.endsWith("index.html")).map(url => url.substring(0, url.length - 10)); warmStrategyCache({urls:urls, strategy:staleWhileRevalidate});