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}.
`