From f15ad3456b47e43646234b9c91c3ddd77ab2cd02 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 05 Jun 2024 10:05:13 +0800
Subject: [PATCH] 123
---
src/components/Language/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/components/Language/index.vue b/src/components/Language/index.vue
index 2382c7e..e85284d 100644
--- a/src/components/Language/index.vue
+++ b/src/components/Language/index.vue
@@ -36,14 +36,14 @@
// 多语言配置
actions: [
{
- text: "繁体中文",
- icon: require("@/assets/ico/tw.png"),
- lang: "zh-TW",
- },
- {
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" },
@@ -120,4 +120,4 @@
font-weight: 600;
margin: 40px 20px 0 20px;
}
-</style>
+</style>
\ No newline at end of file
--
Gitblit v1.9.3