From f021673961df8e9d98e907907b9e95a88b134e2b Mon Sep 17 00:00:00 2001 From: lan Date: Fri, 16 Dec 2022 02:21:49 +0800 Subject: [PATCH] update:rename asserts and update docker file --- Dockerfile | 2 +- static/{assert => asserts}/axios.min.js | 0 static/{assert => asserts}/favicon.ico | Bin static/{assert => asserts}/fonts/element-icons.woff | Bin static/{assert => asserts}/index.css | 0 static/{assert => asserts}/index.js | 0 static/{assert => asserts}/logo.png | Bin static/{assert => asserts}/vue.min.js | 0 templates/admin.html | 10 +++++----- templates/index.html | 10 +++++----- 10 files changed, 11 insertions(+), 11 deletions(-) rename static/{assert => asserts}/axios.min.js (100%) rename static/{assert => asserts}/favicon.ico (100%) rename static/{assert => asserts}/fonts/element-icons.woff (100%) rename static/{assert => asserts}/index.css (100%) rename static/{assert => asserts}/index.js (100%) rename static/{assert => asserts}/logo.png (100%) rename static/{assert => asserts}/vue.min.js (100%) diff --git a/Dockerfile b/Dockerfile index a89f049..99450f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.5 +FROM python:3.9.5-slim-buster LABEL author="Lan" LABEL email="vast@tom.com" LABEL version="1.5.4" diff --git a/static/assert/axios.min.js b/static/asserts/axios.min.js similarity index 100% rename from static/assert/axios.min.js rename to static/asserts/axios.min.js diff --git a/static/assert/favicon.ico b/static/asserts/favicon.ico similarity index 100% rename from static/assert/favicon.ico rename to static/asserts/favicon.ico diff --git a/static/assert/fonts/element-icons.woff b/static/asserts/fonts/element-icons.woff similarity index 100% rename from static/assert/fonts/element-icons.woff rename to static/asserts/fonts/element-icons.woff diff --git a/static/assert/index.css b/static/asserts/index.css similarity index 100% rename from static/assert/index.css rename to static/asserts/index.css diff --git a/static/assert/index.js b/static/asserts/index.js similarity index 100% rename from static/assert/index.js rename to static/asserts/index.js diff --git a/static/assert/logo.png b/static/asserts/logo.png similarity index 100% rename from static/assert/logo.png rename to static/asserts/logo.png diff --git a/static/assert/vue.min.js b/static/asserts/vue.min.js similarity index 100% rename from static/assert/vue.min.js rename to static/asserts/vue.min.js diff --git a/templates/admin.html b/templates/admin.html index 8c6f2ce..bf088f7 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -5,15 +5,15 @@ - - + + 后台管理-{{title}} - - + +
@@ -60,7 +60,7 @@
- + - + +
@@ -182,7 +182,7 @@
- +