docs: 更新文档配置并添加启动脚本

- 修改 mkdocs.yml 文件,调整文档结构和主题设置
- 新增 start.py脚本,用于启动 MkDocs服务器
This commit is contained in:
sairate 2025-05-29 20:07:39 +08:00
parent 664ea4b475
commit 8aa053a45a

View File

@ -2,5 +2,5 @@
const preloadLink = document.createElement("link");
preloadLink.rel = "preload";
preloadLink.as = "image";
preloadLink.href = "../images/wallhaven-o35exm.jpg"; // 替换为你的图片路径
preloadLink.href = "/images/wallhaven-o35exm.jpg"; // 替换为你的图片路径
document.head.appendChild(preloadLink);