// 在页面加载前立即设置主题,避免闪烁 (function() { const theme = localStorage.theme || (window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"); if (theme === "dark" || (!localStorage.theme && window.matchMedia("(prefers-color-scheme: dark)").matches)) { document.documentElement.classList.add("dark"); } else { document.documentElement.classList.remove("dark"); } })(); '; ?> need("header.php"); ?> need('assets/lantern.html'); ?>
hasLogin()){?> need("component/menu.php"); ?> need("component/post-top.php"); ?>
加载中...
hasLogin()){?>
已进入私人领地,请登录再浏览阅读