feat(agreement): 更新注册协议与隐私政策内容
- 将注册协议标题及内容调整为“用户注册协议”并替换为广西决策咨询网相关内容 - 新增服务内容详细介绍,涵盖政策要闻、决策咨询、专家资讯等核心服务 - 隐私政策中更新平台名称及收集信息内容,增加申请材料和建言内容 - 登录页品牌文案和配色全面更新,采用蓝色主题并匹配新品牌形象 - 登录页和注册协议页面相关文案同步调整为广西决策咨询网风格 - 完善后台管理页面及前台多个页面适配,统一为决策咨询网专用配置
This commit is contained in:
@@ -1,18 +1,29 @@
|
||||
<template>
|
||||
<div class="agreement-page">
|
||||
<div class="agreement-container">
|
||||
<h1 class="page-title">注册协议</h1>
|
||||
<h1 class="page-title">用户注册协议</h1>
|
||||
<p class="update-time">更新时间:2025年1月1日</p>
|
||||
|
||||
<div class="agreement-content">
|
||||
<section>
|
||||
<h2>第一条 导言</h2>
|
||||
<p>欢迎使用 Websopy AI 应用开发平台!本注册协议(以下简称"本协议")是您(以下简称"用户")与 Websopy 平台运营方(以下简称"平台"或"我们")之间关于使用平台服务的法律协议。</p>
|
||||
<p>在您注册成为平台用户之前,请仔细阅读本协议的全部内容。如果您不同意本协议的任意条款,请勿注册或使用平台服务。您一旦点击"注册"按钮或继续使用平台服务,即视为您已充分理解并同意接受本协议的全部约束。</p>
|
||||
<p>欢迎使用广西决策咨询网!本注册协议(以下简称"本协议")是您(以下简称"用户")与广西决策咨询中心(以下简称"我们")之间关于使用网站服务的法律协议。</p>
|
||||
<p>在您注册成为网站用户之前,请仔细阅读本协议的全部内容。如果您不同意本协议的任意条款,请勿注册或使用网站服务。您一旦点击"注册"按钮或继续使用网站服务,即视为您已充分理解并同意接受本协议的全部约束。</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>第二条 服务内容</h2>
|
||||
<p>广西决策咨询网提供以下核心服务:</p>
|
||||
<ol>
|
||||
<li><strong>政策要闻</strong>:发布党中央国务院、自治区党委政府及相关部门的政策要闻信息</li>
|
||||
<li><strong>决策咨询</strong>:提供市县决策、前沿观察、行业资讯、企业动态等咨询服务</li>
|
||||
<li><strong>决策参考</strong>:提供政策原文、深度解读、研究成果、专题研究等参考资料</li>
|
||||
<li><strong>专家资讯</strong>:展示认证专家视点与动态,提供专家申请通道</li>
|
||||
<li><strong>智库观察</strong>:发布智库视角、专题研究成果</li>
|
||||
<li><strong>建言献策</strong>:收集用户对政策制定和社会发展的意见建议</li>
|
||||
<li><strong>会员服务</strong>:为企业会员和个人会员提供专项咨询服务</li>
|
||||
</ol>
|
||||
</section>
|
||||
<p>Websopy 平台提供以下核心服务:</p>
|
||||
<ol>
|
||||
<li><strong>AI 应用开发</strong>:低代码方式快速构建 AI 应用,支持多模型调度</li>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<!-- 移动端 logo(仅小屏显示) -->
|
||||
<div class="mobile-brand">
|
||||
<img :src="config?.sysLogo || defaultLogo" class="mobile-logo" alt="logo" />
|
||||
<span class="mobile-brand-name">{{ config?.siteName || $t('login.aiAppPlatform') }}</span>
|
||||
<span class="mobile-brand-name">{{ config?.siteName || '广西决策咨询网' }}</span>
|
||||
</div>
|
||||
|
||||
<!-- 登录卡片头部 -->
|
||||
@@ -487,14 +487,14 @@ onUnmounted(() => {
|
||||
.dot-2 {
|
||||
width: 320px;
|
||||
height: 320px;
|
||||
background: radial-gradient(circle, rgba(167, 139, 250, 0.18) 0%, transparent 65%);
|
||||
background: radial-gradient(circle, rgba(99, 179, 237, 0.18) 0%, transparent 65%);
|
||||
bottom: 60px;
|
||||
left: -60px;
|
||||
}
|
||||
.dot-3 {
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
background: radial-gradient(circle, rgba(236, 72, 153, 0.14) 0%, transparent 65%);
|
||||
background: radial-gradient(circle, rgba(249, 115, 22, 0.14) 0%, transparent 65%);
|
||||
top: 45%;
|
||||
left: 55%;
|
||||
}
|
||||
@@ -564,7 +564,7 @@ onUnmounted(() => {
|
||||
letter-spacing: 0.04em;
|
||||
white-space: nowrap;
|
||||
line-height: 1;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #a5c8ff 100%);
|
||||
background: linear-gradient(135deg, #ffffff 0%, #93c5fd 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
@@ -586,9 +586,9 @@ onUnmounted(() => {
|
||||
gap: 6px;
|
||||
padding: 5px 14px;
|
||||
border-radius: 20px;
|
||||
background: rgba(99, 102, 241, 0.2);
|
||||
border: 1px solid rgba(99, 102, 241, 0.35);
|
||||
color: #a5b4fc;
|
||||
background: rgba(37, 99, 235, 0.2);
|
||||
border: 1px solid rgba(37, 99, 235, 0.35);
|
||||
color: #93c5fd;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.5px;
|
||||
@@ -762,9 +762,9 @@ onUnmounted(() => {
|
||||
}
|
||||
.login-form :deep(.ant-input-affix-wrapper:focus),
|
||||
.login-form :deep(.ant-input-affix-wrapper-focused) {
|
||||
border-color: #6366f1;
|
||||
border-color: #2563eb;
|
||||
background: #fff;
|
||||
box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
|
||||
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
|
||||
}
|
||||
.login-form :deep(.ant-form-item) {
|
||||
margin-bottom: 18px;
|
||||
@@ -823,10 +823,10 @@ onUnmounted(() => {
|
||||
flex-shrink: 0;
|
||||
padding: 0 18px;
|
||||
height: 48px;
|
||||
border: 1px solid #6366f1;
|
||||
border: 1px solid #2563eb;
|
||||
border-radius: 10px;
|
||||
background: transparent;
|
||||
color: #6366f1;
|
||||
color: #2563eb;
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
@@ -835,7 +835,7 @@ onUnmounted(() => {
|
||||
outline: none;
|
||||
}
|
||||
.sms-btn:hover:not(.disabled) {
|
||||
background: #6366f1;
|
||||
background: #2563eb;
|
||||
color: #fff;
|
||||
}
|
||||
.sms-btn.disabled {
|
||||
@@ -906,9 +906,9 @@ onUnmounted(() => {
|
||||
outline: none;
|
||||
}
|
||||
.switch-scan-btn:hover {
|
||||
border-color: #6366f1;
|
||||
color: #6366f1;
|
||||
background: rgba(99, 102, 241, 0.04);
|
||||
border-color: #2563eb;
|
||||
color: #2563eb;
|
||||
background: rgba(37, 99, 235, 0.04);
|
||||
}
|
||||
|
||||
/* 弹窗 */
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<div class="agreement-content">
|
||||
<section>
|
||||
<h2>第一条 导言</h2>
|
||||
<p>Websopy 平台(以下简称"我们"或"平台")非常重视用户的隐私保护。本隐私政策(以下简称"本政策")旨在向您说明我们在您使用平台服务时如何收集、使用、存储、共享和保护您的个人信息。</p>
|
||||
<p>在您使用平台服务之前,请仔细阅读本政策的全部内容。您一旦使用平台服务,即视为您同意本政策所描述的数据处理方式。如您不同意本政策的任意条款,请停止使用平台服务。</p>
|
||||
<p>广西决策咨询网(以下简称"我们")非常重视用户的隐私保护。本隐私政策(以下简称"本政策")旨在向您说明我们在您使用网站服务时如何收集、使用、存储、共享和保护您的个人信息。</p>
|
||||
<p>在您使用网站服务之前,请仔细阅读本政策的全部内容。您一旦使用网站服务,即视为您同意本政策所描述的数据处理方式。如您不同意本政策的任意条款,请停止使用网站服务。</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
@@ -16,12 +16,12 @@
|
||||
<p>为向您提供更好的服务,我们可能收集以下信息:</p>
|
||||
<ol>
|
||||
<li><strong>账号信息</strong>:您注册时提供的用户名、手机号码、邮箱地址、头像等基本信息</li>
|
||||
<li><strong>身份认证信息</strong>:如您进行企业认证,我们可能收集企业名称、营业执照、法人信息等</li>
|
||||
<li><strong>设备信息</strong>:设备型号、操作系统版本、浏览器类型、IP地址、设备标识符等</li>
|
||||
<li><strong>使用数据</strong>:您使用平台功能的时间、频率、操作记录、应用创建记录等</li>
|
||||
<li><strong>上传内容</strong>:您上传至平台的文档、图片、视频、应用代码等</li>
|
||||
<li><strong>支付信息</strong>:支付方式、交易记录(我们不会存储您的完整支付卡号)</li>
|
||||
<li><strong>通信信息</strong>:您与平台客服的沟通记录、您提交的工单内容</li>
|
||||
<li><strong>身份认证信息</strong>:如您申请专家认证或会员认证,我们可能收集姓名、单位、职称、研究领域、联系方式等信息</li>
|
||||
<li><strong>申请材料</strong>:如您申请专家或会员,我们可能收集简历、学历证明、职称证明、身份证件等材料</li>
|
||||
<li><strong>建言内容</strong>:您在建言献策栏目提交的建议内容</li>
|
||||
<li><strong>设备信息</strong>:设备型号、操作系统版本、浏览器类型、IP地址等</li>
|
||||
<li><strong>使用数据</strong>:您浏览文章的记录、收藏、点赞等操作数据</li>
|
||||
<li><strong>通信信息</strong>:您与我们的沟通记录、咨询内容</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user