全局中文化

This commit is contained in:
Cheng Zhou
2026-01-12 11:14:04 +08:00
parent 9021c7fe2b
commit 1338fa7e2b
103 changed files with 2443 additions and 1533 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
<script setup lang="ts">
import { Document } from "@element-plus/icons-vue";
import { TEXT } from "../locales";
withDefaults(
defineProps<{
@@ -18,7 +19,7 @@ withDefaults(
description?: string;
}>(),
{
title: "暂无数据",
title: TEXT.common.empty.noData,
description: "",
}
);