mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-13 20:21:38 +08:00
7 lines
204 B
HTML
7 lines
204 B
HTML
<div>
|
|
<h2>第三方账号管理</h2>
|
|
<%- include("../component/third-party-manage.html"); %>
|
|
<hr>
|
|
<h2>注销账号</h2>
|
|
<%- include("../component/account-cancellation.html"); %>
|
|
</div> |