From df43dbd4f80baedb88764ca9545e4b5ec7e1ac73 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 27 Jul 2025 16:26:34 +0800
Subject: [PATCH] 1

---
 src/components/Language/index.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/components/Language/index.vue b/src/components/Language/index.vue
index 2aead83..340d1be 100644
--- a/src/components/Language/index.vue
+++ b/src/components/Language/index.vue
@@ -37,24 +37,24 @@
       actions: [
         {
           text: "English",
-          icon: require("@/assets/ico/english.png"),
           lang: "en",
         },
         // {
-        //   text: "繁体中文",
-        //   icon: require("@/assets/ico/tw.png"),
-        //   lang: "zh-TW",
+        //   text: "简体中文",
+        //   lang: "zh-CN",
         // },
-        { text: "हिंदी", icon: require("@/assets/ico/india.png"), lang: "hi" },
-        // { text: "한국인", icon: require("@/assets/ico/india.png"), lang: "ko" },
+        // { text: "हिंदी", lang: "hi" },
+        { text: "español", lang: "es" },
         // {
-        //   text: "ภาษาไทย",
-        //   icon: require("@/assets/ico/india.png"),
-        //   lang: "th",
-        // },
+        //   text: "Deutsch",
+        //   lang: "de",
+        // }, //德语
+        // {
+        //   text: "Français",
+        //   lang: "fr",
+        // }, //法语
         // {
         //   text: "日本語にほんご",
-        //   icon: require("@/assets/ico/india.png"),
         //   lang: "ja",
         // },
       ],
@@ -120,4 +120,4 @@
   font-weight: 600;
   margin: 40px 20px 0 20px;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3