Files
gitlab-instance-0a899031_cn…/app/data/mock.ts
2026-03-09 10:32:33 -05:00

639 lines
29 KiB
TypeScript
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.
/**
* 博客文章 Mock 数据
*/
export interface BlogPost {
id: string;
title: string;
titleEn: string;
excerpt: string;
excerptEn: string;
coverImage: string;
author: string;
authorAvatar: string;
date: string;
category: string;
categoryEn: string;
readTime: string;
featured: boolean;
}
export const blogPosts: BlogPost[] = [
{
id: "1",
title: "数字游民2024年度生活方式报告",
titleEn: "Digital Nomad 2024 Lifestyle Report",
excerpt: "基于3000+份问卷调研,深入分析中国数字游民群体的生活状态、工作方式和未来趋势。",
excerptEn: "Based on 3000+ surveys, analyzing the lifestyle, work patterns and future trends of China's digital nomad community.",
coverImage: "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=800",
author: "游牧中国",
authorAvatar: "https://api.dicebear.com/7.x/initials/svg?seed=NomadCNA",
date: "2024-12-20",
category: "研究报告",
categoryEn: "Research",
readTime: "8 min",
featured: true,
},
{
id: "2",
title: "东南亚数字游民签证全攻略",
titleEn: "Complete Guide to Digital Nomad Visas in Southeast Asia",
excerpt: "泰国、印尼、越南、马来西亚等国家数字游民签证政策对比及申请流程详解。",
excerptEn: "A comprehensive comparison of digital nomad visa policies and application processes in Thailand, Indonesia, Vietnam, Malaysia and more.",
coverImage: "https://images.unsplash.com/photo-1528181304800-259b08848526?w=800",
author: "小明",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=xiaoming",
date: "2024-12-15",
category: "签证指南",
categoryEn: "Visa Guide",
readTime: "12 min",
featured: true,
},
{
id: "3",
title: "大理:最适合中国数字游民的城市",
titleEn: "Dali: The Best City for Chinese Digital Nomads",
excerpt: "为什么大理成为数字游民首选目的地?气候、生活成本、社区氛围全面分析。",
excerptEn: "Why has Dali become the top destination for digital nomads? A comprehensive analysis of climate, cost of living and community vibe.",
coverImage: "https://images.unsplash.com/photo-1584551246679-0daf3d275d0f?w=800",
author: "小红",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=xiaohong",
date: "2024-12-10",
category: "城市攻略",
categoryEn: "City Guide",
readTime: "6 min",
featured: true,
},
{
id: "4",
title: "远程工作5年我学到的10件事",
titleEn: "10 Things I've Learned After 5 Years of Remote Work",
excerpt: "从时间管理到自我驱动,分享远程工作中的常见挑战和实用解决方案。",
excerptEn: "From time management to self-motivation, sharing common challenges and practical solutions in remote work.",
coverImage: "https://images.unsplash.com/photo-1499750310107-5fef28a66643?w=800",
author: "老王",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=laowang",
date: "2024-12-05",
category: "经验分享",
categoryEn: "Experience",
readTime: "10 min",
featured: false,
},
{
id: "5",
title: "如何建立个人品牌成为超级游民",
titleEn: "How to Build a Personal Brand as a Super Nomad",
excerpt: "在社交媒体时代数字游民如何打造个人IP吸引更多机会和资源。",
excerptEn: "In the era of social media, how can digital nomads build their personal brand to attract more opportunities and resources?",
coverImage: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800",
author: "阿花",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=ahua",
date: "2024-11-28",
category: "职业发展",
categoryEn: "Career",
readTime: "7 min",
featured: false,
},
{
id: "6",
title: "全球税务规划:数字游民必知指南",
titleEn: "Global Tax Planning: Essential Guide for Digital Nomads",
excerpt: "了解不同国家的税务居民定义,合理规划税务身份,避免法律风险。",
excerptEn: "Understanding tax residency definitions in different countries and how to plan your tax status rationally.",
coverImage: "https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=800",
author: "李老师",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=lishilaoshi",
date: "2024-11-20",
category: "财务管理",
categoryEn: "Finance",
readTime: "15 min",
featured: false,
},
];
/**
* 招聘信息 Mock 数据
*/
export interface Job {
id: string;
title: string;
titleEn: string;
department: string;
departmentEn: string;
location: string;
locationEn: string;
type: string;
typeEn: string;
salary: string;
salaryEn: string;
description: string;
descriptionEn: string;
requirements: string[];
requirementsEn: string[];
}
export const jobs: Job[] = [
{
id: "1",
title: "高级前端工程师",
titleEn: "Senior Frontend Engineer",
department: "技术部",
departmentEn: "Technology",
location: "远程/大理",
locationEn: "Remote/Dali",
type: "全职",
typeEn: "Full-time",
salary: "20-35K/月",
salaryEn: "20-35K/month",
description: "负责游牧中国产品的前端开发,与设计团队紧密协作,打造优秀的用户体验。",
descriptionEn: "Responsible for frontend development of NomadCNA products, working closely with the design team to create excellent user experiences.",
requirements: [
"3年以上前端开发经验",
"精通 React/Next.js",
"有移动端开发经验",
"良好的代码规范和团队协作能力",
],
requirementsEn: [
"3+ years of frontend development experience",
"Proficient in React/Next.js",
"Experience with mobile development",
"Good code standards and teamwork skills",
],
},
{
id: "2",
title: "社区运营经理",
titleEn: "Community Manager",
department: "运营部",
departmentEn: "Operations",
location: "远程/大理",
locationEn: "Remote/Dali",
type: "全职",
typeEn: "Full-time",
salary: "15-25K/月",
salaryEn: "15-25K/month",
description: "负责数字游民社区的运营工作,策划活动,维护社群活跃度。",
descriptionEn: "Responsible for community operations, planning events and maintaining community engagement.",
requirements: [
"2年以上社区运营经验",
"有数字游民社群资源",
"优秀的活动策划能力",
"良好的沟通和表达能力",
],
requirementsEn: [
"2+ years of community management experience",
"Resources in digital nomad communities",
"Excellent event planning skills",
"Good communication and presentation skills",
],
},
{
id: "3",
title: "内容编辑",
titleEn: "Content Editor",
department: "内容部",
departmentEn: "Content",
location: "远程",
locationEn: "Remote",
type: "兼职",
typeEn: "Part-time",
salary: "8-12K/月",
salaryEn: "8-12K/month",
description: "负责撰写数字游民相关的内容,包括城市攻略、签证指南等。",
descriptionEn: "Responsible for creating content related to digital nomads, including city guides and visa guides.",
requirements: [
"有旅游/生活方式内容创作经验",
"文笔流畅,擅长故事叙述",
"对数字游民生活方式有了解",
"英语能力优秀优先",
],
requirementsEn: [
"Experience in travel/lifestyle content creation",
"Fluent writing, good storytelling skills",
"Understanding of digital nomad lifestyle",
"Excellent English skills preferred",
],
},
{
id: "4",
title: "UI/UX 设计师",
titleEn: "UI/UX Designer",
department: "设计部",
departmentEn: "Design",
location: "远程",
locationEn: "Remote",
type: "全职",
typeEn: "Full-time",
salary: "18-30K/月",
salaryEn: "18-30K/month",
description: "负责游牧中国产品的UI/UX设计打造简洁美观的产品界面。",
descriptionEn: "Responsible for UI/UX design of NomadCNA products, creating clean and beautiful interfaces.",
requirements: [
"3年以上UI/UX设计经验",
"精通 Figma/Sketch",
"有移动端设计经验",
"了解设计系统和组件化设计",
],
requirementsEn: [
"3+ years of UI/UX design experience",
"Proficient in Figma/Sketch",
"Experience with mobile design",
"Understanding of design systems",
],
},
];
/**
* 媒体报道 Mock 数据
*/
export interface Press {
id: string;
title: string;
titleEn: string;
outlet: string;
outletEn: string;
date: string;
url: string;
excerpt: string;
excerptEn: string;
logo: string;
}
export const pressArticles: Press[] = [
{
id: "1",
title: "中国数字游民:在云端工作的一代人",
titleEn: "China's Digital Nomads: A Generation Working in the Cloud",
outlet: "36氪",
outletEn: "36Kr",
date: "2024-11-15",
url: "https://36kr.com",
excerpt: "探访中国最大的数字游民社区,了解这个新兴群体的生活方式和职业选择。",
excerptEn: "Visiting China's largest digital nomad community to understand the lifestyle and career choices of this emerging group.",
logo: "https://logo.clearbit.com/36kr.com",
},
{
id: "2",
title: "大理:数字游民的乌托邦",
titleEn: "Dali: Utopia for Digital Nomads",
outlet: "钛媒体",
outletEn: "TMTpost",
date: "2024-10-20",
url: "https://tmtpost.com",
excerpt: "为什么越来越多的年轻人选择在大理定居,成为数字游民?",
excerptEn: "Why are more and more young people choosing to settle in Dali and become digital nomads?",
logo: "https://logo.clearbit.com/tmtpost.com",
},
{
id: "3",
title: "远程工作时代的生存指南",
titleEn: "Survival Guide for the Remote Work Era",
outlet: "虎嗅",
outletEn: "Huxiu",
date: "2024-09-05",
url: "https://huxiu.com",
excerpt: "从工作方式到生活态度,数字游民如何重新定义工作和生活的边界。",
excerptEn: "From work style to life attitude, how digital nomads are redefining the boundaries between work and life.",
logo: "https://logo.clearbit.com/huxiu.com",
},
{
id: "4",
title: "下一个十年:人人都是游牧民族",
titleEn: "The Next Decade: Everyone Will Be a Nomad",
outlet: "第一财经",
outletEn: "Yicai",
date: "2024-08-12",
url: "https://yicai.com",
excerpt: "技术进步让远程工作成为可能,数字游民经济正在崛起。",
excerptEn: "Technological progress makes remote work possible, and the digital nomad economy is rising.",
logo: "https://logo.clearbit.com/yicai.com",
},
{
id: "5",
title: "游牧中国:连接全球数字游民",
titleEn: "NomadCNA: Connecting Chinese Digital Nomads Worldwide",
outlet: "创业邦",
outletEn: "Cyzone",
date: "2024-07-18",
url: "https://cyzone.cn",
excerpt: "一款专为数字游民打造的平台,如何解决跨境工作生活痛点。",
excerptEn: "How a platform designed for Chinese digital nomads solves cross-border work-life pain points.",
logo: "https://logo.clearbit.com/cyzone.cn",
},
{
id: "6",
title: "数字游民税指南:全球生活的法律边界",
titleEn: "Digital Nomad Tax Guide: Legal Boundaries of Global Life",
outlet: "界面新闻",
outletEn: "Jiemian",
date: "2024-06-22",
url: "https://jiemian.com",
excerpt: "数字游民如何合理规划税务身份,避免法律风险?专家解读来了。",
excerptEn: "How can digital nomads rationally plan their tax status and avoid legal risks? Experts explain.",
logo: "https://logo.clearbit.com/jiemian.com",
},
];
/**
* 帮助中心文章 Mock 数据
*/
export interface HelpArticle {
id: string;
title: string;
titleEn: string;
category: string;
categoryEn: string;
icon: string;
articles: {
id: string;
title: string;
titleEn: string;
}[];
}
export const helpArticles: HelpArticle[] = [
{
id: "1",
title: "入门指南",
titleEn: "Getting Started",
category: "getting-started",
categoryEn: "Getting Started",
icon: "🚀",
articles: [
{ id: "1-1", title: "如何注册账号", titleEn: "How to register an account" },
{ id: "1-2", title: "完善个人资料", titleEn: "Complete your profile" },
{ id: "1-3", title: "如何加入社群", titleEn: "How to join the community" },
{ id: "1-4", title: "会员特权介绍", titleEn: "Membership benefits introduction" },
],
},
{
id: "2",
title: "城市探索",
titleEn: "City Exploration",
category: "city",
categoryEn: "City",
icon: "🌍",
articles: [
{ id: "2-1", title: "如何使用城市搜索", titleEn: "How to use city search" },
{ id: "2-2", title: "城市评分是如何计算的", titleEn: "How city scores are calculated" },
{ id: "2-3", title: "如何收藏喜欢的城市", titleEn: "How to favorite cities" },
{ id: "2-4", title: "城市详情页介绍", titleEn: "City detail page introduction" },
],
},
{
id: "3",
title: "智能匹配",
titleEn: "Smart Match",
category: "matching",
categoryEn: "Matching",
icon: "💘",
articles: [
{ id: "3-1", title: "如何开始匹配", titleEn: "How to start matching" },
{ id: "3-2", title: "匹配偏好设置", titleEn: "Matching preference settings" },
{ id: "3-3", title: "如何提高匹配成功率", titleEn: "How to improve match success rate" },
{ id: "3-4", title: "会员匹配特权", titleEn: "Premium matching features" },
],
},
{
id: "4",
title: "线下活动",
titleEn: "Meetups",
category: "meetups",
categoryEn: "Meetups",
icon: "🎉",
articles: [
{ id: "4-1", title: "如何查找附近活动", titleEn: "How to find nearby events" },
{ id: "4-2", title: "如何发起聚会", titleEn: "How to host a meetup" },
{ id: "4-3", title: "活动报名须知", titleEn: "Event registration notes" },
{ id: "4-4", title: "成为活动主办方", titleEn: "Become an event host" },
],
},
{
id: "5",
title: "账户与付费",
titleEn: "Account & Billing",
category: "billing",
categoryEn: "Billing",
icon: "💳",
articles: [
{ id: "5-1", title: "会员类型介绍", titleEn: "Membership types introduction" },
{ id: "5-2", title: "如何升级会员", titleEn: "How to upgrade membership" },
{ id: "5-3", title: "支付方式说明", titleEn: "Payment methods" },
{ id: "5-4", title: "如何申请退款", titleEn: "How to request a refund" },
],
},
{
id: "6",
title: "常见问题",
titleEn: "FAQ",
category: "faq",
categoryEn: "FAQ",
icon: "❓",
articles: [
{ id: "6-1", title: "忘记密码怎么办", titleEn: "What if I forgot my password" },
{ id: "6-2", title: "如何联系客服", titleEn: "How to contact support" },
{ id: "6-3", title: "账号安全问题", titleEn: "Account security issues" },
{ id: "6-4", title: "数据隐私说明", titleEn: "Data privacy statement" },
],
},
];
/**
* 安全指南内容
*/
export const safetyContent = {
title: "安全指南",
titleEn: "Safety Guide",
sections: [
{
title: "个人财产安全",
titleEn: "Personal Property Safety",
content: "在旅居过程中,请注意保管好个人财物:\n\n• 使用酒店保险箱存放贵重物品\n• 避免在公共场所显露贵重物品\n• 护照等重要证件建议拍照备份\n• 使用信用卡而非现金支付",
contentEn: "During your travels, please keep your personal belongings safe:\n\n• Use hotel safes for valuable items\n• Avoid showing valuable items in public\n• Take photos of important documents like passports\n• Use credit cards instead of cash",
},
{
title: "网络安全",
titleEn: "Online Safety",
content: "作为数字游民,网络安全至关重要:\n\n• 使用可信的VPN服务\n• 避免在公共WiFi下进行敏感操作\n• 定期更换重要账户密码\n• 启用双因素认证",
contentEn: "As a digital nomad, online security is crucial:\n\n• Use trusted VPN services\n• Avoid sensitive operations on public WiFi\n• Regularly change important account passwords\n• Enable two-factor authentication",
},
{
title: "人身安全",
titleEn: "Personal Safety",
content: "保障人身安全的基本原则:\n\n• 了解当地紧急联系电话\n• 保持警惕,避免深夜独自外出\n• 选择安全的住宿区域\n• 购买旅行保险",
contentEn: "Basic principles for personal safety:\n\n• Know local emergency contact numbers\n• Stay alert, avoid going out alone at night\n• Choose safe accommodation areas\n• Purchase travel insurance",
},
{
title: "健康安全",
titleEn: "Health Safety",
content: "保持健康是长期旅居的基础:\n\n• 了解当地医疗资源和就医流程\n• 随身携带常用药品\n• 注意饮食卫生\n• 保持良好的作息习惯",
contentEn: "Staying healthy is the foundation of long-term travel:\n\n• Know local medical resources and procedures\n• Carry common medications with you\n• Pay attention to food hygiene\n• Maintain good sleep habits",
},
],
};
/**
* 社区准则内容
*/
export const guidelinesContent = {
title: "社区准则",
titleEn: "Community Guidelines",
sections: [
{
title: "尊重与包容",
titleEn: "Respect and Inclusion",
content: "我们欢迎来自世界各地的游民朋友,无论你来自哪里、做什么工作,都应该得到尊重。\n\n• 尊重不同的文化和观点\n• 避免任何形式的歧视\n• 友好待人,友善交流\n• 欢迎新人加入社区",
contentEn: "We welcome nomads from all over the world. Regardless of where you're from or what you do, you deserve respect.\n\n• Respect different cultures and viewpoints\n• Avoid any form of discrimination\n• Be friendly and kind to others\n• Welcome newcomers to the community",
},
{
title: "真实分享",
titleEn: "Authentic Sharing",
content: "社区的价值在于真实的分享和互助:\n\n• 使用真实信息创建个人资料\n• 分享真实可靠的经验和信息\n• 对他人分享的内容保持理性判断\n• 鼓励原创内容",
contentEn: "The value of the community lies in authentic sharing and mutual help:\n\n• Use real information to create profiles\n• Share authentic and reliable experiences\n• Make rational judgments about others' sharing\n• Encourage original content",
},
{
title: "积极互动",
titleEn: "Positive Interaction",
content: "良好的社区氛围需要大家共同维护:\n\n• 参与讨论,贡献有价值的内容\n• 友好回应他人的提问\n• 避免发布广告或垃圾信息\n• 尊重隐私,不泄露他人信息",
contentEn: "A good community atmosphere needs everyone to maintain:\n\n• Participate in discussions, contribute valuable content\n• Respond kindly to others' questions\n• Avoid posting ads or spam\n• Respect privacy, don't leak others' information",
},
{
title: "安全交友",
titleEn: "Safe Socializing",
content: "在线下见面时,请注意安全:\n\n• 首次见面选择公共场所\n• 告知朋友你的行程\n• 保持警惕,保护个人信息\n• 如遇问题及时求助",
contentEn: "When meeting offline, please pay attention to safety:\n\n• Choose public places for first meetings\n• Inform friends of your itinerary\n• Stay alert, protect personal information\n• Seek help promptly if issues arise",
},
],
};
/**
* 联系方式内容
*/
export const contactContent = {
title: "联系我们",
titleEn: "Contact Us",
email: "hello@nomadcna.com",
wechat: "NomadCNA",
social: [
{ name: "微信", nameEn: "WeChat", value: "NomadCNA" },
{ name: "邮箱", nameEn: "Email", value: "hello@nomadcna.com" },
{ name: "Twitter", nameEn: "Twitter", value: "@NomadCNA" },
{ name: "微博", nameEn: "Weibo", value: "@游牧中国NomadCNA" },
],
responseTime: "我们通常在24小时内回复",
responseTimeEn: "We usually respond within 24 hours",
};
/**
* 服务条款内容
*/
export const termsContent = {
title: "服务条款",
titleEn: "Terms of Service",
lastUpdated: "2024-12-01",
lastUpdatedEn: "December 1, 2024",
sections: [
{
title: "服务说明",
titleEn: "Service Description",
content: "游牧中国NomadCNA是一个为中国数字游民提供信息、社交和服务的平台。我们致力于连接全球远程工作者与旅居者帮助用户获取城市信息、参与社区活动、寻找志同道合的伙伴。",
contentEn: "NomadCNA is a platform providing information, social networking and services for Chinese digital nomads. We are committed to connecting global Chinese remote workers and travelers, helping users access city information, participate in community activities, and find like-minded partners.",
},
{
title: "用户协议",
titleEn: "User Agreement",
content: "用户在使用游牧中国服务时,应当遵守以下规定:\n\n1. 提供真实、准确的个人信息\n\n2. 遵守当地法律法规\n\n3. 尊重他人权利,不进行骚扰或歧视\n\n4. 不发布虚假或有害信息\n\n5. 保护个人账号安全",
contentEn: "When using NomadCNA services, users should abide by the following rules:\n\n1. Provide true and accurate personal information\n\n2. Abide by local laws and regulations\n\n3. Respect others' rights, do not harass or discriminate\n\n4. Do not post false or harmful information\n\n5. Protect personal account security",
},
{
title: "隐私保护",
titleEn: "Privacy Protection",
content: "我们重视用户的隐私保护,详细说明请参阅《隐私政策》。简单来说:\n\n• 我们会收集必要的服务数据\n• 不会出售您的个人信息\n• 您可以随时查看和删除您的数据\n• 我们采用行业标准的安全措施",
contentEn: "We value user privacy protection. For details, please refer to the Privacy Policy. In short:\n\n• We collect necessary service data\n• We do not sell your personal information\n• You can view and delete your data at any time\n• We use industry-standard security measures",
},
{
title: "免责声明",
titleEn: "Disclaimer",
content: "用户在使用游牧中国服务时需要注意:\n\n• 用户发布的内容由作者自行负责\n• 我们不对第三方信息准确性负责\n• 用户在线下见面需自行承担风险\n• 服务可能因技术问题出现中断",
contentEn: "Users need to note when using NomadCNA services:\n\n• Users are responsible for content they publish\n• We are not responsible for third-party information accuracy\n• Users assume risks when meeting offline\n• Services may be interrupted due to technical issues",
},
],
};
/**
* 隐私政策内容
*/
export const privacyContent = {
title: "隐私政策",
titleEn: "Privacy Policy",
lastUpdated: "2024-12-01",
lastUpdatedEn: "December 1, 2024",
sections: [
{
title: "我们收集的信息",
titleEn: "Information We Collect",
content: "为了提供更好的服务,我们会收集以下信息:\n\n• 账户信息:昵称、邮箱、头像等\n\n• 位置信息:您所在的城市/国家\n\n• 使用数据:浏览记录、互动行为\n\n• 设备信息:设备类型、操作系统\n\n• 社交信息:您发布的动态、评论",
contentEn: "To provide better services, we collect the following information:\n\n• Account information: nickname, email, avatar\n\n• Location information: your city/country\n\n• Usage data: browsing history, interaction behavior\n\n• Device information: device type, OS\n\n• Social information: posts, comments you publish",
},
{
title: "信息使用方式",
titleEn: "How We Use Information",
content: "我们使用收集的信息来:\n\n• 提供和维护平台服务\n\n• 个性化您的使用体验\n\n• 发送重要通知和更新\n\n• 改进我们的产品和服务\n\n• 防止欺诈和滥用",
contentEn: "We use collected information to:\n\n• Provide and maintain platform services\n\n• Personalize your experience\n\n• Send important notifications and updates\n\n• Improve our products and services\n\n• Prevent fraud and abuse",
},
{
title: "信息共享",
titleEn: "Information Sharing",
content: "我们不会出售您的个人信息。在以下情况下可能分享信息:\n\n• 获得您的明确同意\n\n• 与服务提供商合作(受保密协议约束)\n\n• 遵守法律要求\n\n• 保护我们或用户的权利和安全",
contentEn: "We do not sell your personal information. Information may be shared in the following cases:\n\n• With your explicit consent\n\n• With service providers (bound by confidentiality)\n\n• To comply with legal requirements\n\n• To protect our or users' rights and safety",
},
{
title: "数据安全",
titleEn: "Data Security",
content: "我们采用多种安全措施保护您的数据:\n\n• 数据加密传输和存储\n\n• 定期安全审计\n\n• 访问控制和权限管理\n\n• 员工保密培训\n\n尽管如此互联网传输无法保证100%安全。",
contentEn: "We use multiple security measures to protect your data:\n\n• Encrypted data transmission and storage\n\n• Regular security audits\n\n• Access control and permission management\n\n• Employee confidentiality training\n\nHowever, internet transmission cannot be 100% secure.",
},
{
title: "您的权利",
titleEn: "Your Rights",
content: "您对您的个人信息享有以下权利:\n\n• 访问和查看您的数据\n\n• 更正不准确的信息\n\n• 删除您的账户和数据\n\n• 导出您的数据\n\n• 撤回同意",
contentEn: "You have the following rights to your personal information:\n\n• Access and view your data\n\n• Correct inaccurate information\n\n• Delete your account and data\n\n• Export your data\n\n• Withdraw consent",
},
],
};
/**
* Cookie政策内容
*/
export const cookieContent = {
title: "Cookie政策",
titleEn: "Cookie Policy",
lastUpdated: "2024-12-01",
lastUpdatedEn: "December 1, 2024",
sections: [
{
title: "什么是Cookie",
titleEn: "What are Cookies",
content: "Cookie是存储在您设备上的小型文本文件用于记录您的偏好设置、登录状态和其他信息。我们使用Cookie来改善您的使用体验。",
contentEn: "Cookies are small text files stored on your device to record your preferences, login status and other information. We use cookies to improve your experience.",
},
{
title: "我们使用的Cookie类型",
titleEn: "Types of Cookies We Use",
content: "• 必要Cookie网站运行所必需的Cookie\n\n• 功能Cookie记住您的偏好设置\n\n• 分析Cookie帮助我们了解网站使用情况\n\n• 营销Cookie用于个性化广告需您同意",
contentEn: "• Essential Cookies: Necessary for website operation\n\n• Functional Cookies: Remember your preferences\n\n• Analytics Cookies: Help us understand website usage\n\n• Marketing Cookies: For personalized ads (with your consent)",
},
{
title: "管理Cookie",
titleEn: "Managing Cookies",
content: "您可以通过浏览器设置管理Cookie\n\n• 禁用所有Cookie可能影响功能\n\n• 删除特定网站的Cookie\n\n• 设置Cookie通知\n\n不同的浏览器设置方法不同请参考浏览器帮助文档。",
contentEn: "You can manage cookies through browser settings:\n\n• Disable all cookies (may affect functionality)\n\n• Delete cookies for specific sites\n\n• Set cookie notifications\n\nDifferent browsers have different methods, please refer to browser help.",
},
{
title: "第三方Cookie",
titleEn: "Third-Party Cookies",
content: "部分服务由第三方提供如分析、广告他们可能设置自己的Cookie。我们无法控制这些Cookie建议您查看第三方隐私政策。",
contentEn: "Some services are provided by third parties (like analytics, ads), they may set their own cookies. We cannot control these cookies, please review third-party privacy policies.",
},
],
};