快捷菜单
常用功能一站直达
更多功能请点顶栏「快捷菜单」
在Teek@1.4.3-2025.8.18版本配置。
默认是proxy方式



(1)编辑docs\.vitepress\config.ts文件:
1 transformHtml: (code, id, context) => {
2 if (context.page !== "404.md") return code;
3 return code.replace("404 | ", "");
4 },
(2)运行测试

精选 · 友链 · 更多

One的公众号
爱折腾博客的小白