change email html

pull/21891/head
ytqh 1 year ago
parent b3a188e8a1
commit 49fa3f3c84

@ -3,7 +3,7 @@
<head> <head>
<style> <style>
body { body {
font-family: 'Arial', sans-serif; font-family: "Arial", sans-serif;
line-height: 16pt; line-height: 16pt;
color: #101828; color: #101828;
background-color: #e9ebf0; background-color: #e9ebf0;
@ -61,9 +61,9 @@
<div class="container"> <div class="container">
<div class="header"> <div class="header">
<!-- Optional: Add a logo or a header image here --> <!-- Optional: Add a logo or a header image here -->
<img src="https://cloud.dify.ai/logo/logo-site.png" alt="Dify Logo" /> <!-- <img src="https://cloud.dify.ai/logo/logo-site.png" alt="Dify Logo" /> -->
</div> </div>
<p class="title">Your login code for Dify</p> <p class="title">Your login code</p>
<p class="description">Copy and paste this code, this code will only be valid for the next 5 minutes.</p> <p class="description">Copy and paste this code, this code will only be valid for the next 5 minutes.</p>
<div class="code-content"> <div class="code-content">
<span class="code">{{code}}</span> <span class="code">{{code}}</span>

@ -3,7 +3,7 @@
<head> <head>
<style> <style>
body { body {
font-family: 'Arial', sans-serif; font-family: "Arial", sans-serif;
line-height: 16pt; line-height: 16pt;
color: #101828; color: #101828;
background-color: #e9ebf0; background-color: #e9ebf0;
@ -61,9 +61,9 @@
<div class="container"> <div class="container">
<div class="header"> <div class="header">
<!-- Optional: Add a logo or a header image here --> <!-- Optional: Add a logo or a header image here -->
<img src="https://cloud.dify.ai/logo/logo-site.png" alt="Dify Logo" /> <!-- <img src="" alt="Dify Logo" /> -->
</div> </div>
<p class="title">Dify 的登录验证码</p> <p class="title">登录验证码</p>
<p class="description">复制并粘贴此验证码,注意验证码仅在接下来的 5 分钟内有效。</p> <p class="description">复制并粘贴此验证码,注意验证码仅在接下来的 5 分钟内有效。</p>
<div class="code-content"> <div class="code-content">
<span class="code">{{code}}</span> <span class="code">{{code}}</span>

Loading…
Cancel
Save