diff --git a/src/components/PageCustomText.vue b/src/components/PageCustomText.vue index d8d3dfb..9ee34a8 100644 --- a/src/components/PageCustomText.vue +++ b/src/components/PageCustomText.vue @@ -403,21 +403,21 @@ const getPreviewInfo = (k: string, text: string) => { } const exists = info.presetExists ? '是' : '否'; - return
+ return
- 引擎版本 + 引擎版本 {version}
-
- V2预览 +
+ V2预览 {info.textV2 || info.errV2}
-
- V1预览 +
+ V1预览 {info.textV1 || info.errV1}
- 存在预设 + 存在预设 {exists} [存在时预览较为可靠]
@@ -548,4 +548,8 @@ watch(props, () => { background-color: #f3f5f7; } } + +.preview-tip-label { + @apply rounded-sm px-1 mr-1 my-1 inline-block w-14 text-center border border-gray-700; +}