From 410baea0e0e5a74350adc5291cf23cb79ad30daa Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 10 Jul 2025 14:36:06 +0800
Subject: [PATCH] 11
---
src/components/Language/index.vue | 29 ++++++++++++++---------------
1 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/src/components/Language/index.vue b/src/components/Language/index.vue
index ebb2135..e037952 100644
--- a/src/components/Language/index.vue
+++ b/src/components/Language/index.vue
@@ -37,24 +37,23 @@
actions: [
{
text: "English",
- icon: require("@/assets/ico/english.png"),
lang: "en",
},
- {
- text: "繁体中文",
- icon: require("@/assets/ico/tw.png"),
- lang: "zh-TW",
- },
- { text: "हिंदी", icon: require("@/assets/ico/india.png"), lang: "hi" },
- { text: "한국인", icon: require("@/assets/ico/india.png"), lang: "ko" },
- {
- text: "ภาษาไทย",
- icon: require("@/assets/ico/india.png"),
- lang: "th",
- },
+ // {
+ // text: "简体中文",
+ // lang: "zh-CN",
+ // },
+ // { text: "हिंदी", lang: "hi" },
+ // {
+ // text: "Deutsch",
+ // lang: "de",
+ // }, //德语
+ // {
+ // text: "Français",
+ // lang: "fr",
+ // }, //法语
{
text: "日本語にほんご",
- icon: require("@/assets/ico/india.png"),
lang: "ja",
},
],
@@ -120,4 +119,4 @@
font-weight: 600;
margin: 40px 20px 0 20px;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3