From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/workflow/note-node/note-editor/utils.ts | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/app/components/workflow/note-node/note-editor/utils.ts b/app/components/workflow/note-node/note-editor/utils.ts index c241e93..b9ce2d3 100644 --- a/app/components/workflow/note-node/note-editor/utils.ts +++ b/app/components/workflow/note-node/note-editor/utils.ts @@ -18,5 +18,4 @@ return $isAtNodeEnd(anchor) ? anchorNode : focusNode } -// eslint-disable-next-line sonarjs/empty-string-repetition export const urlRegExp = /((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=+$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=+$,\w]+@)[A-Za-z0-9.-]+)((?:\/[+~%/.\w-_]*)?\??(?:[-+=&;%@.\w_]*)#?(?:[\w]*))?)/ -- Gitblit v1.8.0