wujingjing
2025-04-07 457cc6cf166d3b6c22be4f78c1db8802a7fbb4c7
customer_list/ch/ai_html/views/mobileDownload/js/config.js
@@ -1,47 +1,42 @@
let mobileDownloadConfig = {
  SoftwareConfig: {
    Name: "WI 水务智能助手",
    Desc: "工具",
    Icon: "./image/corpIcon.webp",
    DownPath: `${PHONE_URL}/phoneBak/WI水务智能助手.apk`,
   SoftwareConfig: {
      Name: 'WI水务智能平台',
      Desc: '工具',
      Icon: './image/corpIcon.webp',
      downLoadGuideImg: './image/wx_phone_tip.webp',
   },
   FunctionalVersion: {
      Name: '当前功能',
      Version: '版本 v1.0',
      Time: '2024.11.26',
      Desc: '切换任意场景, 显示水情数据, 优化用户体验',
   },
  },
  FunctionalVersion: {
    Name: "当前功能",
    Version: "版本 v1.0",
    Time: "2024.11.26",
    Desc: "切换任意场景, 显示水情数据, 优化用户体验",
  },
   LocalInfo: {
      Preview: '预览',
      Images: ['./image/1.webp', './image/2.webp', './image/3.webp', './image/4.webp'],
  LocalInfo: {
    Preview: "预览",
    Images: [
      "./image/1.webp",
      "./image/2.webp",
      "./image/3.webp",
      "./image/4.webp",
    ],
    InformationData: [
      {
        infoTitle: "大小",
        infoContent: "5.62 MB",
      },
      {
        infoTitle: "类别",
        infoContent: "工具",
      },
      {
        infoTitle: "语言",
        infoContent: "简体中文",
      },
      {
        infoTitle: "年龄分级",
        infoContent: "17岁以上",
      },
      {
        infoTitle: "版权",
        infoContent: "归上海拉瓦锡卡文智能科技有限公司所有",
      },
    ],
  },
      InformationData: [
         {
            infoTitle: '大小',
            infoContent: '5.62 MB',
         },
         {
            infoTitle: '类别',
            infoContent: '工具',
         },
         {
            infoTitle: '语言',
            infoContent: '简体中文',
         },
         {
            infoTitle: '年龄分级',
            infoContent: '17岁以上',
         },
         {
            infoTitle: '版权',
            infoContent: '归上海拉瓦锡卡文智能科技有限公司所有',
         },
      ],
   },
};