fix: 全站文案统一为环境计算助手
This commit is contained in:
@@ -6,7 +6,7 @@ const HTML_TEMPLATE: &str = r#"<!DOCTYPE html>
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>大气稳定度判定系统 — 环境监测助手</title>
|
<title>环境计算助手 — 环境监测工具</title>
|
||||||
<style>
|
<style>
|
||||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
body {
|
body {
|
||||||
@@ -135,7 +135,7 @@ const HTML_TEMPLATE: &str = r#"<!DOCTYPE html>
|
|||||||
|
|
||||||
<!-- Hero -->
|
<!-- Hero -->
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
<h1>🌤 大气稳定度判定</h1>
|
<h1>🌤 环境计算助手</h1>
|
||||||
<p>环境监测领域的专业计算工具,快速判定大气稳定度等级,判断无组织排放监测适宜性</p>
|
<p>环境监测领域的专业计算工具,快速判定大气稳定度等级,判断无组织排放监测适宜性</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -208,7 +208,7 @@ const HTML_TEMPLATE: &str = r#"<!DOCTYPE html>
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>大气稳定度判定系统 · v{version}</p>
|
<p>环境计算助手 · v{version}</p>
|
||||||
<p style="margin-top:4px;">如有问题请联系客服</p>
|
<p style="margin-top:4px;">如有问题请联系客服</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -298,7 +298,7 @@ pub async fn payment_index() -> Result<HttpResponse, AppError> {
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>开通会员 - 大气稳定度判定</title>
|
<title>开通会员 - 环境计算助手</title>
|
||||||
<style>
|
<style>
|
||||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', sans-serif; background: #f0f2f5; min-height: 100vh; }
|
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', sans-serif; background: #f0f2f5; min-height: 100vh; }
|
||||||
|
|||||||
Reference in New Issue
Block a user