92 lines
6.4 KiB
HTML
92 lines
6.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="{{ 'zh-CN' if lang == 'zh' else 'en' }}">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ seo.title }}</title>
|
|
<link rel="icon" type="image/svg+xml" href="{{ url_for('static', filename='img/site-logo-mark.svg') }}">
|
|
<meta name="description" content="{{ seo.description }}">
|
|
<meta name="robots" content="{{ seo.robots }}">
|
|
<meta name="theme-color" content="#0F172A">
|
|
<link rel="canonical" href="{{ seo.canonical_url }}">
|
|
{% for hreflang, href in seo.alternate_links.items() %}
|
|
<link rel="alternate" hreflang="{{ hreflang }}" href="{{ href }}">
|
|
{% endfor %}
|
|
<meta property="og:type" content="{{ seo.og_type }}">
|
|
<meta property="og:url" content="{{ seo.og_url }}">
|
|
<meta property="og:title" content="{{ seo.og_title }}">
|
|
<meta property="og:description" content="{{ seo.og_description }}">
|
|
<meta property="og:image" content="{{ seo.og_image }}">
|
|
<meta name="twitter:card" content="{{ seo.twitter_card }}">
|
|
<meta name="twitter:title" content="{{ seo.twitter_title }}">
|
|
<meta name="twitter:description" content="{{ seo.twitter_description }}">
|
|
<script type="application/ld+json">{{ seo_schema | tojson }}</script>
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
|
</head>
|
|
<body class="policy-page">
|
|
<header class="header">
|
|
<div class="header-inner">
|
|
<div class="header-brand">
|
|
<a href="{{ url_for('index') }}" class="site-logo-link" aria-label="{{ l('云价眼首页', 'VPS Price home') }}">
|
|
<img src="{{ url_for('static', filename='img/site-logo.svg') }}" alt="{{ l('云价眼 Logo', 'VPS Price Logo') }}" class="site-logo" loading="eager" fetchpriority="high">
|
|
</a>
|
|
</div>
|
|
<nav class="header-nav">
|
|
<span class="lang-switch">
|
|
<a href="{{ lang_url('zh') }}" class="{{ 'active' if lang == 'zh' else '' }}" title="切换到中文">中文</a>
|
|
<span class="lang-sep">|</span>
|
|
<a href="{{ lang_url('en') }}" class="{{ 'active' if lang == 'en' else '' }}" title="Switch to English">English</a>
|
|
</span>
|
|
<a href="{{ url_for('index') }}">{{ l('价格总览', 'Pricing') }}</a>
|
|
<a href="{{ url_for('forum_index') }}">{{ l('论坛', 'Forum') }}</a>
|
|
<a href="{{ url_for('privacy_policy') }}">{{ l('隐私政策', 'Privacy') }}</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="main policy-shell">
|
|
<article class="policy-card">
|
|
<h1>{{ l('服务条款', 'Terms of Service') }}</h1>
|
|
<p class="policy-updated">{{ l('最后更新:', 'Last Updated: ') }}{{ updated_on }}</p>
|
|
<section>
|
|
<h2>{{ l('1. 服务定位', '1. Service Scope') }}</h2>
|
|
<p>{{ l('本站提供 VPS 公开价格与配置信息聚合,以及社区交流功能,目标是辅助调研与方案初筛,不直接参与交易。', 'This website provides VPS public pricing/spec aggregation and community discussions for research and shortlisting. It does not directly process purchases.') }}</p>
|
|
</section>
|
|
<section>
|
|
<h2>{{ l('2. 价格与数据声明', '2. Pricing and Data Disclaimer') }}</h2>
|
|
<p>{{ l('站点展示的数据可能存在时间差、促销差异或规则变更。任何采购决策前,必须以云厂商官网与正式合同条款为准。', 'Displayed data may include timing delays, promotional differences, or policy changes. Before any procurement decision, verify details against the provider website and official contract terms.') }}</p>
|
|
</section>
|
|
<section>
|
|
<h2>{{ l('3. 账户与社区内容', '3. Accounts and Community Content') }}</h2>
|
|
<p>{{ l('用户需对发布内容负责,不得发布违法、侵权、垃圾广告或恶意攻击信息。站点有权对违规内容执行删除、限制或封禁处理。', 'Users are responsible for posted content and must not publish illegal, infringing, spam, or abusive material. The site may remove content, restrict actions, or ban accounts for violations.') }}</p>
|
|
</section>
|
|
<section>
|
|
<h2>{{ l('4. 第三方链接', '4. Third-party Links') }}</h2>
|
|
<p>{{ l('站内链接可能跳转到第三方网站,相关产品、服务、条款和隐私实践由第三方独立承担。', 'Links may direct you to third-party sites. Their products, services, terms, and privacy practices are managed independently by those third parties.') }}</p>
|
|
</section>
|
|
<section>
|
|
<h2>{{ l('5. 责任限制', '5. Limitation of Liability') }}</h2>
|
|
<p>{{ l('在法律允许范围内,本站不对因使用或依赖站点信息导致的直接或间接损失承担责任。', 'To the extent permitted by law, this site is not liable for direct or indirect losses caused by use of, or reliance on, information provided here.') }}</p>
|
|
</section>
|
|
<section>
|
|
<h2>{{ l('6. 条款更新', '6. Updates to Terms') }}</h2>
|
|
<p>{{ l('我们可能根据运营与合规需要更新本条款,更新后将在页面标注日期并生效。', 'We may update these terms for operational or compliance reasons. Updated versions become effective once posted with a revised date.') }}</p>
|
|
</section>
|
|
<section>
|
|
<h2>{{ l('7. 联系方式', '7. Contact') }}</h2>
|
|
<p>{{ l('如对条款有疑问,请联系:', 'For questions about these terms, contact: ') }}<a href="https://t.me/dockerse" target="_blank" rel="noopener noreferrer">@dockerse</a></p>
|
|
</section>
|
|
</article>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<p>{{ l('仅作采购调研参考 · 请以各云厂商官网实时价格为准', 'For research and shortlisting only. Verify live pricing with provider websites.') }}</p>
|
|
<nav class="footer-links" aria-label="{{ l('站点链接', 'Site links') }}">
|
|
<a href="{{ url_for('index') }}">{{ l('首页', 'Home') }}</a>
|
|
<a href="{{ url_for('forum_index') }}">{{ l('论坛', 'Forum') }}</a>
|
|
<a href="{{ url_for('privacy_policy') }}">{{ l('隐私政策', 'Privacy') }}</a>
|
|
</nav>
|
|
</footer>
|
|
</body>
|
|
</html>
|