From b4f20e82274fd31abf0530e554faaa0aeeecce60 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 8 Dec 2021 21:40:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=8D=E5=8A=A1=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=9B=BE=E8=A1=A8=E9=A2=9C=E8=89=B2=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98/Expires=E8=AE=BE=E7=BD=AE=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/http-expires-time-config-box.js | 1 + web/views/@default/servers/server/stat/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/public/js/components/server/http-expires-time-config-box.js b/web/public/js/components/server/http-expires-time-config-box.js index b8404b65..9afc8b2c 100644 --- a/web/public/js/components/server/http-expires-time-config-box.js +++ b/web/public/js/components/server/http-expires-time-config-box.js @@ -61,6 +61,7 @@ Vue.component("http-expires-time-config-box", { 强制缓存时间 +

从客户端访问的时间开始要缓存的时长。

diff --git a/web/views/@default/servers/server/stat/index.js b/web/views/@default/servers/server/stat/index.js index 24bebb3e..a2b64aa9 100644 --- a/web/views/@default/servers/server/stat/index.js +++ b/web/views/@default/servers/server/stat/index.js @@ -82,7 +82,7 @@ Tea.context(function () { return v.countRequests / axis.divider }), itemStyle: { - color: "#61A0A8" + color: "#9DD3E8" }, areaStyle: { color: "#9DD3E8"