From b21e53f16f228d3192eb54178f081395878b2406 Mon Sep 17 00:00:00 2001 From: chengkun <chengkun@ishangstudy.com> Date: Fri, 12 Sep 2025 13:13:50 +0800 Subject: [PATCH] 提交 --- app/home/view/common/element-plus.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/home/view/common/element-plus.html b/app/home/view/common/element-plus.html index 8136a76..7f67b79 100644 --- a/app/home/view/common/element-plus.html +++ b/app/home/view/common/element-plus.html @@ -1,5 +1,5 @@ -<link rel="stylesheet" href="/static/element/index.css" media="all"> -<link rel="stylesheet" href="/static/element/index_other.css" media="all"> +<link rel="stylesheet" href="/static/element/index.css" type="text/css"> +<link rel="stylesheet" href="/static/element/index_other.css" type="text/css"> <script type="text/javascript" src="/static/vue/vue.global.prod.js"></script> <script type="text/javascript" src="/static/element/index.full.js"></script> <script type="text/javascript" src="/static/element/zh-cn.js"></script> @@ -9,5 +9,5 @@ <script type="text/javascript" src="/static/vue/moment.min.js"></script> <script type="text/javascript" src="/static/vue/request.js"></script> <script type="text/javascript" src="/static/jquery/jquery-3.7.1.min.js"></script> -<!-- 语言切换 --> -<script src="/static/js/language/language.js"></script> \ No newline at end of file +<!-- 语言包 --> +<include file="common:langjs" /> \ No newline at end of file -- Gitblit v1.9.0