diff --git a/.env.example b/.env.example deleted file mode 100644 index 42ba6fe..0000000 --- a/.env.example +++ /dev/null @@ -1 +0,0 @@ -NEXT_PUBLIC_DOC_URL=https://docs.canvas.best diff --git a/docs/content/docs/progress/pending-test.mdx b/docs/content/docs/progress/pending-test.mdx index b3c353a..5d87135 100644 --- a/docs/content/docs/progress/pending-test.mdx +++ b/docs/content/docs/progress/pending-test.mdx @@ -16,3 +16,4 @@ description: 当前版本已实现但仍需人工验证的变更项 - 前端构建:修复 TypeScript 严格检查下的构建报错。 - Vercel 部署:新增 `web` 和 `docs` 两个子项目的 Vercel 配置,需分别验证静态前端和文档站部署。 - Docker 部署:运行镜像从 Node serve 改为 nginx 静态托管,需验证前端路由刷新回退。 +- 环境变量:移除过期的后端 `.env.example` 示例文件。