This commit is contained in:
浪子
2024-11-08 14:57:59 +08:00
parent c606be86a6
commit 4e3310f10b
24 changed files with 35 additions and 36 deletions
+7 -7
View File
@@ -12,11 +12,11 @@
<link href="<?php $this->options->icourl() ?>" rel=icon media="(prefers-color-scheme: light)" sizes=32x32>
<script>!function () { switch (localStorage.getItem("theme") || "auto") { case "light": document.documentElement.classList.remove("dark"); break; case "dark": document.documentElement.classList.add("dark"); break; case "auto": window.matchMedia("(prefers-color-scheme: dark)").matches ? document.documentElement.classList.add("dark") : document.documentElement.classList.remove("dark") } }()</script>
<link href="<?php $this->options->siteUrl(); ?>/feed" rel=alternate title="<?php $this->options->title(); ?>" type=application/rss+xml>
<link href="<?php $this->options->themeUrl('/_astro/hoisted.aW6J7aTb.css'); ?>" rel=stylesheet>
<link href="<?php $this->options->themeUrl('/_astro/_page_.C2WTn4nY.css'); ?>" rel=stylesheet>
<link href="<?php $this->options->themeUrl('/_astro/_page_.DHnhnUL2.css'); ?>" rel=stylesheet>
<link href="<?php $this->options->themeUrl('/_astro/about.DjJRFMus.css'); ?>" rel=stylesheet>
<link href="<?php $this->options->themeUrl('/_astro/_category_.BWAG4XaK.css'); ?>" rel=stylesheet>
<link href="<?php $this->options->themeUrl('/assets/css/hoisted.css'); ?>" rel=stylesheet>
<link href="<?php $this->options->themeUrl('/assets/css/_page_.C2WTn4nY.css'); ?>" rel=stylesheet>
<link href="<?php $this->options->themeUrl('/assets/css/_page_.DHnhnUL2.css'); ?>" rel=stylesheet>
<link href="<?php $this->options->themeUrl('/assets/css/about.css'); ?>" rel=stylesheet>
<link href="<?php $this->options->themeUrl('/assets/css/category.css'); ?>" rel=stylesheet>
<style>
<?php $this->options->addhead() ?>
#post-container :first-child {
@@ -102,6 +102,6 @@
background: #fff9
}
</style>
<script src="<?php $this->options->themeUrl('/_astro/hoisted.Sb1r8TRi.js'); ?>" type=module></script>
<script src="<?php $this->options->themeUrl('/_astro/page.3zT6KwRv.js'); ?>" type=module></script>
<script src="<?php $this->options->themeUrl('/assets/js/hoisted.js'); ?>" type=module></script>
<script src="<?php $this->options->themeUrl('/assets/js/page.js'); ?>" type=module></script>
<?php $this->header(); ?>