新增文件上传页面,新增文件上传的公共组件(进度条,步骤条,上传区域)

This commit is contained in:
2025-03-31 19:53:26 +08:00
parent 65da73071d
commit 8fe88c1d15
19 changed files with 1492 additions and 32 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { Outlet } from "@remix-run/react";
* 仅作为嵌套路由的容器,不包含具体内容
*/
export const handle = {
breadcrumb: "提示词模板管理"
breadcrumb: "提示词管理"
}
export default function Prompts() {