From e0cfbdba6d7fb10b7e894daa24faf7cc7b75b072 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 2 Dec 2021 14:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E6=8F=90=E7=A4=BA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E8=AF=B7=E6=B1=82ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/traffic_limit_config.go | 4 +++- pkg/serverconfigs/user_plan_config.go | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg/serverconfigs/traffic_limit_config.go b/pkg/serverconfigs/traffic_limit_config.go index 00f0633..84edb7a 100644 --- a/pkg/serverconfigs/traffic_limit_config.go +++ b/pkg/serverconfigs/traffic_limit_config.go @@ -11,7 +11,9 @@ const DefaultTrafficLimitNoticePageBody = ` Traffic Limit Exceeded Warning/title> <body> -The site traffic has exceeded the limit. Please contact with the site administrator. +<h1>Traffic Limit Exceeded Warning</h1> +<p>The site traffic has exceeded the limit. Please contact with the site administrator.</p> +<address>Request ID: ${requestId}.</address> </body> </html>` diff --git a/pkg/serverconfigs/user_plan_config.go b/pkg/serverconfigs/user_plan_config.go index fef3fd8..2cfea0f 100644 --- a/pkg/serverconfigs/user_plan_config.go +++ b/pkg/serverconfigs/user_plan_config.go @@ -11,9 +11,9 @@ const DefaultPlanExpireNoticePageBody = `<!DOCTYPE html> <title>套餐已过期 -

套餐已过期,请及时续费。

+

套餐已过期,请及时续费。

Your server plan has been expired, please renew the plan.

- +
Request ID: ${requestId}.
`