Commit 692d1772 authored by Liang Ding's avatar Liang Ding

🔧 主创人员邮箱变更

parent 7a0a2d61
FROM maven:3
MAINTAINER Liang Ding <dl88250@gmail.com>
MAINTAINER Liang Ding <d@b3log.org>
ADD . /solo
WORKDIR /solo
......
......@@ -12,15 +12,15 @@
},
"license": "GPLv3",
"private": true,
"author": "Daniel <dl882509@gmail.com> (http://88250.b3log.org) & Vanessa <lly219@gmail.com> (http://vanessa.b3log.org)",
"author": "Daniel <dl882509@gmail.com> (http://88250.b3log.org) & Vanessa <v@b3log.org> (http://vanessa.b3log.org)",
"maintainers": [
{
"name": "Daniel",
"email": "dl88250@gmail.com"
"email": "d@b3log.org"
},
{
"name": "Vanessa",
"email": "lly219@gmail.com"
"email": "v@b3log.org"
}
],
"devDependencies": {
......
......@@ -36,9 +36,9 @@
<developers>
<developer>
<id>DL88250@gmail.com</id>
<id>d@b3log.org</id>
<name>Liang Ding</name>
<email>DL88250@gmail.com</email>
<email>d@b3log.org</email>
<url>http://88250.b3log.org</url>
<roles>
<role>Lead</role>
......@@ -50,9 +50,9 @@
</developer>
<developer>
<id>LLY219@gmail.com</id>
<id>v@b3log.org</id>
<name>Liyuan Li</name>
<email>LLY219@gmail.com</email>
<email>v@b3log.org</email>
<url>http://vanessa.b3log.org</url>
<roles>
<role>Committer</role>
......
......@@ -197,7 +197,7 @@ public class RepairProcessor {
final Message msg = new MailService.Message();
msg.setFrom(preference.getString(Option.ID_C_ADMIN_EMAIL));
msg.addRecipient("DL88250@gmail.com");
msg.addRecipient("d@b3log.org");
msg.setSubject("Restore signs");
msg.setHtmlBody(originalSigns + "<p>Admin email: " + preference.getString(Option.ID_C_ADMIN_EMAIL) + "</p>");
......
......@@ -314,7 +314,7 @@ public class InitService {
comment.put(Keys.OBJECT_ID, articleId);
comment.put(Comment.COMMENT_NAME, "Daniel");
comment.put(Comment.COMMENT_EMAIL, "dl88250@gmail.com");
comment.put(Comment.COMMENT_EMAIL, "d@b3log.org");
comment.put(Comment.COMMENT_URL, "https://hacpai.com/member/88250");
comment.put(Comment.COMMENT_CONTENT, langPropsService.get("helloWorld.comment.content"));
comment.put(Comment.COMMENT_ORIGINAL_COMMENT_ID, "");
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment