Build: (6618eca) Put color-scheme CSS property in root

This commit is contained in:
helenclx 2024-10-26 00:37:49 +00:00
parent 69520934c6
commit 0cdd10f8da
14 changed files with 64 additions and 64 deletions

View File

@ -395,7 +395,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Sat Oct 26 2024 00:37:40 GMT+0000 (Coordinated Universal Time)">26 October 2024</time>
</li> </li>
<li> <li>
@ -405,7 +405,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Sat Oct 26 2024 00:37:40 GMT+0000 (Coordinated Universal Time)">26 October 2024</time>
</li> </li>
<li> <li>
@ -415,7 +415,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Sat Oct 26 2024 00:37:40 GMT+0000 (Coordinated Universal Time)">26 October 2024</time>
</li> </li>
<li> <li>

View File

@ -1,6 +1,6 @@
html { color-scheme: light dark; }
:root { :root {
color-scheme: light dark;
--clr-body-bg: light-dark(#e4e3e3, #141414); --clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff); --clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424); --clr-content-bg: light-dark(#ffffff, #242424);

View File

@ -398,7 +398,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Sat Oct 26 2024 00:37:40 GMT+0000 (Coordinated Universal Time)">26 October 2024</time>
</li> </li>
<li> <li>
@ -408,7 +408,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Sat Oct 26 2024 00:37:40 GMT+0000 (Coordinated Universal Time)">26 October 2024</time>
</li> </li>
<li> <li>
@ -418,7 +418,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Sat Oct 26 2024 00:37:40 GMT+0000 (Coordinated Universal Time)">26 October 2024</time>
</li> </li>
<li> <li>

View File

@ -398,7 +398,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Sat Oct 26 2024 00:37:40 GMT+0000 (Coordinated Universal Time)">26 October 2024</time>
</li> </li>
<li> <li>

View File

@ -398,7 +398,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Sat Oct 26 2024 00:37:40 GMT+0000 (Coordinated Universal Time)">26 October 2024</time>
</li> </li>
<li> <li>
@ -408,7 +408,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Sat Oct 26 2024 00:37:40 GMT+0000 (Coordinated Universal Time)">26 October 2024</time>
</li> </li>
<li> <li>

View File

@ -4,7 +4,7 @@
<subtitle>Leilukin&#39;s personal website.</subtitle> <subtitle>Leilukin&#39;s personal website.</subtitle>
<link href="https://leilukin.com/feed.xml" rel="self"/> <link href="https://leilukin.com/feed.xml" rel="self"/>
<link href="https://leilukin.com"/> <link href="https://leilukin.com"/>
<updated>2024-10-25T15:52:05Z</updated> <updated>2024-10-26T00:37:45Z</updated>
<id>https://leilukin.com/</id> <id>https://leilukin.com/</id>
<author> <author>
<name>Leilukin</name> <name>Leilukin</name>

View File

@ -144,9 +144,9 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
html { color-scheme: light dark; }
:root { :root {
color-scheme: light dark;
--clr-body-bg: light-dark(#e4e3e3, #141414); --clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff); --clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424); --clr-content-bg: light-dark(#ffffff, #242424);

View File

@ -144,9 +144,9 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
html { color-scheme: light dark; }
:root { :root {
color-scheme: light dark;
--clr-body-bg: light-dark(#e4e3e3, #141414); --clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff); --clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424); --clr-content-bg: light-dark(#ffffff, #242424);

View File

@ -144,9 +144,9 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
html { color-scheme: light dark; }
:root { :root {
color-scheme: light dark;
--clr-body-bg: light-dark(#e4e3e3, #141414); --clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff); --clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424); --clr-content-bg: light-dark(#ffffff, #242424);

View File

@ -144,9 +144,9 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
html { color-scheme: light dark; }
:root { :root {
color-scheme: light dark;
--clr-body-bg: light-dark(#e4e3e3, #141414); --clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff); --clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424); --clr-content-bg: light-dark(#ffffff, #242424);

View File

@ -144,9 +144,9 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
html { color-scheme: light dark; }
:root { :root {
color-scheme: light dark;
--clr-body-bg: light-dark(#e4e3e3, #141414); --clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff); --clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424); --clr-content-bg: light-dark(#ffffff, #242424);

View File

@ -144,9 +144,9 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
html { color-scheme: light dark; }
:root { :root {
color-scheme: light dark;
--clr-body-bg: light-dark(#e4e3e3, #141414); --clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff); --clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424); --clr-content-bg: light-dark(#ffffff, #242424);

View File

@ -144,9 +144,9 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
html { color-scheme: light dark; }
:root { :root {
color-scheme: light dark;
--clr-body-bg: light-dark(#e4e3e3, #141414); --clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff); --clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424); --clr-content-bg: light-dark(#ffffff, #242424);

View File

@ -1106,229 +1106,229 @@
</url> </url>
<url> <url>
<loc>https://leilukin.com/blog/posts/</loc> <loc>https://leilukin.com/blog/posts/</loc>
<lastmod>2024-10-25T15:52:00.772Z</lastmod> <lastmod>2024-10-26T00:37:40.754Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/2022/</loc> <loc>https://leilukin.com/changelogs/2022/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.758Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/2023/</loc> <loc>https://leilukin.com/changelogs/2023/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.758Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/2024/</loc> <loc>https://leilukin.com/changelogs/2024/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.758Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/layouts/</loc> <loc>https://leilukin.com/changelogs/layouts/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.758Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/</loc> <loc>https://leilukin.com/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.758Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/projects/code/bellabuffs-phpmailer/</loc> <loc>https://leilukin.com/projects/code/bellabuffs-phpmailer/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.758Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/projects/playlists/</loc> <loc>https://leilukin.com/projects/playlists/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.758Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/projects/snippets/disability-pride-flag-background/</loc> <loc>https://leilukin.com/projects/snippets/disability-pride-flag-background/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/asummersend/gallery/</loc> <loc>https://leilukin.com/shrines/asummersend/gallery/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/asummersend/playlists/</loc> <loc>https://leilukin.com/shrines/asummersend/playlists/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/asummersend/trivia/</loc> <loc>https://leilukin.com/shrines/asummersend/trivia/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/articles/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/articles/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/facts/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/facts/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/featured/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/featured/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/gamelog/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/gamelog/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/resources/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/resources/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/articles/</loc> <loc>https://leilukin.com/shrines/starwarskotor/articles/</loc>
<lastmod>2024-10-25T15:52:00.780Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/guides/</loc> <loc>https://leilukin.com/shrines/starwarskotor/guides/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/</loc> <loc>https://leilukin.com/shrines/starwarskotor/resources/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/</loc> <loc>https://leilukin.com/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/</loc> <loc>https://leilukin.com/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/</loc> <loc>https://leilukin.com/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/universes/</loc> <loc>https://leilukin.com/shrines/starwarskotor/universes/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/archive/</loc> <loc>https://leilukin.com/archive/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/categories/</loc> <loc>https://leilukin.com/categories/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/</loc> <loc>https://leilukin.com/changelogs/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/about/</loc> <loc>https://leilukin.com/about/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/adoptables/</loc> <loc>https://leilukin.com/adoptables/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/articles/</loc> <loc>https://leilukin.com/articles/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/blog/</loc> <loc>https://leilukin.com/blog/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/guestbook/</loc> <loc>https://leilukin.com/guestbook/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/links/</loc> <loc>https://leilukin.com/links/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/now/</loc> <loc>https://leilukin.com/now/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/projects/</loc> <loc>https://leilukin.com/projects/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/</loc> <loc>https://leilukin.com/shrines/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/accessibility/</loc> <loc>https://leilukin.com/accessibility/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/colophon/</loc> <loc>https://leilukin.com/colophon/</loc>
<lastmod>2024-10-25T15:52:00.784Z</lastmod> <lastmod>2024-10-26T00:37:40.762Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>