chore(profile): update AIOT copy and settings content

This commit is contained in:
lzh
2026-03-15 16:36:24 +08:00
parent a2734ed6e8
commit 6178e21e18
5 changed files with 23 additions and 17 deletions

View File

@@ -20,24 +20,28 @@ export interface FaqCategory {
/** FAQ 数据列表 */
export const faqList: FaqCategory[] = [
{
icon: 'github-filled',
title: '芋道问题',
icon: 'check-square-filled',
title: '保洁巡检业务问题',
childList: [
{
title: '芋道开源吗',
content: '开源,基于 MIT 协议,可免费商用。',
title: '巡检的标准是什么',
content: '巡检遵循“目视、触碰、复核”三步法,针对不同区域(如洗手间、大堂、办公区)有具体的评分细则,详见“巡检标准指引”模块。',
},
{
title: '芋道可以商用吗',
content: '可以,芋道采用 MIT 开源协议,允许商业使用。',
title: '发现卫生不合格如何处理',
content: '在巡检页面点击“异常上报”,拍摄现状照片,系统会自动生成并指派整改工单至对应保洁员,要求在限定时间内完成复核。',
},
{
title: '芋道官网地址多少',
content: 'https://www.iocoder.cn',
title: '地下室或盲区无网络怎么办',
content: '系统支持“离线巡检”功能。在无网环境下,数据会暂存在本地缓存中,待设备恢复网络连接后将自动同步至后台。',
},
{
title: '芋道文档地址多少',
content: 'https://doc.iocoder.cn',
title: '巡检报表支持导出吗',
content: '支持。前往“数据中心”模块,可按日、周、月维度筛选数据,并支持导出为 PDF 或 Excel 格式进行存档或汇报。',
},
{
title: '可以自定义巡检路线吗?',
content: '可以。管理员可在“后台配置-巡检点位”中,根据实际空间布局自由组合巡检点,并设置巡检频率与检查项。',
},
],
},

View File

@@ -20,7 +20,7 @@
<view class="mb-32rpx">
<text class="mb-16rpx block text-gray-800 font-bold">总则</text>
<text class="block">
1.1 欢迎使用芋道移动端应用以下简称"本应用"在使用本应用前请您仔细阅读本协议
1.1 欢迎使用AIOT移动端应用以下简称"本应用"在使用本应用前请您仔细阅读本协议
</text>
<text class="mt-16rpx block">
1.2 您在使用本应用时即表示您已充分阅读理解并接受本协议的全部内容并与本应用达成协议
@@ -115,6 +115,7 @@ definePage({
navigationBarTitleText: '',
navigationStyle: 'custom',
},
excludeLoginPath: true,
})
/** 返回上一页 */

View File

@@ -17,7 +17,7 @@
src="/static/logo.svg"
mode="aspectFit"
/>
<text class="text-40rpx text-gray-800 font-medium">芋道移动端</text>
<text class="text-40rpx text-gray-800 font-medium">AIOT移动端</text>
</view>
<!-- 设置列表 -->
@@ -57,7 +57,7 @@
Copyright © 2026 iocoder.cn All Rights Reserved.
</text>
<text class="text-24rpx text-gray-400">
芋道源码
华之万梁
</text>
</view>
</view>

View File

@@ -20,7 +20,7 @@
<view class="mb-32rpx">
<text class="mb-16rpx block text-gray-800 font-bold">引言</text>
<text class="block">
芋道移动端以下简称"我们"非常重视用户的隐私和个人信息保护本隐私政策旨在向您说明我们如何收集使用存储和保护您的个人信息请您在使用我们的服务前仔细阅读并理解本隐私政策
AIOT移动端以下简称"我们"非常重视用户的隐私和个人信息保护本隐私政策旨在向您说明我们如何收集使用存储和保护您的个人信息请您在使用我们的服务前仔细阅读并理解本隐私政策
</text>
</view>
@@ -127,10 +127,10 @@
如果您对本隐私政策有任何疑问意见或建议请通过以下方式联系我们
</text>
<text class="mt-16rpx block">
邮箱7685413@qq.com
邮箱sickone075@gmail.com
</text>
<text class="mt-16rpx block">
电话400-999-9999
电话4001515151
</text>
</view>
@@ -150,6 +150,7 @@ definePage({
navigationBarTitleText: '',
navigationStyle: 'custom',
},
excludeLoginPath: true,
})
/** 返回上一页 */

View File

@@ -92,7 +92,7 @@
</view>
<!-- 版本号 -->
<view class="mb-40rpx mt-48rpx text-center text-22rpx text-[#D1D5DB]">
<view class="mt-48rpx text-center text-22rpx text-[#D1D5DB] pb-safe" style="padding-bottom: 140rpx;">
AIOT v1.0.0
</view>
</view>