feat: 1. 完善起草合同页面的逻辑交互,对接minio的接口操作

This commit is contained in:
2025-12-05 20:17:37 +08:00
parent 3d1dbb3f97
commit 91b7518c99
21 changed files with 1249 additions and 1057 deletions
@@ -70,6 +70,7 @@ export async function highlightText(
options?: HighlightOptions
): Promise<HighlightResponse> {
const color = options?.color ?? 16776960; // 默认黄色
// const page = options?.page ?? 1; // 默认第1页
const page = options?.page ?? null; // 默认第1页
console.log('[HighlightSelectText] 调用 Python 脚本高亮文本:', {