We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a90639 commit 3d797daCopy full SHA for 3d797da
1 file changed
wind_setting/frontend/src/components/dict/ImportExportDialog.vue
@@ -73,6 +73,9 @@
73
currentImportFormat.example
74
}}</pre>
75
</div>
76
+ <p v-if="importFormat !== 'zip'" class="ie-encoding-hint">
77
+ 文件须以 UTF-8 编码保存
78
+ </p>
79
80
81
<!-- Step 2: 预览确认 -->
@@ -933,6 +936,13 @@ async function doExport() {
933
936
overflow-y: auto;
934
937
}
935
938
939
+/* ===== 编码提示 ===== */
940
+.ie-encoding-hint {
941
+ font-size: 12px;
942
+ color: hsl(var(--muted-foreground));
943
+ margin: 6px 0 0;
944
+}
945
+
946
/* ===== 预览信息 ===== */
947
.ie-preview-info {
948
background: hsl(var(--muted));
0 commit comments