|
@@ -648,12 +648,12 @@ class emailTemplate {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
async powerCheck(email, data) {
|
|
async powerCheck(email, data) {
|
|
|
- await sendEmail(email, 'RunForge - 宿舍电费提醒',
|
|
|
|
|
|
|
+ await sendEmail(email, '宿舍电费提醒',
|
|
|
`<html lang="zh-CN">
|
|
`<html lang="zh-CN">
|
|
|
<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>RunForge - 宿舍电费提醒</title>
|
|
|
|
|
|
|
+ <title>宿舍电费提醒</title>
|
|
|
<style>
|
|
<style>
|
|
|
body {
|
|
body {
|
|
|
font-family: Arial, sans-serif;
|
|
font-family: Arial, sans-serif;
|
|
@@ -714,7 +714,7 @@ class emailTemplate {
|
|
|
<body>
|
|
<body>
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
<div class="head">
|
|
<div class="head">
|
|
|
- <h2>RunForge - 宿舍电费提醒</h2>
|
|
|
|
|
|
|
+ <h2>宿舍电费提醒</h2>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<p>尊敬的用户:</p>
|
|
<p>尊敬的用户:</p>
|