Fengling Console - 控制台后端
Go to file
movingsam bce6aaa33f
Some checks failed
Build and Push Docker / build (push) Failing after 31s
chore(docker): 优化 Docker 构建缓存管理
- 使用 actions/cache 缓存 Docker 构建层,加快构建速度
- 统一缓存路径改为 /tmp/.buildx-cache 以简化管理
- 更新构建缓存的来源和目标目录配置
- 确保构建结束时正确移动缓存文件,避免缓存丢失

docs(gateway): 新增网关插件系统技术方案文档

- 详细描述插件系统的设计目标和核心功能
- 规划基于 Razor Pages 的 Web UI 管理界面
- 设计插件类型接口及生命周期管理方案
2026-03-01 16:38:10 +08:00
.gitea/workflows chore(docker): 优化 Docker 构建缓存管理 2026-03-01 16:38:10 +08:00
.planning chore(docker): 优化 Docker 构建缓存管理 2026-03-01 16:38:10 +08:00
k8s feat: 添加 CPM 中央包管理和 CI/CD 配置 2026-02-28 14:05:38 +08:00
src chore(docker): 添加 NuGet.Config 文件到镜像构建 2026-03-01 16:22:33 +08:00
.dockerignore fix: 修复 CI/CD Docker 构建 context 和 Dockerfile 路径 2026-02-28 21:55:15 +08:00
.gitignore Add .gitignore 2026-02-25 17:26:54 +08:00
Directory.Build.props feat: 添加 CPM 中央包管理和 CI/CD 配置 2026-02-28 14:05:38 +08:00
Directory.Packages.props refactor(gateway): 优化网关服务逻辑,修改Id类型并引入存储接口 2026-03-01 13:33:02 +08:00
Fengling.Console.slnx chore(solution): 删除解决方案中的Dockerfile引用 2026-02-28 18:04:53 +08:00
global.json feat: 添加 CPM 中央包管理和 CI/CD 配置 2026-02-28 14:05:38 +08:00
NuGet.Config fix(nuget): 删除gitea源中多余的包模式 2026-03-01 15:21:10 +08:00