From 0c6d5c3c61827a1954f3e84aacaaa5e6bfc05c18 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 9 Aug 2025 22:32:41 +0800 Subject: [PATCH] fix: replace deault tag from span to font --- src/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.js b/src/config/index.js index 7e1a856..c232c2d 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -443,7 +443,7 @@ export const INPUT_PLACE_MODEL = "{{model}}"; // 占位符 export const DEFAULT_COLOR = "#209CEE"; // 默认高亮背景色/线条颜色 -export const DEFAULT_TRANS_TAG = "span"; +export const DEFAULT_TRANS_TAG = "font"; export const DEFAULT_SELECT_STYLE = "-webkit-line-clamp: unset; max-height: none; height: auto;";