From 6acba2d5187f9cb0b8e6fe66abc250b6a3fc4847 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 22 十二月 2023 10:10:35 +0800 Subject: [PATCH] # --- src/main/webapp/static/image/favicon.ico | 0 src/main/webapp/static/image/login_bg.jpg | 0 src/main/webapp/views/index.html | 4 ++-- src/main/webapp/views/login.html | 2 +- src/main/webapp/static/image/logo.png | 0 5 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/image/favicon.ico b/src/main/webapp/static/image/favicon.ico index 86d5e0a..7c4df7e 100644 --- a/src/main/webapp/static/image/favicon.ico +++ b/src/main/webapp/static/image/favicon.ico Binary files differ diff --git a/src/main/webapp/static/image/login_bg.jpg b/src/main/webapp/static/image/login_bg.jpg index f98cbee..11b4dad 100644 --- a/src/main/webapp/static/image/login_bg.jpg +++ b/src/main/webapp/static/image/login_bg.jpg Binary files differ diff --git a/src/main/webapp/static/image/logo.png b/src/main/webapp/static/image/logo.png index 6090eb3..11b4dad 100644 --- a/src/main/webapp/static/image/logo.png +++ b/src/main/webapp/static/image/logo.png Binary files differ diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index 8f26118..0ad8748 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -75,7 +75,7 @@ <div class="layui-body"></div> <!-- 搴曢儴 --> <div class="layui-footer layui-text"> - copyright 漏 2023 <a href="https://zoneyung.com/" target="_blank">娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</a> all rights reserved. +<!-- copyright 漏 2023 <a href="https://zoneyung.com/" target="_blank"></a> all rights reserved.--> <span class="pull-right">Version 1.0.0</span> </div> @@ -91,7 +91,7 @@ <script type="text/javascript" src="../static/js/handlebars/handlebars-v4.5.3.js"></script> <script type="text/javascript" src="../static/js/common.js"></script> <script> - console.log('%c 涓壃绔嬪簱骞冲彴 %c 1.0.0','background-color:rgb(53,73,94);color: #fff;border-radius:2px 0 0 2px;padding:2px 4px;','background-color:rgb(25,190,107);color: #fff;border-radius:0 2px 2px 0;padding:2px 4px;font: 9pt "Apercu Regular", Georgia, "Times New Roman", Times, serif;'); + console.log('%c %c 1.0.0','background-color:rgb(53,73,94);color: #fff;border-radius:2px 0 0 2px;padding:2px 4px;','background-color:rgb(25,190,107);color: #fff;border-radius:0 2px 2px 0;padding:2px 4px;font: 9pt "Apercu Regular", Georgia, "Times New Roman", Times, serif;'); $(function () { if ("" === localStorage.getItem('token')) { top.location.href = baseUrl + "/login"; diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html index 0d02533..9112ed0 100644 --- a/src/main/webapp/views/login.html +++ b/src/main/webapp/views/login.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <title>涓壃 鈹� login of zoneyung wms</title> + <title>wms | 鑷姩鍖栦粨鍌�</title> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1"> <meta name="description" content="study of Instancing with three.js"> <meta name="keywords" content="undefined, Yoichi Kobayashi, WebGL, three.js"> -- Gitblit v1.9.1