1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-01 22:53:29 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

小改动:登录页面添加小字说明

This commit is contained in:
2022-05-01 15:42:29 +08:00
parent 4ae54d255c
commit e182d5aa6b

View File

@@ -71,6 +71,7 @@
<div> <div>
<p style="margin-bottom: 0;">快捷登录</p> <p style="margin-bottom: 0;">快捷登录</p>
<%- include("./dashboard/component/third-party-login-button.html"); %> <%- include("./dashboard/component/third-party-login-button.html"); %>
<p style="font-size: 12px; color: #7a7a7a;">注:快捷登录需要先绑定已有帐号才可登录,新用户请先注册本站账号</p>
</div> </div>
</div> </div>
</div> </div>