fuc/resources/views/tabler/tos.tpl
2025-02-23 13:30:57 +08:00

23 lines
1.0 KiB
Smarty
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{include file='header.tpl'}
<body class="border-top-wide border-primary d-flex flex-column">
<div class="page page-center">
<div class="container-tight my-auto">
<div class="empty">
<p class="empty-title">用户服务协议Terms of Service</p>
<p>{$config['appName']},以下简称本站。</p>
<br>
<p class="empty-subtitle">隐私安全</p>
<p>邮箱为本站服务的唯一凭证,请妥善保管。</p>
<p>用户密码均为密文储存,无法解密,但出于安全起见还是请使用高强度密码或使用密码管理器。</p>
<br>
<p class="empty-subtitle">使用条款</p>
<p>在使用服务时,需遵循站点和节点所在国家的法律。</p>
<p>对于免费用户,本站有权在不通知的情况下删除账户。</p>
<p>任何违反使用条款的用户,我们将会删除违规账户并收回使用本站服务的权利。</p>
</div>
</div>
</div>
{include file='footer.tpl'}