feat: add daily tasks and fix /admin139 admin entry

这个提交包含在:
Codex CLI
2026-02-15 12:51:42 +08:00
父节点 e2ab522b78
当前提交 ad29a9f62d
修改 13 个文件,包含 1200 行新增30 行删除

查看文件

@@ -14,7 +14,8 @@ const nextConfig: NextConfig = {
return [
{
source: "/admin139/:path*",
// Keep /admin139 as frontend admin entry page, only proxy nested API paths.
source: "/admin139/:path+",
destination: `${backendInternal}/:path*`,
},
];