This commit is contained in:
@@ -6,7 +6,7 @@ const HTML_TEMPLATE: &str = r#"<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>环境计算助手 — 环境监测工具</title>
|
||||
<title>小明计算助手</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
@@ -135,7 +135,7 @@ const HTML_TEMPLATE: &str = r#"<!DOCTYPE html>
|
||||
|
||||
<!-- Hero -->
|
||||
<div class="hero">
|
||||
<h1>🌤 环境计算助手</h1>
|
||||
<h1>🌤 小明计算助手</h1>
|
||||
<p>环境监测领域的专业计算工具,快速判定大气稳定度等级,判断无组织排放监测适宜性</p>
|
||||
</div>
|
||||
|
||||
@@ -194,7 +194,7 @@ const HTML_TEMPLATE: &str = r#"<!DOCTYPE html>
|
||||
<h2>访问方式</h2>
|
||||
<div style="text-align:center; margin:20px 0;">
|
||||
<p style="margin-bottom:16px; color:#666; font-size:15px;">
|
||||
请在微信中搜索「环境计算助手」小程序,或扫描下方二维码打开。
|
||||
请在微信中搜索「小明计算助手」小程序,或扫描下方二维码打开。
|
||||
</p>
|
||||
<img src="/static/QR.jpg"
|
||||
alt="微信小程序二维码"
|
||||
@@ -208,7 +208,7 @@ const HTML_TEMPLATE: &str = r#"<!DOCTYPE html>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p>环境计算助手 · v{version}</p>
|
||||
<p>小明计算助手 · v{version}</p>
|
||||
<p style="margin-top:4px;"><a href="http://beian.miit.gov.cn/" target="_blank" style="color:#999;text-decoration:none;">浙ICP备2026052792号</a></p>
|
||||
<p style="margin-top:4px;">如有问题请联系客服</p>
|
||||
</div>
|
||||
|
||||
@@ -279,7 +279,7 @@ pub async fn payment_index() -> Result<HttpResponse, AppError> {
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>开通会员 - 环境计算助手</title>
|
||||
<title>开通会员 - 小明计算助手</title>
|
||||
<style>
|
||||
* { 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; }
|
||||
|
||||
Reference in New Issue
Block a user