更新成功信息

This commit is contained in:
xiaozzzi 2023-12-16 21:46:36 +08:00
parent 873568fe9e
commit 9dfc456951

View File

@ -22,9 +22,11 @@ public final class BaseConstants {
public static void desc() {
log.info("启动完成" +
"\n=========================================================================" +
"\n启动成功: 可下载客户端登录, 默认用户名密码: blos/blos推荐阅读使用文档" +
"\n启动成功: 可使用客户端登录, 默认用户名/密码: blos/blos" +
"\n下载地址: https://github.com/blossom-editor/blossom/releases" +
"\n文档地址: https://www.wangyunf.com/blossom-doc/index" +
"\n博客端访问地址: http://IP:端口(域名)/blog/#/home" +
"\n客户端访问地址: http://IP:端口(域名)/editor/#/settingindex" +
"\n=========================================================================");
}
}