88 lines
6.1 KiB
HTML
88 lines
6.1 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('terms_of_service') }}">{{ l('服务条款', 'Terms') }}</a>
|
||
</nav>
|
||
</div>
|
||
</header>
|
||
|
||
<main class="main policy-shell">
|
||
<article class="policy-card">
|
||
<h1>{{ l('隐私政策', 'Privacy Policy') }}</h1>
|
||
<p class="policy-updated">{{ l('最后更新:', 'Last Updated: ') }}{{ updated_on }}</p>
|
||
<section>
|
||
<h2>{{ l('1. 我们收集的信息', '1. Information We Collect') }}</h2>
|
||
<p>{{ l('当你访问本站时,我们会记录基础访问日志(如 IP、浏览器信息、访问时间)用于安全审计与性能优化。注册论坛时,我们会保存你提交的账号信息与帖子内容。', 'When you visit the website, we collect basic access logs (such as IP, browser, and visit time) for security and performance monitoring. If you register in the forum, we store the account details and content you submit.') }}</p>
|
||
</section>
|
||
<section>
|
||
<h2>{{ l('2. 信息用途', '2. How We Use Data') }}</h2>
|
||
<p>{{ l('数据仅用于网站运营、账户管理、内容审核、反垃圾处理、统计分析与服务稳定性保障。', 'Data is used only for site operations, account management, moderation, anti-abuse handling, analytics, and service reliability.') }}</p>
|
||
</section>
|
||
<section>
|
||
<h2>{{ l('3. Cookie 与会话', '3. Cookies and Session') }}</h2>
|
||
<p>{{ l('本站使用必要 Cookie 维持登录状态与语言偏好,不用于出售或跨站追踪个人身份。', 'We use necessary cookies for login sessions and language preferences. They are not used for selling personal data or cross-site identity tracking.') }}</p>
|
||
</section>
|
||
<section>
|
||
<h2>{{ l('4. 第三方链接与广告', '4. Third-party Links and Ads') }}</h2>
|
||
<p>{{ l('页面包含云厂商官网等外部链接,跳转后将受对方隐私政策约束。若启用广告(如 AdSense),第三方可能依据其政策处理展示与测量数据。', 'Pages include external links such as provider websites. Once you leave this site, their privacy policies apply. If ads (e.g., AdSense) are enabled, third parties may process display and measurement data under their own policies.') }}</p>
|
||
</section>
|
||
<section>
|
||
<h2>{{ l('5. 数据保留与删除', '5. Data Retention and Deletion') }}</h2>
|
||
<p>{{ l('论坛内容会在服务运营期间保留。若你希望删除账号或相关数据,可通过页面底部联系方式提交申请。', 'Forum content is retained while the service is operational. You may request account or related data deletion using the contact channel in the footer.') }}</p>
|
||
</section>
|
||
<section>
|
||
<h2>{{ l('6. 联系方式', '6. Contact') }}</h2>
|
||
<p>{{ l('如有隐私问题,请通过 Telegram 联系:', 'For privacy inquiries, contact us via Telegram: ') }}<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('terms_of_service') }}">{{ l('服务条款', 'Terms') }}</a>
|
||
</nav>
|
||
</footer>
|
||
</body>
|
||
</html>
|