feat: align frontend document and rule management flows

This commit is contained in:
wren
2026-05-06 09:40:37 +08:00
parent 8a5044b024
commit c54f84382b
41 changed files with 4239 additions and 2903 deletions
@@ -17,10 +17,10 @@ export const links = () => [
export const meta: MetaFunction = () => {
return [
{ title: '搜索结果 - AI智能合同模板搜索 - 智慧法务' },
{ title: '模板搜索结果 - 合同管理 - 智慧法务' },
{
name: 'description',
content: 'AI智能搜索合同模板结果,快速找到最适合的模板。'
content: '查看合同管理模块的模板搜索结果,快速定位合适模板。'
}
];
};
@@ -323,4 +323,4 @@ export default function ContractTemplateSearchResults() {
)}
</div>
);
}
}