From b832880e1fcf3307387d53106078498f68a95853 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期二, 05 三月 2024 16:59:02 +0800 Subject: [PATCH] 移除TestLoginResource --- pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html b/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html index 644a43a..6a13d27 100644 --- a/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html +++ b/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html @@ -1,15 +1,15 @@ <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" lang="zh"> <head> - <title>������</title> + <title>�����</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> - <p th:text="${content}">閬芣��“��憟踝����蝑�靽���像������</p> + <p th:text="${content}">閬芣��“��憟踝����蝑�靽�犖憯賢��像������</p> <p> - 暺�雯��嚗� + 隢��雯��嚗� <a th:href="${urlHint}" th:text="${urlHint}">Url Position</a> - �����像����� + ����蒂摰�蝯∟赤隢����� </p> </body> </html> -- Gitblit v1.8.0