新增配置列表和配置新增页面

This commit is contained in:
2025-03-28 15:41:11 +08:00
parent 540618b8ca
commit afadd79fe8
16 changed files with 1608 additions and 473 deletions
+1 -4
View File
@@ -1,15 +1,12 @@
import { Outlet } from "@remix-run/react";
import { type MetaFunction } from "@remix-run/node";
// export const links = () => [
// { rel: "stylesheet", href: "app/styles/pages/rules.css" }
// ];
export const meta: MetaFunction = () => {
return [
{ title: "评查规则管理 - 中国烟草AI合同及卷宗审核系统" },
{
name: "description",
name: "rules",
content: "评查规则管理模块,包括评查点列表、创建和编辑功能"
}
];