fix: replace default transtag to span

This commit is contained in:
Gabe Yuan
2024-03-19 10:00:00 +08:00
parent 9f0986536a
commit 96f9bf6f6f
2 changed files with 2 additions and 2 deletions

View File

@@ -321,7 +321,7 @@ export const PROMPT_PLACE_TEXT = "{{text}}"; // 占位符
export const DEFAULT_COLOR = "#209CEE"; // 默认高亮背景色/线条颜色
export const DEFAULT_TRANS_TAG = "font";
export const DEFAULT_TRANS_TAG = "span";
export const DEFAULT_SELECT_STYLE =
"-webkit-line-clamp: unset; max-height: none; height: auto;";