将内容替换隐藏

This commit is contained in:
2025-06-04 11:45:33 +08:00
parent 87ad3376fe
commit cd8b167863
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2187,7 +2187,7 @@ export function ReviewSettings({
>
<option value="none"></option>
<option value="manual"></option>
<option value="replace"></option>
{/* <option value="replace">内容替换</option> */}
</select>
</div>
+3 -3
View File
@@ -1,9 +1,9 @@
import { Outlet } from '@remix-run/react';
// 面包屑导航配置
export const handle = {
breadcrumb: "合同模板"
};
// export const handle = {
// breadcrumb: "合同模板"
// };
export default function ContractTemplate() {
return <Outlet />;