1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-13 20:21:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
bookshelfplus/bookshelfplus-frontend/views/dashboard/user/myAccount.html

7 lines
204 B
HTML

<div>
<h2>第三方账号管理</h2>
<%- include("../component/third-party-manage.html"); %>
<hr>
<h2>注销账号</h2>
<%- include("../component/account-cancellation.html"); %>
</div>