Teek is Loading...
娱乐
小屋
主题
在Teek@1.4.3-2025.8.18版本配置。
Teek@1.4.3-2025.8.18
默认是proxy方式
(1)编辑docs\.vitepress\config.ts文件:
docs\.vitepress\config.ts
transformHtml: (code, id, context) => { if (context.page !== "404.md") return code; return code.replace("404 | ", ""); },
(2)运行测试