From 584860d11b454774b60c71b63d221b5481c0f3bd Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:21:48 +0800
Subject: [PATCH] 更新为3.29
---
src/components/Language/index.vue | 28 ++++------------------------
1 files changed, 4 insertions(+), 24 deletions(-)
diff --git a/src/components/Language/index.vue b/src/components/Language/index.vue
index 304a3f1..a030737 100644
--- a/src/components/Language/index.vue
+++ b/src/components/Language/index.vue
@@ -23,6 +23,8 @@
</template>
<script>
+import { languageOptions } from "@/config/languageOptions";
+
/*
*name onChange
*回应外面
@@ -34,29 +36,7 @@
settingDialog: false,
language: "",
// 多语言配置
- actions: [
- {
- text: "English",
- lang: "en",
- },
- {
- text: "简体中文",
- lang: "zh-CN",
- },
- { text: "हिंदी", lang: "hi" },
- // {
- // text: "Deutsch",
- // lang: "de",
- // }, //德语
- // {
- // text: "Français",
- // lang: "fr",
- // }, //法语
- // {
- // text: "日本語にほんご",
- // lang: "ja",
- // },
- ],
+ actions: languageOptions,
};
},
mounted() {
@@ -108,7 +88,7 @@
}
.btn_s_box {
border: none;
- background: #409eff;
+ background: #00f0ff;
color: #fff;
height: 70px;
width: 100%;
--
Gitblit v1.9.3