Bladeren bron

将 "oss-console 系统" 替换为 "oss-console"

reghao 2 jaren geleden
bovenliggende
commit
26a5c22dbd

+ 2 - 2
oss-console/src/main/resources/templates/common/template.html

@@ -3,7 +3,7 @@
 
 <head th:fragment="header(title, link, style)">
     <th:block th:if="${title == null}">
-        <title>oss-console 系统</title>
+        <title>oss-console</title>
     </th:block>
     <th:block th:if="${title != null}">
         <title th:replace="${title}">title</title>
@@ -13,7 +13,7 @@
     <meta name="renderer" content="webkit">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-    <meta name="description" content="oss-console 系统" />
+    <meta name="description" content="oss-console" />
     <meta name="keywords" content="SpringBoot, Thymeleaf" />
 
     <link rel="shortcut icon" th:href="@{/imgs/favicon.png}" type="image/x-icon">

+ 1 - 1
oss-console/src/main/resources/templates/login.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html xmlns:th="http://www.thymeleaf.org">
 <head th:replace="/common/template :: header(~{::title},~{::link},~{::style})">
-    <title>oss-console 系统登录</title>
+    <title>oss-console 登录</title>
     <link rel="stylesheet" type="text/css" th:href="@{/css/login.css}">
 </head>
 <body class="layui-layout-login">

+ 2 - 2
oss-console/src/main/resources/templates/main.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html xmlns:th="http://www.thymeleaf.org">
 <head th:replace="/common/template :: header(~{::title},~{::link},~{::style})">
-    <title>oss-console 系统</title>
+    <title>oss-console</title>
 </head>
 <body class="layui-layout-body">
 <div class="layui-layout layui-layout-admin">
@@ -9,7 +9,7 @@
     <div class="layui-header">
         <a href="#" class="layui-logo">
             <span class="layui-logo-mini">oss-console</span>
-            <span class="layui-logo-lg">oss-console 系统</span>
+            <span class="layui-logo-lg">oss-console</span>
         </a>
         <a class="side-toggle layui-layout-left" href="#">
             <i class="layui-icon layui-icon-shrink-right"></i>