跳到主要内容

企业产品落地页

在使用宜搭搭建系统时,你可能见到过如下企业产品首页。

在一些企业官网、门户中,随处可见上述有吸引力的企业产品首页,本例我们来学习一下如何在宜搭中实现上述落地页。

前提条件

本教程使用到宜搭部分基础功能,你可以先了解以下功能。

本教程使用到 Web 开发技术,你可以先了解以下技术。

实现效果

首页一

电脑端效果

手机端效果

首页二

电脑端效果

手机端效果

首页三

电脑端效果

手机端效果

首页一

创建自定义页面

页面内容区块如下。

完整配置源码:

{
"schemaType": "superform",
"schemaVersion": "5.0",
"utils": [
{
"name": "legaoBuiltin",
"type": "npm",
"content": {
"package": "@ali/vu-legao-builtin",
"version": "3.0.0",
"exportName": "legaoBuiltin"
}
},
{
"name": "yidaPlugin",
"type": "npm",
"content": {
"package": "@ali/vu-yida-plugin",
"version": "1.1.0",
"exportName": "yidaPlugin"
}
}
],
"actions": {
"module": {
"compiled": "'use strict';\n\nexports.__esModule = true;\nexports.didMount = didMount;\nexports.onTag1Click = onTag1Click;\nexports.tableTimer = tableTimer;\nexports.tabController = tabController;\n// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。\nfunction didMount() {\n var _this = this;\n\n clearInterval(timer);\n clearTimeout(clickable);\n this.tableTimer();\n setTimeout(function () {\n _this.tabController();\n }, 0);\n}\n\n// 标签切换\nvar clickable = null;\nfunction onTag1Click() {\n var _this2 = this;\n\n var selectedTag1 = this.state.selectedTag1;\n\n if (selectedTag1.id !== this.item.id) {\n clearInterval(timer);\n clearTimeout(clickable);\n this.setState({\n selectedTag1: this.item\n });\n clickable = setTimeout(function () {\n _this2.tableTimer();\n }, 5000);\n this.tabController(this.index);\n }\n}\n\n// 自动滑动\nvar timer = null;\nfunction tableTimer() {\n var _this3 = this;\n\n var time = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 4000;\n\n clearTimeout(clickable);\n timer = setInterval(function () {\n var _state = _this3.state,\n tagList1 = _state.tagList1,\n selectedTag1 = _state.selectedTag1;\n\n var nextIndex = (tagList1.findIndex(function (item) {\n return item.id === selectedTag1.id;\n }) + 1) % tagList1.length;\n _this3.setState({\n selectedTag1: tagList1[nextIndex]\n });\n _this3.tabController(nextIndex);\n }, time);\n}\n\n// 滑动背景滑块\nfunction tabController() {\n var selectedIndex = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;\n\n var container = document.querySelector('#div_ls1gzljt');\n var tab = container.childNodes[selectedIndex];\n var tabBackground = document.querySelector('#div_m357zfu4');\n container.scrollLeft = tab.offsetLeft + tab.offsetWidth / 2 - container.offsetWidth / 2;\n tabBackground.setAttribute('style', 'left: ' + tab.offsetLeft + 'px; width: ' + tab.offsetWidth + 'px; height: ' + tab.offsetHeight + 'px');\n}\n",
"source": "// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。\nexport function didMount() {\n clearInterval(timer);\n clearTimeout(clickable);\n this.tableTimer();\n setTimeout(() => {\n this.tabController();\n }, 0);\n}\n\n// 标签切换\nvar clickable = null;\nexport function onTag1Click() {\n const { selectedTag1 } = this.state;\n if (selectedTag1.id !== this.item.id) {\n clearInterval(timer);\n clearTimeout(clickable);\n this.setState({\n selectedTag1: this.item,\n });\n clickable = setTimeout(() => {\n this.tableTimer();\n }, 5000);\n this.tabController(this.index);\n }\n}\n\n// 自动滑动\nvar timer = null;\nexport function tableTimer(time = 4000) {\n clearTimeout(clickable);\n timer = setInterval(() => {\n const { tagList1, selectedTag1 } = this.state;\n const nextIndex = (tagList1.findIndex((item) => {\n return item.id === selectedTag1.id;\n }) + 1) % tagList1.length;\n this.setState({\n selectedTag1: tagList1[nextIndex],\n });\n this.tabController(nextIndex);\n }, time);\n}\n\n// 滑动背景滑块\nexport function tabController(selectedIndex = 0) {\n const container = document.querySelector('#div_ls1gzljt');\n const tab = container.childNodes[selectedIndex];\n const tabBackground = document.querySelector('#div_m357zfu4');\n container.scrollLeft = tab.offsetLeft + tab.offsetWidth / 2 - container.offsetWidth / 2;\n tabBackground.setAttribute('style', `left: ${tab.offsetLeft}px; width: ${tab.offsetWidth}px; height: ${tab.offsetHeight}px`);\n}"
},
"type": "FUNCTION",
"list": [
{
"id": "didMount",
"title": "didMount"
},
{
"id": "onTag1Click",
"title": "onTag1Click"
},
{
"id": "tableTimer",
"title": "tableTimer"
},
{
"id": "tabController",
"title": "tabController"
}
]
},
"pages": [
{
"componentsTree": [
{
"componentName": "Page",
"id": "node_oclqbq02ms1",
"props": {
"contentBgColor": "white",
"pageStyle": ":root {\n background-color: #f2f3f5;\n}\n\n@font-face {\n font-family: \"DingTalk-JinBuTi-Regular\";\n src: url(\"https://mass-office.alipay.com/huamei_koqzbu/afts/file/-qL_Q7_8YQAAAAAAAAAAABAADnV5AQBr/DingTalk%20JinBuTi.woff2\") format(\"woff2\");\n font-display: swap;\n}",
"contentMargin": "0",
"contentPadding": "0",
"showTitle": false,
"contentPaddingMobile": "0",
"templateVersion": "1.0.0",
"contentMarginMobile": "0",
"className": "page_lqbq0e3h",
"contentBgColorMobile": "white"
},
"condition": true,
"css": "body {\n background-color: #f2f3f5;\n}\n\n@font-face {\n font-family: \"DingTalk-JinBuTi-Regular\";\n src: url(\"https://mass-office.alipay.com/huamei_koqzbu/afts/file/-qL_Q7_8YQAAAAAAAAAAABAADnV5AQBr/DingTalk%20JinBuTi.woff2\") format(\"woff2\");\n font-display: swap;\n}.text_lqbq0e3k {\n font-size: 52px;\n font-weight: normal;\n line-height: 56px;\n color: #171A1D;\n font-family: DingTalk-JinBuTi-Regular;\n margin-bottom: 14px;\n text-align: center;\n}\n.text_lqbq0e3l {\n font-family: PingFangSC-Regular;\n font-size: 20px;\n font-weight: normal;\n line-height: 36px;\n color: #0B1637;\n margin-bottom: 44px;\n text-align: center;\n}\n.image_lqbq0e3p {\n display: block;\n}\n.div_lqbq0e3m {\n display: block;\n}\n.div_lqbq0e3i {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0e3i {\n margin: 0 16px;\n }\n}.div_lqbq0e3j {\n background-image: url(\"https://img.alicdn.com/imgextra/i1/O1CN015zo8Cg1bp0I1MulMm_!!6000000003513-2-tps-3360-1372.png\");\n background-size: cover;\n background-repeat: no-repeat;\n padding-top: 80px;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0e3j {\n padding-top: 40px;\n }\n}.text_lqbq0e3q {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n.text_lqbq0e3r {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n.image_lqbq0e3z {\n display: block;\n margin-bottom: 16px;\n}\n.text_lqbq0e40 {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_lqbq0e42 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e43 {\n \n}\n.div_lqbq0e44 {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.image_lqbq0ed2 {\n display: block;\n margin-bottom: 16px;\n}\n.text_lqbq0ed3 {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_lqbq0ed4 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0ed5 {\n \n}\n.div_lqbq0ed6 {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.image_lqbq0ed7 {\n display: block;\n margin-bottom: 16px;\n}\n.text_lqbq0ed8 {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_lqbq0ed9 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0eda {\n \n}\n.div_lqbq0edb {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.div_lqbq0e3y {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n .div_lqbq0e3y {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n .div_lqbq0e3y {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_lqbq0e3y {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n.div_lqbq0e3w {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0e3w {\n margin: 0 16px;\n }\n}.div_lqbq0e3x {\n background-image: linear-gradient(180deg, #FDFDFD 0%, #F4F4F4 52%, #F6F6F6 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0e3x {\n padding: 40px 0;\n }\n}\n.text_lqbq0e4n {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n.text_lqbq0e4o {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n.image_lqbq0e4p {\n display: block;\n width: 100%;\n}\n.text_lqbq0e4q {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n.text_lqbq0e4r {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0e4s {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 54px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e4t {\n background-color: #ffffff;\n padding: 24px;\n}\n.div_lqbq0e4u {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n.image_lqbq0e4v {\n display: block;\n width: 100%;\n}\n.text_lqbq0e4w {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n.text_lqbq0e4x {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0e4y {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e4z {\n background-color: #ffffff;\n padding: 24px;\n}\n.div_lqbq0e50 {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n.image_lqbq0e51 {\n display: block;\n width: 100%;\n}\n.text_lqbq0e52 {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n.text_lqbq0e53 {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0e54 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e55 {\n background-color: #ffffff;\n padding: 24px;\n}\n.div_lqbq0e56 {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n.image_lqbq0e57 {\n display: block;\n width: 100%;\n}\n.text_lqbq0e58 {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n margin-bottom: 0px;\n font-size: 20px;\n line-height: 30px;\n}\n.text_lqbq0e59 {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0e5a {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e5b {\n background-color: #ffffff;\n padding: 24px;\n}\n.div_lqbq0e5c {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n.div_lqbq0e5d {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(4, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n .div_lqbq0e5d {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n .div_lqbq0e5d {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_lqbq0e5d {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n.div_lqbq0e5e {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0e5e {\n margin: 0 16px;\n }\n}.div_lqbq0e5f {\n background-image: linear-gradient(180deg, rgba(213,236,255,0.40) 24%, rgba(213,236,255,0.40) 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0e5f {\n padding: 40px 0;\n }\n}\n.text_lqbq0e5g {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 32px;\n text-align: center;\n}\n.text_lqbq0edi {\n font-family: DingTalk-JinBuTi-Regular;\n font-size: 20px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0edj {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 20px;\n color: #747677;\n}\n.div_m35igoxx {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n font-size: 24px;\n margin-right: 12px;\n padding: 8px 12px;\n flex-shrink: 0;\n user-select: none;\n cursor: pointer;\n z-index: 1;\n}\n\n.div_m35igoxx.lastTag1 {\n margin-right: 0;\n}\n\n.div_m35igoxx:not(.selectedTag1,.mobieTagItem1):hover {\n background-color: rgba(23, 26, 29, 0.06);\n}.div_m35igoxy {\n position: absolute;\n border-radius: 8px;\n background-color: #ffffff;\n transition: left .5s;\n z-index: 0;\n}\n.div_m35igoxz {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-wrap: nowrap;\n overflow-x: auto;\n margin-bottom: 24px;\n}\n\n.div_m35igoxz::-webkit-scrollbar {\n display: none;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoxz {\n justify-content: flex-start;\n margin-bottom: 16px;\n }\n}\n.image_m35igoy0 {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n.text_m35igoy1 {\n flex: 1;\n font-family: PingFangSC-Regular;\n font-size: 14px;\n line-height: 22px;\n}\n.div_m35igoy2 {\n display: flex;\n margin-bottom: 8px;\n}\n\n.div_m35igoy2:last-child {\n margin-bottom: 0;\n}.div_m35igoy3 {\n display: flex;\n flex-direction: column;\n margin-bottom: 16px;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoy3 {\n margin-bottom: 12px;\n }\n}\n.div_m35igoy4 {\n padding: 24px;\n border-radius: 12px 0 0 12px;\n background: #ffffff;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoy4 {\n padding: 12px;\n border-radius: 0 0 12px 12px;\n }\n}.image_m35igoy5 {\n display: block;\n width: auto;\n height: auto;\n}\n\n@media screen and (max-width: 768px) {\n .image_m35igoy5 {\n height: 240px;\n }\n}\n\n\n.div_m35igoy6 {\n border-radius: 0 12px 12px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(9deg, rgba(72, 0, 255, 0.17) 3%, rgba(144, 0, 255, 0) 27%), linear-gradient(255deg, rgba(0, 102, 255, 0.21) 9%, rgba(0, 174, 255, 0) 66%), radial-gradient(114% 84% at 0% -2%, rgba(0, 200, 255, 0.17) 0%, rgba(7, 81, 255, 0) 99%), #FFFFFF;\n overflow: hidden;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoy6 {\n border-radius: 12px 12px 0 0;\n }\n}.div_m35igoy7 {\n width: 100%;\n display: grid;\n grid-template-columns: 1fr 2fr;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n transition: opacity 0.2s ease-in-out 0s;\n}\n\n.engine-document .div_m35igoy7 {\n position: relative;\n opacity: 1;\n}\n\n.div_m35igoy7.activeTag1 {\n opacity: 1;\n z-index: 99;\n transition: opacity 0.2s ease-in-out 0s;\n}\n\n@media screen and (max-width: 768px){\n .div_m35igoy7 {\n display: flex;\n flex-direction: column-reverse;\n }\n}.div_m35igoy8 {\n position: relative;\n height: 460px;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoy8 {\n height: 360px;\n }\n}\n.div_lqbq0ed1 {\n \n}\n.div_lqbq0e67 {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0e67 {\n margin: 0 16px;\n }\n}.div_lqbq0e68 {\n background-image: linear-gradient(270deg, rgba(213,236,255,0.40) 0%, rgba(229,243,255,0.40) 53%, rgba(208,233,255,0.40) 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0e68 {\n padding: 40px 0;\n }\n}\n.text_lqbq0eei {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n.text_lqbq0eej {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n.text_lqbq0eeo {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n.text_lqbq0eep {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n.link_lqoxurmu {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n.div_lqbq0eer {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n.text_lqc18niw {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n.text_lqc18nix {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n.link_lqoxurmv {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n.div_lqc18niz {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n.text_lqc3lrcu {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n.text_lqc3lrcv {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n.link_lqc3lrcw {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n.div_lqc3lrcx {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n.div_lqc18nj0 {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n .div_lqc18nj0 {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n .div_lqc18nj0 {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_lqc18nj0 {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}.div_lqbq0ees {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0ees {\n margin: 0 16px;\n }\n}.div_lqbq0eet {\n background-color: #ffffff;\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0eet {\n padding: 40px 0;\n }\n}\n",
"methods": {
"__initMethods__": {
"type": "js",
"source": "function (exports, module) { /*set actions code here*/ }",
"compiled": "function (exports, module) { /*set actions code here*/ }"
}
},
"dataSource": {
"offline": [],
"globalConfig": {
"fit": {
"compiled": "'use strict';\n\nvar __preParser__ = function fit(response) {\n var content = response.content !== undefined ? response.content : response;\n var error = {\n message: response.errorMsg || response.errors && response.errors[0] && response.errors[0].msg || response.content || '远程数据源请求出错,success is false'\n };\n var success = true;\n if (response.success !== undefined) {\n success = response.success;\n } else if (response.hasError !== undefined) {\n success = !response.hasError;\n }\n return {\n content: content,\n success: success,\n error: error\n };\n};",
"source": "function fit(response) {
\n const content = (response.content !== undefined) ? response.content : response;
\n const error = {
\n message: response.errorMsg ||
\n (response.errors && response.errors[0] && response.errors[0].msg) ||
\n response.content || '远程数据源请求出错,success is false',
\n };
\n let success = true;
\n if (response.success !== undefined) {
\n success = response.success;
\n } else if (response.hasError !== undefined) {
\n success = !response.hasError;
\n }
\n return {
\n content,
\n success,
\n error,
\n };
\n}",
"type": "js",
"error": {}
}
},
"online": [
{
"id": "1RC66GC1JR1QGWLQFG4T7AP4NMIP28YUTW33M0",
"name": "urlParams",
"description": "当前页面地址的参数:如 aliwork.com/APP_xxxx/workbench?id=1&name=宜搭,可通过 this.state.urlParams.name 获取到宜搭",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "URI",
"isReadonly": true
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2C2DTI53M9",
"name": "tagList1",
"description": "使用地图-场景标签列表",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": true,
"initialData": {
"variable": "[
\n {
\n id: '1',
\n title: '项目管理',
\n subTitle: '维护项目基础信息',
\n },
\n {
\n id: '2',
\n title: '任务管理',
\n subTitle: '项目任务进度一目了然',
\n },
\n {
\n id: '3',
\n title: '建立子任务',
\n subTitle: '项目进一步细化管理',
\n },
\n {
\n id: '4',
\n title: '任务跟进与转交',
\n subTitle: '任务全生命周期管理',
\n },
\n]",
"type": "variable",
"value": ""
}
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2Q2DTI53MA",
"name": "selectedTag1",
"description": "使用场景-当前选中的场景标签",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": true,
"initialData": {
"variable": "{
\n id: '1',
\n title: '项目管理',
\n subTitle: '维护项目基础信息',
\n}",
"type": "variable",
"value": ""
}
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2W2DTI53MB",
"name": "tagDetailList1",
"description": "场景标签详情列表1",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": false,
"initialData": {
"variable": "[
\n {
\n id: '1',
\n sequence: [
\n '在项目管理中录入项目的基础信息,后续任务与子任务均需与项目关联',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i3/O1CN01nZyoAH1njlAgFeFAP_!!6000000005126-2-tps-1920-1080.png',
\n },
\n {
\n id: '2',
\n sequence: [
\n '可在此建立项目下的主任务',
\n '已经添加的主任务,可自动同步到Teambition',
\n '添加主任务后,自动创建钉钉待办',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i1/O1CN016eBEKX1Wbeh4rKuET_!!6000000002807-2-tps-1920-1080.png',
\n },
\n {
\n id: '3',
\n sequence: [
\n '可在此建立主任务的细分子任务',
\n '已经添加的子任务,可自动同步到Teambition',
\n '添加子任务后,自动创建钉钉待办',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i2/O1CN01OAKd3W1e6z6GxgTcd_!!6000000003823-2-tps-1920-1080.png',
\n },
\n {
\n id: '4',
\n sequence: [
\n '团队成员进入“任务跟进管理”模块,及时填报任务进度',
\n '当项目需要变更项目负责人时,可进入“任务转交管理”进行变更',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i1/O1CN01cYbuN51jrldGVMdLX_!!6000000004602-2-tps-1920-1080.png',
\n }
\n]",
"type": "variable",
"value": ""
}
}
],
"list": [
{
"id": "1RC66GC1JR1QGWLQFG4T7AP4NMIP28YUTW33M0",
"name": "urlParams",
"description": "当前页面地址的参数:如 aliwork.com/APP_xxxx/workbench?id=1&name=宜搭,可通过 this.state.urlParams.name 获取到宜搭",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "URI",
"isReadonly": true
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2C2DTI53M9",
"name": "tagList1",
"description": "使用地图-场景标签列表",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": true,
"initialData": {
"variable": "[
\n {
\n id: '1',
\n title: '项目管理',
\n subTitle: '维护项目基础信息',
\n },
\n {
\n id: '2',
\n title: '任务管理',
\n subTitle: '项目任务进度一目了然',
\n },
\n {
\n id: '3',
\n title: '建立子任务',
\n subTitle: '项目进一步细化管理',
\n },
\n {
\n id: '4',
\n title: '任务跟进与转交',
\n subTitle: '任务全生命周期管理',
\n },
\n]",
"type": "variable",
"value": ""
}
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2Q2DTI53MA",
"name": "selectedTag1",
"description": "使用场景-当前选中的场景标签",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": true,
"initialData": {
"variable": "{
\n id: '1',
\n title: '项目管理',
\n subTitle: '维护项目基础信息',
\n}",
"type": "variable",
"value": ""
}
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2W2DTI53MB",
"name": "tagDetailList1",
"description": "场景标签详情列表1",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": false,
"initialData": {
"variable": "[
\n {
\n id: '1',
\n sequence: [
\n '在项目管理中录入项目的基础信息,后续任务与子任务均需与项目关联',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i3/O1CN01nZyoAH1njlAgFeFAP_!!6000000005126-2-tps-1920-1080.png',
\n },
\n {
\n id: '2',
\n sequence: [
\n '可在此建立项目下的主任务',
\n '已经添加的主任务,可自动同步到Teambition',
\n '添加主任务后,自动创建钉钉待办',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i1/O1CN016eBEKX1Wbeh4rKuET_!!6000000002807-2-tps-1920-1080.png',
\n },
\n {
\n id: '3',
\n sequence: [
\n '可在此建立主任务的细分子任务',
\n '已经添加的子任务,可自动同步到Teambition',
\n '添加子任务后,自动创建钉钉待办',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i2/O1CN01OAKd3W1e6z6GxgTcd_!!6000000003823-2-tps-1920-1080.png',
\n },
\n {
\n id: '4',
\n sequence: [
\n '团队成员进入“任务跟进管理”模块,及时填报任务进度',
\n '当项目需要变更项目负责人时,可进入“任务转交管理”进行变更',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i1/O1CN01cYbuN51jrldGVMdLX_!!6000000004602-2-tps-1920-1080.png',
\n }
\n]",
"type": "variable",
"value": ""
}
}
],
"sync": true
},
"lifeCycles": {
"constructor": {
"type": "js",
"compiled": "function constructor() {\nvar module = { exports: {} };\nvar _this = this;\nthis.__initMethods__(module.exports, module);\nObject.keys(module.exports).forEach(function(item) {\n if(typeof module.exports[item] === 'function'){\n _this[item] = module.exports[item];\n }\n});\n\n}",
"source": "function constructor() {\nvar module = { exports: {} };\nvar _this = this;\nthis.__initMethods__(module.exports, module);\nObject.keys(module.exports).forEach(function(item) {\n if(typeof module.exports[item] === 'function'){\n _this[item] = module.exports[item];\n }\n});\n\n}"
},
"componentDidMount": {
"name": "didMount",
"id": "didMount",
"params": {},
"type": "actionRef"
}
},
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "RootHeader",
"id": "node_oclqbq02ms2",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "RootContent",
"id": "node_oclqbq02ms3",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqc4eqi02x",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"behavior": "NORMAL",
"__style__": {},
"fieldId": "div_lqc4f8zc",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "内容区",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms5",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3j",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: url(\"https://img.alicdn.com/imgextra/i1/O1CN015zo8Cg1bp0I1MulMm_!!6000000003513-2-tps-3360-1372.png\");\n background-size: cover;\n background-repeat: no-repeat;\n padding-top: 80px;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding-top: 40px;\n }\n}",
"fieldId": "div_lqbq0kxx",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "内容区",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms6",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3i",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0kxy",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms7",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e3k",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "NF5E0zTl",
"zh_CN": "任务通",
"en_US": "",
"value": "任务通"
},
"__style__": ":root {\n font-size: 52px;\n font-weight: normal;\n line-height: 56px;\n color: #171A1D;\n font-family: DingTalk-JinBuTi-Regular;\n margin-bottom: 14px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0kxz"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms8",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e3l",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "za55bl8b",
"zh_CN": "精准把握项目进度,团队动态一目了然",
"en_US": "",
"value": "精准把握项目进度,团队动态一目了然"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 20px;\n font-weight: normal;\n line-height: 36px;\n color: #0B1637;\n margin-bottom: 44px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0ky0"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms9",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3m",
"behavior": "NORMAL",
"__style__": ":root {\n display: block;\n}\n",
"fieldId": "div_lqbq0ky1",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02msa",
"props": {
"preview": false,
"autoHeight": true,
"src": "https://img.alicdn.com/imgextra/i2/O1CN01lhj0Cm1ScnDCGpf4o_!!6000000002268-2-tps-4975-1748.png",
"alt": "Image 404",
"className": "image_lqbq0e3p",
"fit": "contain",
"round": "自定义",
"width": "",
"autoWidth": true,
"roundRadius": "0",
"__style__": ":root {\n display: block;\n}\n",
"height": "",
"fieldId": "image_lqbq0ky2"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02msg",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3x",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: linear-gradient(180deg, #FDFDFD 0%, #F4F4F4 52%, #F6F6F6 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 40px 0;\n }\n}\n",
"fieldId": "div_lqbq0kyf",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "业务痛点",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02msh",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3w",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0kye",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msi",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e3q",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "C4Kbaxrd",
"zh_CN": "业务痛点",
"en_US": "",
"value": "业务痛点"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0ky8"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msj",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e3r",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "RZdyg4fh",
"zh_CN": "中小企业在项目管理中,常常遇到以下问题:",
"en_US": "",
"value": "中小企业在项目管理中,常常遇到以下问题:"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0ky9"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02mso",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3y",
"behavior": "NORMAL",
"__style__": ":root {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n :root {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n :root {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n",
"fieldId": "div_lqbq0kyg",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02msp",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e44",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_lqbq0kyh",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02mss",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i4/O1CN019gPpuP1iK2pale262_!!6000000004393-2-tps-132-132.png",
"alt": "Image 404",
"className": "image_lqbq0e3z",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lqbq0kyk"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02mst",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e43",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lqbq0kyl",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msu",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e40",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "P8EAGU3l",
"zh_CN": "项目成员",
"en_US": "",
"value": "项目成员"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_lqbq0kym"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msw",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e42",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "ErCygK25",
"zh_CN": "· 项目内容变化多,不能及时知晓\n· 不同人员、不同任务要在不同平台协同,沟通效率低下",
"en_US": "",
"value": "· 项目内容变化多,不能及时知晓\n· 不同人员、不同任务要在不同平台协同,沟通效率低下"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0kyo"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02msc0",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0ed6",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_lqbq0l1v",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02msc1",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i1/O1CN01uP2fZU24nk3istuM3_!!6000000007436-2-tps-132-132.png",
"alt": "Image 404",
"className": "image_lqbq0ed2",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lqbq0l1r"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02msc2",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0ed5",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lqbq0l1u",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msc3",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0ed3",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "BikzL2zj",
"zh_CN": "项目负责人",
"en_US": "",
"value": "项目负责人"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_lqbq0l1s"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msc4",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0ed4",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "ljs0O8sr",
"zh_CN": "· 项目成员不愿意填报项目进度,导致项目数据缺失\n· 对于项目成员的工作进度、工作量缺少把控,容易造成项目成本超支",
"en_US": "",
"value": "· 项目成员不愿意填报项目进度,导致项目数据缺失\n· 对于项目成员的工作进度、工作量缺少把控,容易造成项目成本超支"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l1t"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02msc5",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0edb",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_lqbq0l20",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02msc6",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i1/O1CN01nyEX681pppdAUvQb3_!!6000000005410-2-tps-132-132.png",
"alt": "Image 404",
"className": "image_lqbq0ed7",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lqbq0l1w"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02msc7",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0eda",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lqbq0l1z",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msc8",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0ed8",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Uf6IkTv2",
"zh_CN": "企业管理者",
"en_US": "",
"value": "企业管理者"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_lqbq0l1x"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msc9",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0ed9",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "1S0zrv5P",
"zh_CN": "· 项目相关数据缺失,决策缺少依据\n· 项目经常出现超期等现象,严重影响客勤关系",
"en_US": "",
"value": "· 项目相关数据缺失,决策缺少依据\n· 项目经常出现超期等现象,严重影响客勤关系"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l1y"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms1f",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5f",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: linear-gradient(180deg, rgba(213,236,255,0.40) 24%, rgba(213,236,255,0.40) 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 40px 0;\n }\n}\n",
"fieldId": "div_lqbq0kzz",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "产品亮点",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms1g",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5e",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0kzy",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms1h",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4n",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "CTRAgdBo",
"zh_CN": "产品亮点",
"en_US": "",
"value": "产品亮点"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0kz7"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms1i",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4o",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "orQYLjji",
"zh_CN": "项目任务实时查看,项目进度在线填报,帮助企业科学管理项目进度,真正做到“进度可控,风险预知”",
"en_US": "",
"value": "项目任务实时查看,项目进度在线填报,帮助企业科学管理项目进度,真正做到“进度可控,风险预知”"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0kz8"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms1j",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5d",
"behavior": "NORMAL",
"__style__": ":root {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(4, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n :root {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n :root {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n",
"fieldId": "div_lqbq0kzx",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms1k",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e4u",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n",
"fieldId": "div_lqbq0kze",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02ms1l",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i1/O1CN01hRr2Fz1LUp0mZGdua_!!6000000001303-2-tps-849-468.png",
"alt": "Image 404",
"className": "image_lqbq0e4p",
"fit": "cover",
"round": "0",
"width": "",
"autoWidth": false,
"roundRadius": 0,
"__style__": ":root {\n display: block;\n width: 100%;\n}\n",
"height": 156,
"fieldId": "image_lqbq0kz9"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms1m",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e4t",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 24px;\n}\n",
"fieldId": "div_lqbq0kzd",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms1n",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4q",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "xlMW1HIe",
"zh_CN": "项目管理",
"en_US": "",
"value": "项目管理"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n",
"fieldId": "text_lqbq0kza"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms1o",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4r",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "cCC9bgge",
"zh_CN": "项目信息一览无遗",
"en_US": "",
"value": "项目信息一览无遗"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0kzb"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms1p",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4s",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "AqG5XnGO",
"zh_CN": "· 项目基础信息在线维护,历史项目过程可追溯\n· 项目关联任务在线可查",
"en_US": "",
"value": "· 项目基础信息在线维护,历史项目过程可追溯\n· 项目关联任务在线可查"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 54px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0kzc"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms28",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e50",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n",
"fieldId": "div_lqbq0l05",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02ms29",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i4/O1CN01NIiPQP1QOTbPVMqTh_!!6000000001966-2-tps-849-470.png",
"alt": "Image 404",
"className": "image_lqbq0e4v",
"fit": "cover",
"round": "0",
"width": "",
"autoWidth": false,
"roundRadius": 0,
"__style__": ":root {\n display: block;\n width: 100%;\n}\n",
"height": 156,
"fieldId": "image_lqbq0l00"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2a",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e4z",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 24px;\n}\n",
"fieldId": "div_lqbq0l04",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms2b",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4w",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "XVbVjoJH",
"zh_CN": "任务管理",
"en_US": "",
"value": "任务管理"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n",
"fieldId": "text_lqbq0l01"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2c",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4x",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Ui7RocVM",
"zh_CN": "让项目过程清晰可见",
"en_US": "",
"value": "让项目过程清晰可见"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l02"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2d",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4y",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "A5ZcYtCr",
"zh_CN": "· 任务可拆分子任务,精细化项目进度管理\n· 任务跟进进度在线填报、实时可见",
"en_US": "",
"value": "· 任务可拆分子任务,精细化项目进度管理\n· 任务跟进进度在线填报、实时可见"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l03"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2e",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e56",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n",
"fieldId": "div_lqbq0l0b",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02ms2f",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN01iv0ba61UacXdJtvG9_!!6000000002534-2-tps-849-468.png",
"alt": "Image 404",
"className": "image_lqbq0e51",
"fit": "cover",
"round": "0",
"width": "",
"autoWidth": false,
"roundRadius": 0,
"__style__": ":root {\n display: block;\n width: 100%;\n}\n",
"height": 156,
"fieldId": "image_lqbq0l06"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2g",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e55",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 24px;\n}\n",
"fieldId": "div_lqbq0l0a",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms2h",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e52",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "yrKEyau0",
"zh_CN": "项目数据可视化",
"en_US": "",
"value": "项目数据可视化"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n",
"fieldId": "text_lqbq0l07"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2i",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e53",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "rx8yzXYS",
"zh_CN": "沉淀过程数据,助力企业决策",
"en_US": "",
"value": "沉淀过程数据,助力企业决策"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l08"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2j",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e54",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "p6qIAPUO",
"zh_CN": "· 项目过程数据可视化\n· AI赋能智能数据填报与分析",
"en_US": "",
"value": "· 项目过程数据可视化\n· AI赋能智能数据填报与分析"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l09"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2k",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5c",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n",
"fieldId": "div_lqbq0l0h",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02ms2l",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN014NGDhB1YSc4xPiz2N_!!6000000003058-2-tps-849-468.png",
"alt": "Image 404",
"className": "image_lqbq0e57",
"fit": "cover",
"round": "0",
"width": "",
"autoWidth": false,
"roundRadius": 0,
"__style__": ":root {\n display: block;\n width: 100%;\n}\n",
"height": 156,
"fieldId": "image_lqbq0l0c"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2m",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5b",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 24px;\n}\n",
"fieldId": "div_lqbq0l0g",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms2n",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e58",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "1o7FwCU6",
"zh_CN": "企业个性化任务管理",
"en_US": "",
"value": "企业个性化任务管理"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n margin-bottom: 0px;\n font-size: 20px;\n line-height: 30px;\n}\n",
"fieldId": "text_lqbq0l0d"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2o",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e59",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "6AcrUmrP",
"zh_CN": "应用随需而变",
"en_US": "",
"value": "应用随需而变"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l0e"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2p",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e5a",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "iaY5YAFu",
"zh_CN": "· 灵活定制个性化诉求\n· 协同办公与钉钉深度融合",
"en_US": "",
"value": "· 灵活定制个性化诉求\n· 协同办公与钉钉深度融合"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l0f"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2q",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e68",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: linear-gradient(270deg, rgba(213,236,255,0.40) 0%, rgba(229,243,255,0.40) 53%, rgba(208,233,255,0.40) 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 40px 0;\n }\n}\n",
"fieldId": "div_lqbq0l1a",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "使用地图",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms2r",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e67",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0l19",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms2s",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e5g",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "txfyEj6B",
"value": "使用地图",
"zh_CN": "使用地图",
"en_US": "Use maps"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 32px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0l0i"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms3j",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0ed1",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lqbq0l1b",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jdp",
"props": {
"useFieldIdAsDomId": true,
"width": "",
"customClassName": "",
"className": "div_m35igoxz",
"behavior": "NORMAL",
"__style__": ":root {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-wrap: nowrap;\n overflow-x: auto;\n margin-bottom: 24px;\n}\n\n:root::-webkit-scrollbar {\n display: none;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n justify-content: flex-start;\n margin-bottom: 16px;\n }\n}\n",
"fieldId": "div_ls1gzljt",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jdq",
"props": {
"useFieldIdAsDomId": false,
"onClick": {
"type": "JSExpression",
"value": "this.utils.legaoBuiltin.execEventFlow.bind(this, [this.onTag1Click])",
"events": [
{
"name": "onTag1Click",
"id": "onTag1Click",
"params": {},
"type": "actionRef",
"uuid": "1730790302951_29"
}
]
},
"width": "",
"customClassName": {
"type": "variable",
"value": "",
"variable": "`${state.selectedTag1.id === item.id ? 'selectedTag1' : ''} ${state.tagList1.length === index + 1 ? 'lastTag1' : ''} ${this.utils.isMobile() ? 'mobieTagItem1' : ''}`"
},
"className": "div_m35igoxx",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n font-size: 24px;\n margin-right: 12px;\n padding: 8px 12px;\n flex-shrink: 0;\n user-select: none;\n cursor: pointer;\n z-index: 1;\n}\n\n:root.lastTag1 {\n margin-right: 0;\n}\n\n:root:not(.selectedTag1,.mobieTagItem1):hover {\n background-color: rgba(23, 26, 29, 0.06);\n}",
"fieldId": "div_ls1gzljs",
"height": ""
},
"condition": true,
"loop": {
"type": "variable",
"variable": "state.tagList1"
},
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msd3",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0edi",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "variable",
"value": {
"type": "i18n",
"key": "Pi51Dwxa",
"zh_CN": "01 基础设置",
"en_US": "",
"value": "01 基础设置"
},
"variable": "index + 1 < 10 ?
\n`0${index + 1} ${item.title}` :
\n`${index + 1} ${item.title}`"
},
"__style__": ":root {\n font-family: DingTalk-JinBuTi-Regular;\n font-size: 20px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l2u"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msd4",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0edj",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "variable",
"value": {
"type": "i18n",
"key": "KlkYqudN",
"zh_CN": "录入产品/仓库/供应商/客户客户客户客户",
"en_US": "",
"value": "录入产品/仓库/供应商/客户客户客户客户"
},
"variable": "item.subTitle"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 20px;\n color: #747677;\n}\n",
"fieldId": "text_lqbq0l2v"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35hn4jdt",
"props": {
"useFieldIdAsDomId": true,
"width": "",
"customClassName": "",
"className": "div_m35igoxy",
"behavior": "NORMAL",
"__style__": ":root {\n position: absolute;\n border-radius: 8px;\n background-color: #ffffff;\n transition: left .5s;\n z-index: 0;\n}\n",
"fieldId": "div_m357zfu4",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35hn4jd1",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy8",
"behavior": "NORMAL",
"__style__": ":root {\n position: relative;\n height: 460px;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n height: 360px;\n }\n}\n",
"fieldId": "div_m341gb1o",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jd2",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": {
"type": "variable",
"value": "",
"variable": "state.selectedTag1.id === item.id ? 'activeTag1' : ''"
},
"className": "div_m35igoy7",
"behavior": "NORMAL",
"__style__": ":root {\n width: 100%;\n display: grid;\n grid-template-columns: 1fr 2fr;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n transition: opacity 0.2s ease-in-out 0s;\n}\n\n.engine-document :root {\n position: relative;\n opacity: 1;\n}\n\n:root.activeTag1 {\n opacity: 1;\n z-index: 99;\n transition: opacity 0.2s ease-in-out 0s;\n}\n\n@media screen and (max-width: 768px){\n :root {\n display: flex;\n flex-direction: column-reverse;\n }\n}",
"fieldId": "div_lyz5g6bv",
"height": ""
},
"condition": true,
"loop": {
"type": "variable",
"variable": "state.tagDetailList1"
},
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jd3",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy4",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 24px;\n border-radius: 12px 0 0 12px;\n background: #ffffff;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n padding: 12px;\n border-radius: 0 0 12px 12px;\n }\n}",
"fieldId": "div_m357zfuu",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jdb",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy3",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n margin-bottom: 16px;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n margin-bottom: 12px;\n }\n}\n",
"fieldId": "div_lyz5g6bh",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jdc",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy2",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n margin-bottom: 8px;\n}\n\n:root:last-child {\n margin-bottom: 0;\n}",
"fieldId": "div_lyz5g6bg",
"height": ""
},
"condition": true,
"loop": {
"type": "variable",
"variable": "item.sequence"
},
"loopArgs": [
"_item",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35hn4jdd",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN01xzKmQe1J1OIncD062_!!6000000000968-2-tps-36-36.png",
"alt": "Image 404",
"className": "image_m35igoy0",
"fit": "cover",
"round": "0",
"width": 12,
"autoWidth": false,
"roundRadius": "0",
"__style__": ":root {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n",
"height": 12,
"fieldId": "image_lyz5g6be"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35hn4jde",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35igoy1",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "variable",
"value": {
"type": "i18n",
"key": "d4oN7Wkt",
"zh_CN": "实时在线进行入、出、调、盘库全流程协作",
"en_US": "",
"value": "实时在线进行入、出、调、盘库全流程协作"
},
"variable": "_item"
},
"__style__": ":root {\n flex: 1;\n font-family: PingFangSC-Regular;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lyz5g6bf"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_ocm35hn4jdn",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy6",
"behavior": "NORMAL",
"__style__": ":root {\n border-radius: 0 12px 12px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(9deg, rgba(72, 0, 255, 0.17) 3%, rgba(144, 0, 255, 0) 27%), linear-gradient(255deg, rgba(0, 102, 255, 0.21) 9%, rgba(0, 174, 255, 0) 66%), radial-gradient(114% 84% at 0% -2%, rgba(0, 200, 255, 0.17) 0%, rgba(7, 81, 255, 0) 99%), #FFFFFF;\n overflow: hidden;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n border-radius: 12px 12px 0 0;\n }\n}",
"fieldId": "div_m357zfuv",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35hn4jdo",
"props": {
"preview": false,
"autoHeight": false,
"src": {
"type": "variable",
"value": "https://img.alicdn.com/imgextra/i3/O1CN01zWhRVE1fjkCmBFmLl_!!6000000004043-2-tps-2486-874.png_.webp",
"variable": "item.img"
},
"alt": "Image 404",
"className": "image_m35igoy5",
"fit": "contain",
"round": "自定义",
"width": "",
"autoWidth": false,
"roundRadius": "",
"__style__": ":root {\n display: block;\n width: auto;\n height: auto;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n height: 240px;\n }\n}\n\n\n",
"height": "",
"fieldId": "image_lyz5g6bs"
},
"condition": true,
"loopArgs": [
"item",
"index"
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02msei",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0eet",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 40px 0;\n }\n}\n",
"fieldId": "div_lqbq0l3z",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "更多帮助",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02msej",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0ees",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0l3y",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msek",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0eei",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "08D4ZhGg",
"zh_CN": "更多帮助",
"en_US": "",
"value": "更多帮助"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0l3v"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02mseq",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0eej",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "RqzDRQ6s",
"zh_CN": "快速了解全貌功能,上手核心业务,按需调整应用流程",
"en_US": "",
"value": "快速了解全貌功能,上手核心业务,按需调整应用流程"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0l43"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqc146z91",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqc18nj0",
"behavior": "NORMAL",
"__style__": ":root {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n :root {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n :root {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}",
"fieldId": "div_lqc164p9",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02mseu",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0eer",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n",
"fieldId": "div_lqbq0l4a",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msev",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0eeo",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "xNjdc9Up",
"zh_CN": "应用使用指南",
"en_US": "",
"value": "应用使用指南"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l47"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msew",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0eep",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "mkERaJgM",
"zh_CN": "各模块功能介绍,全面了解如何数字化管理项目任务",
"en_US": "",
"value": "各模块功能介绍,全面了解如何数字化管理项目任务"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n",
"fieldId": "text_lqbq0l48"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Link",
"id": "node_oclqoxqts12",
"props": {
"link": {
"type": "url",
"page": {
"formType": "display",
"label": "应用使用指南",
"value": "FORM-E15DBD1EDDE046EA8C9951E10EA1BFEDVMYC"
},
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "link_lqoxurmu",
"textOverflow": false,
"content": {
"type": "i18n",
"key": "XoOfng2v",
"zh_CN": "查看详情 >",
"en_US": "",
"value": "查看详情 >"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n",
"fieldId": "link_lqoxskhr"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_oclqc146z92",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqc18niz",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n",
"fieldId": "div_lqc164pd",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqc146z93",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqc18niw",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Gv22revC",
"zh_CN": "应用搭建指南",
"en_US": "",
"value": "应用搭建指南"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqc164pa"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqc146z94",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqc18nix",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "GIHcwH5J",
"zh_CN": "各模块详细配置说明,学习根据实际业务配置-修改-使用该应用",
"en_US": "",
"value": "各模块详细配置说明,学习根据实际业务配置-修改-使用该应用"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n",
"fieldId": "text_lqc164pb"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Link",
"id": "node_oclqoxqts13",
"props": {
"link": {
"type": "url",
"page": {
"formType": "display",
"label": "应用搭建指南",
"value": "FORM-F9923939A50B404A966F0471F1DF9376OK0K"
},
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "link_lqoxurmv",
"textOverflow": false,
"content": {
"type": "i18n",
"key": "XoOfng2v",
"zh_CN": "查看详情 >",
"en_US": "",
"value": "查看详情 >"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n",
"fieldId": "link_lqoxskhs"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_oclqc3kdsd1",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqc3lrcx",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n",
"fieldId": "div_lqc3kopb",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqc3kdsd2",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqc3lrcu",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "QnrCDsK9",
"zh_CN": "交流咨询",
"en_US": "",
"value": "交流咨询"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqc3kop8"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqc3kdsd3",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqc3lrcv",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "zD4NDYEL",
"zh_CN": "入群交流您的任何相关场景与功能疑问,帮助业务快速落地",
"en_US": "",
"value": "入群交流您的任何相关场景与功能疑问,帮助业务快速落地"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n",
"fieldId": "text_lqc3kop9"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Link",
"id": "node_oclqc3kdsd4",
"props": {
"link": {
"type": "url",
"page": {
"formType": "display",
"label": "搭建指南「管理员必看说明」",
"value": "FORM-7S566MA10BJFWNH9FT4ZV4X94SNL24N0YACOL0"
},
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "link_lqc3lrcw",
"textOverflow": false,
"content": {
"type": "i18n",
"key": "XoOfng2v",
"zh_CN": "查看详情 >",
"en_US": "",
"value": "查看详情 >"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n",
"fieldId": "link_lqc3kopa"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "RootFooter",
"id": "node_oclqbq02ms4",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
],
"componentsMap": [
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RootHeader"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Text"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Image"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Div"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Link"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RootContent"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RootFooter"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Page"
}
]
}
]
}

配置数据源变量

[
{
id: 'cangkutong',
text: '仓库通',
icon: 'https://img.alicdn.com/imgextra/i3/O1CN01FLp4X81vgZK3vXt0u_!!6000000006202-2-tps-48-48.png',
},
{
id: 'kehutong',
text: '客户通',
icon: 'https://img.alicdn.com/imgextra/i4/O1CN01AilyhU290npGjI96Y_!!6000000008006-2-tps-96-96.png',
},
{
id: 'renwutong',
text: '任务通',
icon: 'https://img.alicdn.com/imgextra/i4/O1CN01q5lRNe1YI4z1VCZzd_!!6000000003035-2-tps-256-256.png',
},
{
id: 'IntelligentWeeklyReport',
text: '智能周报',
icon: 'https://gw.alicdn.com/imgextra/i1/O1CN01PZ56YA226ZYCIXiGv_!!6000000007071-2-tps-120-120.png',
},
{
id: 'Intelligentcapitalretention',
text: '智能留资',
icon: 'https://gw.alicdn.com/imgextra/i2/O1CN01JRnbFS1uAgAzrekkG_!!6000000005997-2-tps-108-108.png',
},
]

{
id: 'cangkutong',
text: '仓库通',
icon: 'https://img.alicdn.com/imgextra/i3/O1CN01FLp4X81vgZK3vXt0u_!!6000000006202-2-tps-48-48.png',
}

[
{
id: 'cangkutong',
text: '仓库通',
type: ['库存管理', '销售管理', '采购管理', '业财一体化'],
icon: 'https://img.alicdn.com/imgextra/i3/O1CN01FLp4X81vgZK3vXt0u_!!6000000006202-2-tps-48-48.png',
desc: '解决进销存全流程管理难题,一站式线上管理销售、库存、采购、财务',
img: 'https://img.alicdn.com/imgextra/i3/O1CN01GYZ5731WKFd0g3F34_!!6000000002769-0-tps-2328-1578.jpg',
sequence: [
'库存实时智能化管理,避免压货缺货',
'销售订单全流程管理,员工省心,老板放心',
'采购全流程精细化管理,采销高效协同',
'业财一体化管理,数据驱动经营决策',
],
detailUrl: 'https://docs.aliwork.com/docs/yida_support/',
experiedUrl: 'https://docs.aliwork.com/docs/yida_support/',
joinGroupUrl: 'https://docs.aliwork.com/docs/yida_support/',
},
{
id: 'kehutong',
text: '客户通',
type: ['客户管理', '销售过程管理', '销售分析'],
icon: 'https://img.alicdn.com/imgextra/i4/O1CN01AilyhU290npGjI96Y_!!6000000008006-2-tps-96-96.png',
desc: '帮助企业实现线索-客户-商机-合同-赢单全生命周期管理,基于数据驱动全渠道销售增长',
img: 'https://img.alicdn.com/imgextra/i3/O1CN01jZ3RhF1WjtoDlIUDl_!!6000000002825-0-tps-2328-1578.jpg',
sequence: [
'客户全生命周期管理,提升客户价值',
'精细化商机管理,提升赢单率',
'全渠道、多维度销售数据分析,助力高效决策',
'专业低代码平台,更灵活更易用',
],
detailUrl: 'https://docs.aliwork.com/docs/yida_support/',
experiedUrl: 'https://docs.aliwork.com/docs/yida_support/',
joinGroupUrl: 'https://docs.aliwork.com/docs/yida_support/',
},
{
id: 'renwutong',
text: '任务通',
type: ['项目管理', '任务管理', '团队协同'],
icon: 'https://img.alicdn.com/imgextra/i4/O1CN01q5lRNe1YI4z1VCZzd_!!6000000003035-2-tps-256-256.png',
desc: '助力有效管理团队项目进程、分配任务和跟踪任务状态,高效把控项目进度',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01ur6QHc23HqsI3BAhv_!!6000000007231-0-tps-2328-1578.jpg',
sequence: [
'项目全流程管理,确保项目按时按质完成',
'多维任务管理,使复杂工作条理化',
'即时的任务跟进,实时自动预警提醒',
'可视化的数据报表,基于数据洞察项目状态',
],
detailUrl: 'https://docs.aliwork.com/docs/yida_support/',
experiedUrl: 'https://docs.aliwork.com/docs/yida_support/',
joinGroupUrl: 'https://docs.aliwork.com/docs/yida_support/',
},
{
id: 'IntelligentWeeklyReport',
text: '智能周报',
type: ['AI总结', 'AI风险分析', '群周报'],
icon: 'https://gw.alicdn.com/imgextra/i1/O1CN01PZ56YA226ZYCIXiGv_!!6000000007071-2-tps-120-120.png',
desc: '通过AI+钉钉群,轻松管理企业周报,实现内容速读、风险分析与预警',
img: 'https://gw.alicdn.com/imgextra/i3/O1CN01Vt9FPr25AdutbkhKx_!!6000000007486-0-tps-2328-1578.jpg',
sequence: [
'智能对话提交周报,内容高效透明',
'智能按周提醒,自动跟进周报填写',
'AI智能挖掘,重点信息快速阅读',
'群内查看历史周报、一键点赞与评论',
],
detailUrl: 'https://docs.aliwork.com/docs/yida_support/',
experiedUrl: 'https://docs.aliwork.com/docs/yida_support/',
joinGroupUrl: 'https://docs.aliwork.com/docs/yida_support/',
},
{
id: 'Intelligentcapitalretention',
text: '智能留资',
type: ['AI语音收集', 'AI数据分析', 'AI智能播报'],
icon: 'https://gw.alicdn.com/imgextra/i2/O1CN01JRnbFS1uAgAzrekkG_!!6000000005997-2-tps-108-108.png',
desc: '全新AI信息收集&统计新方式',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01aKxv3d1LEKn4b22nx_!!6000000001267-0-tps-2328-1578.jpg',
sequence: [
'AI语音提交留资信息,便捷高效',
'留资信息实时播报,群内及时跟进',
'留资数据定时总结,群内在线汇总',
'AI自助查询留资信息、个性化数据洞察',
],
detailUrl: 'https://docs.aliwork.com/docs/yida_support/',
experiedUrl: 'https://docs.aliwork.com/docs/yida_support/',
joinGroupUrl: 'https://docs.aliwork.com/docs/yida_support/',
},
]

{
personnelList: [
{
text: 'HR综合管理',
desc: '面试/入职/调离',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i2/O1CN01AhNQNB1KhocGtgrvr_!!6000000001196-0-tps-96-96.jpg',
},
{
text: '资产管理',
desc: '领用/借用/归还',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01ZT691Q1JCqDU0z2MJ_!!6000000000993-2-tps-240-240.png',
},
{
text: '用工招聘',
desc: 'HR/面试/招聘',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i2/O1CN01cEDaGm1a4SR1w1Ene_!!6000000003276-0-tps-240-240.jpg',
},
{
text: '人事管理',
desc: '录入/离职/调薪',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i4/O1CN01aNYKLj1kfEONtorag_!!6000000004710-0-tps-240-240.jpg',
},
{
text: '员工培训管理',
desc: '培训/资源/报表',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i2/O1CN01bycL5t23OGT68X4if_!!6000000007245-0-tps-118-120.jpg',
}, {
text: '服务工单管理',
desc: '项目/售后/结算',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01BQZBLw1eOqWtMru50_!!6000000003862-0-tps-240-240.jpg',
}, {
text: '办公用品领用',
desc: '清单/采购/付款',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i3/O1CN01FH2tmJ24T8FFCQlMy_!!6000000007391-2-tps-240-240.png',
}, {
text: '访客管理',
desc: '访客/申请/园区',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i3/O1CN01xcJzUv1JW4qlBXyHS_!!6000000001035-2-tps-240-240.png',
}, {
text: '考勤管理',
desc: '人事/请假/加班',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN012QuiRj1kYotjNXmTQ_!!6000000004696-0-tps-118-118.jpg',
}, {
text: '办公用品管理',
desc: '领用/录入/档案',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01kJhaiA1kjoP05pKS8_!!6000000004720-0-tps-120-118.jpg',
},
],
workList: [
{
text: '生产车间管理系统',
desc: '设备/班组/作业',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i4/O1CN01qLDvzR1zsiHv4qXnH_!!6000000006770-2-tps-240-240.png',
}, {
text: '用材项目管理',
desc: '立项/采购/成本',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i2/O1CN01y00tzC1wYc3gQEDlB_!!6000000006320-2-tps-240-240.png',
}, {
text: '生产排产',
desc: '设备/工艺/生产',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i3/O1CN01S189Wo26yquN4my3K_!!6000000007731-2-tps-240-240.png',
}, {
text: '报工计薪',
desc: '任务/报工/薪资',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN0134wyBI1dNdsALX7C5_!!6000000003724-2-tps-240-240.png',
}, {
text: '采购管理',
desc: '入库/出库/调拨',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01Wi9QdJ25zTprnLViC_!!6000000007597-2-tps-240-240.png',
}, {
text: '企业全流程管理',
desc: '设备/工单/日报',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01wsSKQU1C8zZsKFJPD_!!6000000000037-0-tps-240-240.jpg',
},
],
developList: [
{
text: '新春祝福',
desc: '祝福/心愿/点赞',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i4/O1CN01Mvqy5q1soPFoTtzp6_!!6000000005813-2-tps-240-240.png',
}, {
text: '新春海报',
desc: '除夕/元宵/开工',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01BDOZbd1gnhFWgSBI7_!!6000000004187-2-tps-240-240.png',
}, {
text: '奖项评选',
desc: '奖项/提名/投票',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i2/O1CN01JTKpHP1eWArmzuDPD_!!6000000003878-0-tps-240-240.jpg',
}, {
text: '智能周报',
desc: '日志/分析/总结',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i3/O1CN015KHejI2AD01kBnkmq_!!6000000008168-2-tps-120-120.png',
},
],
financialList: [
{
text: '计件薪资',
desc: '计件/薪资管理',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i2/O1CN01AhNQNB1KhocGtgrvr_!!6000000001196-0-tps-96-96.jpg',
}, {
text: '合同管理',
desc: '合同/收付款',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01BDOZbd1gnhFWgSBI7_!!6000000004187-2-tps-240-240.png',
}, {
text: '工资条',
desc: '工资条/错误反馈',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i2/O1CN01JTKpHP1eWArmzuDPD_!!6000000003878-0-tps-240-240.jpg',
}, {
text: '项目合同管理',
desc: '合同/评审/审批',
url: 'https://docs.aliwork.com/docs/yida_support/',
img: 'https://img.alicdn.com/imgextra/i1/O1CN01kJhaiA1kjoP05pKS8_!!6000000004720-0-tps-120-118.jpg',
},
],
}

数据源变量绑定

企业必备精选应用标签绑定

选中标签详情绑定

企业高频场景应用列表绑定

state.appList.personnelList

state.appList.workList

state.appList.developList

state.appList.financialList

事件绑定

企业必备精选应用标签列表点击及自动轮播事件绑定

// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。
export function didMount() {
clearInterval(timer);
clearTimeout(clickable);
this.tableTimer();
setTimeout(() => {
this.tabController();
}, 0);
}

// 标签切换
var clickable = null;
export function onTag1Click() {
const { selectedTag1 } = this.state;
if (selectedTag1.id !== this.item.id) {
clearInterval(timer);
clearTimeout(clickable);
this.setState({
selectedTag1: this.item,
});
clickable = setTimeout(() => {
this.tableTimer();
}, 5000);
this.tabController(this.index);
}
}

// 自动滑动
var timer = null;
export function tableTimer(time = 4000) {
clearTimeout(clickable);
timer = setInterval(() => {
const { tagList1, selectedTag1 } = this.state;
const nextIndex = (tagList1.findIndex((item) => {
return item.id === selectedTag1.id;
}) + 1) % tagList1.length;
this.setState({
selectedTag1: tagList1[nextIndex],
});
this.tabController(nextIndex);
}, time);
}

// 滑动背景滑块
export function tabController(selectedIndex = 0) {
const container = document.querySelector('#div_ls1gzljt');
const tab = container.childNodes[selectedIndex];
const tabBackground = document.querySelector('#div_m357zfu4');
container.scrollLeft = tab.offsetLeft + tab.offsetWidth / 2 - container.offsetWidth / 2;
tabBackground.setAttribute('style', `left: ${tab.offsetLeft}px; width: ${tab.offsetWidth}px; height: ${tab.offsetHeight}px`);
}

保存页面

模板修改说明

如何修改【立即咨询】链接

请按照以下步骤修改:

1、选中「立即咨询」按钮 ;2、点击右侧操作栏 「齿轮」图标 ;3、替换链接即可;

如何修改标签列表数据

1、打开左侧数据源;2、找到变量「 tagList 」;3、修改「 tagList 」中内容即可;

「 tagList 」参数分析:

  • id设置标签编码,唯一且不能重复
  • text设置标签显示标题
  • icon设置每个标签的展示图片

如何修改默认选中的标签

1、打开数据源变量; 2、找到变量 「 selectedTag 」;3、修改变量值即可;

注意:当前变量的内容需来自于变量「 tagList 」,「 id 」值请与「 tagList 」变量中的保持一致;

如何修改标签详情内容

1、点开数据源变量;2、找到变量 「 tagDetailList 」;3、修改变量内容即可;

「 tagDetailList 」参数分析:

  • id设置标签编码
  • text设置标签详情显示标题
  • type设置详情显示类型
  • icon设置缩略图
  • desc设置一句话描述
  • img设置标签详情右侧展示大图
  • sequence设置具体描述项
  • detailUrl设置 「了解详情」访问链接
  • experiedUrl设置「立即体验」访问链接
  • joinGroupUrl设置「入群交流」访问链接

如何修改人事行政列表数据

1、点击数据源变量;2、找到变量「 appList 」;3、修改「 appList 」中的 「 personnelList 」内容即可;

「 personnelList 」参数分析:

  • text设置显示标题
  • desc设置描述
  • url设置访问应用详情链接
  • img设置显示图片

如何修改车间制造列表数据

1、点击数据源变量;2、找到变量「 appList 」;3、修改「 appList 」中的 「 workList 」内容即可;

「 workList 」参数分析:

  • text设置显示标题
  • desc设置描述
  • url设置访问应用详情链接
  • img设置显示图片

如何修改全民开发列表数据

1、点击数据源变量;2、找到变量「 appList 」;3、修改「 appList 」中的 「 developList 」内容即可;

「 developList 」参数分析:

  • text设置显示标题
  • desc设置描述
  • url设置访问应用详情链接
  • img设置显示图片

如何修改财务报销列表数据

1、点击数据源变量;2、找到变量「 appList 」;3、修改「 appList 」中的 「 financialList 」内容即可;

「 financialList 」参数分析:

  • text设置显示标题
  • desc设置描述
  • url设置访问应用详情链接
  • img设置显示图片

如何修改【更多应用】链接

请按照以下步骤修改:

1、选中「更多应用」按钮 ;2、点击右侧操作栏 「齿轮」图标 ;3、替换链接即可;

首页二

创建自定义页面

页面内容区块如下。

完整配置源码:

{
"schemaType": "superform",
"schemaVersion": "5.0",
"utils": [
{
"name": "legaoBuiltin",
"type": "npm",
"content": {
"package": "@ali/vu-legao-builtin",
"version": "3.0.0",
"exportName": "legaoBuiltin"
}
},
{
"name": "yidaPlugin",
"type": "npm",
"content": {
"package": "@ali/vu-yida-plugin",
"version": "1.1.0",
"exportName": "yidaPlugin"
}
}
],
"actions": {
"module": {
"compiled": "'use strict';\n\nexports.__esModule = true;\nexports.didMount = didMount;\nexports.onTag1Click = onTag1Click;\nexports.tableTimer = tableTimer;\nexports.tabController = tabController;\n// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。\nfunction didMount() {\n var _this = this;\n\n clearInterval(timer);\n clearTimeout(clickable);\n this.tableTimer();\n setTimeout(function () {\n _this.tabController();\n }, 0);\n}\n\n// 标签切换\nvar clickable = null;\nfunction onTag1Click() {\n var _this2 = this;\n\n var selectedTag = this.state.selectedTag;\n\n if (selectedTag.id !== this.item.id) {\n clearInterval(timer);\n clearTimeout(clickable);\n this.setState({\n selectedTag: this.item\n });\n clickable = setTimeout(function () {\n _this2.tableTimer();\n }, 5000);\n this.tabController(this.index);\n }\n}\n\n// 自动滑动\nvar timer = null;\nfunction tableTimer() {\n var _this3 = this;\n\n var time = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 4000;\n\n clearTimeout(clickable);\n timer = setInterval(function () {\n var _state = _this3.state,\n tagList = _state.tagList,\n selectedTag = _state.selectedTag;\n\n var nextIndex = (tagList.findIndex(function (item) {\n return item.id === selectedTag.id;\n }) + 1) % tagList.length;\n _this3.setState({\n selectedTag: tagList[nextIndex]\n });\n _this3.tabController(nextIndex);\n }, time);\n}\n\n// 滑动背景滑块\nfunction tabController() {\n var selectedIndex = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;\n\n var container = document.querySelector('#div_ls1gzljt');\n var tab = container.childNodes[selectedIndex];\n var tabBackground = document.querySelector('#div_m357zfu4');\n container.scrollLeft = tab.offsetLeft + tab.offsetWidth / 2 - container.offsetWidth / 2;\n tabBackground.setAttribute('style', 'left: ' + tab.offsetLeft + 'px; width: ' + tab.offsetWidth + 'px; height: ' + tab.offsetHeight + 'px');\n}\n",
"source": "// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。\nexport function didMount() {\n clearInterval(timer);\n clearTimeout(clickable);\n this.tableTimer();\n setTimeout(() => {\n this.tabController();\n }, 0);\n}\n\n// 标签切换\nvar clickable = null;\nexport function onTag1Click() {\n const { selectedTag } = this.state;\n if (selectedTag.id !== this.item.id) {\n clearInterval(timer);\n clearTimeout(clickable);\n this.setState({\n selectedTag: this.item,\n });\n clickable = setTimeout(() => {\n this.tableTimer();\n }, 5000);\n this.tabController(this.index);\n }\n}\n\n// 自动滑动\nvar timer = null;\nexport function tableTimer(time = 4000) {\n clearTimeout(clickable);\n timer = setInterval(() => {\n const { tagList, selectedTag } = this.state;\n const nextIndex = (tagList.findIndex((item) => {\n return item.id === selectedTag.id;\n }) + 1) % tagList.length;\n this.setState({\n selectedTag: tagList[nextIndex],\n });\n this.tabController(nextIndex);\n }, time);\n}\n\n// 滑动背景滑块\nexport function tabController(selectedIndex = 0) {\n const container = document.querySelector('#div_ls1gzljt');\n const tab = container.childNodes[selectedIndex];\n const tabBackground = document.querySelector('#div_m357zfu4');\n container.scrollLeft = tab.offsetLeft + tab.offsetWidth / 2 - container.offsetWidth / 2;\n tabBackground.setAttribute('style', `left: ${tab.offsetLeft}px; width: ${tab.offsetWidth}px; height: ${tab.offsetHeight}px`);\n}"
},
"type": "FUNCTION",
"list": [
{
"id": "didMount",
"title": "didMount"
},
{
"id": "onTag1Click",
"title": "onTag1Click"
},
{
"id": "tableTimer",
"title": "tableTimer"
},
{
"id": "tabController",
"title": "tabController"
}
]
},
"pages": [
{
"componentsTree": [
{
"componentName": "Page",
"id": "node_oclqbq02ms1",
"props": {
"contentBgColor": "white",
"pageStyle": ":root {\n background-color: #f2f3f5;\n}\n\n@font-face {\n font-family: \"DingTalk-JinBuTi-Regular\";\n src: url(\"https://mass-office.alipay.com/huamei_koqzbu/afts/file/-qL_Q7_8YQAAAAAAAAAAABAADnV5AQBr/DingTalk%20JinBuTi.woff2\") format(\"woff2\");\n font-display: swap;\n}",
"contentMargin": "0",
"contentPadding": "0",
"showTitle": false,
"contentPaddingMobile": "0",
"templateVersion": "1.0.0",
"contentMarginMobile": "0",
"className": "page_lqbq0e3h",
"contentBgColorMobile": "white"
},
"condition": true,
"css": "body {\n background-color: #f2f3f5;\n}\n\n@font-face {\n font-family: \"DingTalk-JinBuTi-Regular\";\n src: url(\"https://mass-office.alipay.com/huamei_koqzbu/afts/file/-qL_Q7_8YQAAAAAAAAAAABAADnV5AQBr/DingTalk%20JinBuTi.woff2\") format(\"woff2\");\n font-display: swap;\n}.text_lqbq0e3k {\n font-size: 52px;\n font-weight: normal;\n line-height: 56px;\n color: #171A1D;\n font-family: DingTalk-JinBuTi-Regular;\n margin-bottom: 14px;\n text-align: center;\n}\n.text_lqbq0e3l {\n font-family: PingFangSC-Regular;\n font-size: 20px;\n font-weight: normal;\n line-height: 36px;\n color: #0B1637;\n margin-bottom: 44px;\n text-align: center;\n}\n.image_lqbq0e3p {\n display: block;\n}\n.div_lqbq0e3m {\n display: block;\n}\n.div_lqbq0e3i {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0e3i {\n margin: 0 16px;\n }\n}.div_lqbq0e3j {\n background-image: url(\"https://img.alicdn.com/imgextra/i1/O1CN015zo8Cg1bp0I1MulMm_!!6000000003513-2-tps-3360-1372.png\");\n background-size: cover;\n background-repeat: no-repeat;\n padding-top: 80px;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0e3j {\n padding-top: 40px;\n }\n}.text_lqbq0e3q {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n.text_lqbq0e3r {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n.image_lqbq0e3z {\n display: block;\n margin-bottom: 16px;\n}\n.text_lqbq0e40 {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_lqbq0e42 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e43 {\n \n}\n.div_lqbq0e44 {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.image_lqbq0ed2 {\n display: block;\n margin-bottom: 16px;\n}\n.text_lqbq0ed3 {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_lqbq0ed4 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0ed5 {\n \n}\n.div_lqbq0ed6 {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.image_lqbq0ed7 {\n display: block;\n margin-bottom: 16px;\n}\n.text_lqbq0ed8 {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_lqbq0ed9 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0eda {\n \n}\n.div_lqbq0edb {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.div_lqbq0e3y {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n .div_lqbq0e3y {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n .div_lqbq0e3y {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_lqbq0e3y {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n.div_lqbq0e3w {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0e3w {\n margin: 0 16px;\n }\n}.div_lqbq0e3x {\n background-image: linear-gradient(180deg, #FDFDFD 0%, #F4F4F4 52%, #F6F6F6 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0e3x {\n padding: 40px 0;\n }\n}\n.text_lqbq0e4n {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n.text_lqbq0e4o {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n.image_lqbq0e4p {\n display: block;\n width: 100%;\n}\n.text_lqbq0e4q {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n.text_lqbq0e4r {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0e4s {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 54px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e4t {\n background-color: #ffffff;\n padding: 24px;\n}\n.div_lqbq0e4u {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n.image_lqbq0e4v {\n display: block;\n width: 100%;\n}\n.text_lqbq0e4w {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n.text_lqbq0e4x {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0e4y {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e4z {\n background-color: #ffffff;\n padding: 24px;\n}\n.div_lqbq0e50 {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n.image_lqbq0e51 {\n display: block;\n width: 100%;\n}\n.text_lqbq0e52 {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n.text_lqbq0e53 {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0e54 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e55 {\n background-color: #ffffff;\n padding: 24px;\n}\n.div_lqbq0e56 {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n.image_lqbq0e57 {\n display: block;\n width: 100%;\n}\n.text_lqbq0e58 {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n margin-bottom: 0px;\n font-size: 20px;\n line-height: 30px;\n}\n.text_lqbq0e59 {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0e5a {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_lqbq0e5b {\n background-color: #ffffff;\n padding: 24px;\n}\n.div_lqbq0e5c {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n.div_lqbq0e5d {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(4, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n .div_lqbq0e5d {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n .div_lqbq0e5d {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_lqbq0e5d {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n.div_lqbq0e5e {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0e5e {\n margin: 0 16px;\n }\n}.div_lqbq0e5f {\n background-image: linear-gradient(180deg, rgba(213,236,255,0.40) 24%, rgba(213,236,255,0.40) 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0e5f {\n padding: 40px 0;\n }\n}\n.text_lqbq0e5g {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 32px;\n text-align: center;\n}\n.text_lqbq0edi {\n font-family: DingTalk-JinBuTi-Regular;\n font-size: 20px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 8px;\n}\n.text_lqbq0edj {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 20px;\n color: #747677;\n}\n.div_m35igoxx {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n font-size: 24px;\n margin-right: 12px;\n padding: 8px 12px;\n flex-shrink: 0;\n user-select: none;\n cursor: pointer;\n z-index: 1;\n}\n\n.div_m35igoxx.lastTag {\n margin-right: 0;\n}\n\n.div_m35igoxx:not(.selectedTag,.mobieTagItem):hover {\n background-color: rgba(23, 26, 29, 0.06);\n}.div_m35igoxy {\n position: absolute;\n border-radius: 8px;\n background-color: #ffffff;\n transition: left .5s;\n z-index: 0;\n}\n.div_m35igoxz {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-wrap: nowrap;\n overflow-x: auto;\n margin-bottom: 24px;\n}\n\n.div_m35igoxz::-webkit-scrollbar {\n display: none;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoxz {\n justify-content: flex-start;\n margin-bottom: 16px;\n }\n}\n.image_m35igoy0 {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n.text_m35igoy1 {\n flex: 1;\n font-family: PingFangSC-Regular;\n font-size: 14px;\n line-height: 22px;\n}\n.div_m35igoy2 {\n display: flex;\n margin-bottom: 8px;\n}\n\n.div_m35igoy2:last-child {\n margin-bottom: 0;\n}.div_m35igoy3 {\n display: flex;\n flex-direction: column;\n margin-bottom: 16px;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoy3 {\n margin-bottom: 12px;\n }\n}\n.div_m35igoy4 {\n padding: 24px;\n border-radius: 12px 0 0 12px;\n background: #ffffff;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoy4 {\n padding: 12px;\n border-radius: 0 0 12px 12px;\n }\n}.image_m35igoy5 {\n display: block;\n width: auto;\n height: auto;\n}\n\n@media screen and (max-width: 768px) {\n .image_m35igoy5 {\n height: 240px;\n }\n}\n\n\n.div_m35igoy6 {\n border-radius: 0 12px 12px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(9deg, rgba(72, 0, 255, 0.17) 3%, rgba(144, 0, 255, 0) 27%), linear-gradient(255deg, rgba(0, 102, 255, 0.21) 9%, rgba(0, 174, 255, 0) 66%), radial-gradient(114% 84% at 0% -2%, rgba(0, 200, 255, 0.17) 0%, rgba(7, 81, 255, 0) 99%), #FFFFFF;\n overflow: hidden;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoy6 {\n border-radius: 12px 12px 0 0;\n }\n}.div_m35igoy7 {\n width: 100%;\n display: grid;\n grid-template-columns: 1fr 2fr;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n transition: opacity 0.2s ease-in-out 0s;\n}\n\n.engine-document .div_m35igoy7 {\n position: relative;\n opacity: 1;\n}\n\n.div_m35igoy7.activeTag {\n opacity: 1;\n z-index: 99;\n transition: opacity 0.2s ease-in-out 0s;\n}\n\n@media screen and (max-width: 768px){\n .div_m35igoy7 {\n display: flex;\n flex-direction: column-reverse;\n }\n}.div_m35igoy8 {\n position: relative;\n height: 460px;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35igoy8 {\n height: 360px;\n }\n}\n.div_lqbq0ed1 {\n \n}\n.div_lqbq0e67 {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0e67 {\n margin: 0 16px;\n }\n}.div_lqbq0e68 {\n background-image: linear-gradient(270deg, rgba(213,236,255,0.40) 0%, rgba(229,243,255,0.40) 53%, rgba(208,233,255,0.40) 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0e68 {\n padding: 40px 0;\n }\n}\n.text_lqbq0eei {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n.text_lqbq0eej {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n.text_lqbq0eeo {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n.text_lqbq0eep {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n.link_lqoxurmu {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n.div_lqbq0eer {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n.text_lqc18niw {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n.text_lqc18nix {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n.link_lqoxurmv {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n.div_lqc18niz {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n.text_lqc3lrcu {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n.text_lqc3lrcv {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n.link_lqc3lrcw {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n.div_lqc3lrcx {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n.div_lqc18nj0 {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n .div_lqc18nj0 {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n .div_lqc18nj0 {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_lqc18nj0 {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}.div_lqbq0ees {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_lqbq0ees {\n margin: 0 16px;\n }\n}.div_lqbq0eet {\n background-color: #ffffff;\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lqbq0eet {\n padding: 40px 0;\n }\n}\n",
"methods": {
"__initMethods__": {
"type": "js",
"source": "function (exports, module) { /*set actions code here*/ }",
"compiled": "function (exports, module) { /*set actions code here*/ }"
}
},
"dataSource": {
"offline": [],
"globalConfig": {
"fit": {
"compiled": "'use strict';\n\nvar __preParser__ = function fit(response) {\n var content = response.content !== undefined ? response.content : response;\n var error = {\n message: response.errorMsg || response.errors && response.errors[0] && response.errors[0].msg || response.content || '远程数据源请求出错,success is false'\n };\n var success = true;\n if (response.success !== undefined) {\n success = response.success;\n } else if (response.hasError !== undefined) {\n success = !response.hasError;\n }\n return {\n content: content,\n success: success,\n error: error\n };\n};",
"source": "function fit(response) {
\n const content = (response.content !== undefined) ? response.content : response;
\n const error = {
\n message: response.errorMsg ||
\n (response.errors && response.errors[0] && response.errors[0].msg) ||
\n response.content || '远程数据源请求出错,success is false',
\n };
\n let success = true;
\n if (response.success !== undefined) {
\n success = response.success;
\n } else if (response.hasError !== undefined) {
\n success = !response.hasError;
\n }
\n return {
\n content,
\n success,
\n error,
\n };
\n}",
"type": "js",
"error": {}
}
},
"online": [
{
"id": "1RC66GC1JR1QGWLQFG4T7AP4NMIP28YUTW33M0",
"name": "urlParams",
"description": "当前页面地址的参数:如 aliwork.com/APP_xxxx/workbench?id=1&name=宜搭,可通过 this.state.urlParams.name 获取到宜搭",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "URI",
"isReadonly": true
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2C2DTI53M9",
"name": "tagList",
"description": "使用地图-场景标签列表",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": false,
"initialData": {
"variable": "[
\n {
\n id: '1',
\n title: '项目管理',
\n subTitle: '维护项目基础信息',
\n },
\n {
\n id: '2',
\n title: '任务管理',
\n subTitle: '项目任务进度一目了然',
\n },
\n {
\n id: '3',
\n title: '建立子任务',
\n subTitle: '项目进一步细化管理',
\n },
\n {
\n id: '4',
\n title: '任务跟进与转交',
\n subTitle: '任务全生命周期管理',
\n },
\n]",
"type": "variable",
"value": ""
}
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2Q2DTI53MA",
"name": "selectedTag",
"description": "使用地图-当前选中的场景标签",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": false,
"initialData": {
"variable": "{
\n id: '1',
\n title: '项目管理',
\n subTitle: '维护项目基础信息',
\n}",
"type": "variable",
"value": ""
}
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2W2DTI53MB",
"name": "tagDetailList",
"description": "使用地图-场景标签详情",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": false,
"initialData": {
"variable": "[
\n {
\n id: '1',
\n sequence: [
\n '在项目管理中录入项目的基础信息,后续任务与子任务均需与项目关联',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i3/O1CN01nZyoAH1njlAgFeFAP_!!6000000005126-2-tps-1920-1080.png',
\n },
\n {
\n id: '2',
\n sequence: [
\n '可在此建立项目下的主任务',
\n '已经添加的主任务,可自动同步到Teambition',
\n '添加主任务后,自动创建钉钉待办',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i1/O1CN016eBEKX1Wbeh4rKuET_!!6000000002807-2-tps-1920-1080.png',
\n },
\n {
\n id: '3',
\n sequence: [
\n '可在此建立主任务的细分子任务',
\n '已经添加的子任务,可自动同步到Teambition',
\n '添加子任务后,自动创建钉钉待办',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i2/O1CN01OAKd3W1e6z6GxgTcd_!!6000000003823-2-tps-1920-1080.png',
\n },
\n {
\n id: '4',
\n sequence: [
\n '团队成员进入“任务跟进管理”模块,及时填报任务进度',
\n '当项目需要变更项目负责人时,可进入“任务转交管理”进行变更',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i1/O1CN01cYbuN51jrldGVMdLX_!!6000000004602-2-tps-1920-1080.png',
\n }
\n]",
"type": "variable",
"value": ""
}
}
],
"list": [
{
"id": "1RC66GC1JR1QGWLQFG4T7AP4NMIP28YUTW33M0",
"name": "urlParams",
"description": "当前页面地址的参数:如 aliwork.com/APP_xxxx/workbench?id=1&name=宜搭,可通过 this.state.urlParams.name 获取到宜搭",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "URI",
"isReadonly": true
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2C2DTI53M9",
"name": "tagList",
"description": "使用地图-场景标签列表",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": false,
"initialData": {
"variable": "[
\n {
\n id: '1',
\n title: '项目管理',
\n subTitle: '维护项目基础信息',
\n },
\n {
\n id: '2',
\n title: '任务管理',
\n subTitle: '项目任务进度一目了然',
\n },
\n {
\n id: '3',
\n title: '建立子任务',
\n subTitle: '项目进一步细化管理',
\n },
\n {
\n id: '4',
\n title: '任务跟进与转交',
\n subTitle: '任务全生命周期管理',
\n },
\n]",
"type": "variable",
"value": ""
}
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2Q2DTI53MA",
"name": "selectedTag",
"description": "使用地图-当前选中的场景标签",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": false,
"initialData": {
"variable": "{
\n id: '1',
\n title: '项目管理',
\n subTitle: '维护项目基础信息',
\n}",
"type": "variable",
"value": ""
}
},
{
"id": "P8C664D1JW1QAG7EAV2Q85HKZ9DH2W2DTI53MB",
"name": "tagDetailList",
"description": "使用地图-场景标签详情",
"formUuid": "FORM-89487D1749BC424EB39228C424F4A203ZN3K",
"protocal": "VALUE",
"isModified": false,
"initialData": {
"variable": "[
\n {
\n id: '1',
\n sequence: [
\n '在项目管理中录入项目的基础信息,后续任务与子任务均需与项目关联',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i3/O1CN01nZyoAH1njlAgFeFAP_!!6000000005126-2-tps-1920-1080.png',
\n },
\n {
\n id: '2',
\n sequence: [
\n '可在此建立项目下的主任务',
\n '已经添加的主任务,可自动同步到Teambition',
\n '添加主任务后,自动创建钉钉待办',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i1/O1CN016eBEKX1Wbeh4rKuET_!!6000000002807-2-tps-1920-1080.png',
\n },
\n {
\n id: '3',
\n sequence: [
\n '可在此建立主任务的细分子任务',
\n '已经添加的子任务,可自动同步到Teambition',
\n '添加子任务后,自动创建钉钉待办',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i2/O1CN01OAKd3W1e6z6GxgTcd_!!6000000003823-2-tps-1920-1080.png',
\n },
\n {
\n id: '4',
\n sequence: [
\n '团队成员进入“任务跟进管理”模块,及时填报任务进度',
\n '当项目需要变更项目负责人时,可进入“任务转交管理”进行变更',
\n ],
\n img: 'https://img.alicdn.com/imgextra/i1/O1CN01cYbuN51jrldGVMdLX_!!6000000004602-2-tps-1920-1080.png',
\n }
\n]",
"type": "variable",
"value": ""
}
}
],
"sync": true
},
"lifeCycles": {
"constructor": {
"type": "js",
"compiled": "function constructor() {\nvar module = { exports: {} };\nvar _this = this;\nthis.__initMethods__(module.exports, module);\nObject.keys(module.exports).forEach(function(item) {\n if(typeof module.exports[item] === 'function'){\n _this[item] = module.exports[item];\n }\n});\n\n}",
"source": "function constructor() {\nvar module = { exports: {} };\nvar _this = this;\nthis.__initMethods__(module.exports, module);\nObject.keys(module.exports).forEach(function(item) {\n if(typeof module.exports[item] === 'function'){\n _this[item] = module.exports[item];\n }\n});\n\n}"
},
"componentDidMount": {
"name": "didMount",
"id": "didMount",
"params": {},
"type": "actionRef"
}
},
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "RootHeader",
"id": "node_oclqbq02ms2",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "RootContent",
"id": "node_oclqbq02ms3",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqc4eqi02x",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"behavior": "NORMAL",
"__style__": {},
"fieldId": "div_lqc4f8zc",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "内容区",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms5",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3j",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: url(\"https://img.alicdn.com/imgextra/i1/O1CN015zo8Cg1bp0I1MulMm_!!6000000003513-2-tps-3360-1372.png\");\n background-size: cover;\n background-repeat: no-repeat;\n padding-top: 80px;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding-top: 40px;\n }\n}",
"fieldId": "div_lqbq0kxx",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "任务通介绍",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms6",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3i",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0kxy",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms7",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e3k",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "NF5E0zTl",
"zh_CN": "任务通",
"en_US": "",
"value": "任务通"
},
"__style__": ":root {\n font-size: 52px;\n font-weight: normal;\n line-height: 56px;\n color: #171A1D;\n font-family: DingTalk-JinBuTi-Regular;\n margin-bottom: 14px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0kxz"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms8",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e3l",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "za55bl8b",
"zh_CN": "精准把握项目进度,团队动态一目了然",
"en_US": "",
"value": "精准把握项目进度,团队动态一目了然"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 20px;\n font-weight: normal;\n line-height: 36px;\n color: #0B1637;\n margin-bottom: 44px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0ky0"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms9",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3m",
"behavior": "NORMAL",
"__style__": ":root {\n display: block;\n}\n",
"fieldId": "div_lqbq0ky1",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02msa",
"props": {
"preview": false,
"autoHeight": true,
"src": "https://img.alicdn.com/imgextra/i2/O1CN01lhj0Cm1ScnDCGpf4o_!!6000000002268-2-tps-4975-1748.png",
"alt": "Image 404",
"className": "image_lqbq0e3p",
"fit": "contain",
"round": "自定义",
"width": "",
"autoWidth": true,
"roundRadius": "0",
"__style__": ":root {\n display: block;\n}\n",
"height": "",
"fieldId": "image_lqbq0ky2"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02msg",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3x",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: linear-gradient(180deg, #FDFDFD 0%, #F4F4F4 52%, #F6F6F6 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 40px 0;\n }\n}\n",
"fieldId": "div_lqbq0kyf",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "业务痛点",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02msh",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3w",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0kye",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msi",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e3q",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "C4Kbaxrd",
"zh_CN": "业务痛点",
"en_US": "",
"value": "业务痛点"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0ky8"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msj",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e3r",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "RZdyg4fh",
"zh_CN": "中小企业在项目管理中,常常遇到以下问题:",
"en_US": "",
"value": "中小企业在项目管理中,常常遇到以下问题:"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0ky9"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02mso",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e3y",
"behavior": "NORMAL",
"__style__": ":root {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n :root {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n :root {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n",
"fieldId": "div_lqbq0kyg",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02msp",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e44",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_lqbq0kyh",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02mss",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i4/O1CN019gPpuP1iK2pale262_!!6000000004393-2-tps-132-132.png",
"alt": "Image 404",
"className": "image_lqbq0e3z",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lqbq0kyk"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02mst",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e43",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lqbq0kyl",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msu",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e40",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "P8EAGU3l",
"zh_CN": "项目成员",
"en_US": "",
"value": "项目成员"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_lqbq0kym"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msw",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e42",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "ErCygK25",
"zh_CN": "· 项目内容变化多,不能及时知晓\n· 不同人员、不同任务要在不同平台协同,沟通效率低下",
"en_US": "",
"value": "· 项目内容变化多,不能及时知晓\n· 不同人员、不同任务要在不同平台协同,沟通效率低下"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0kyo"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02msc0",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0ed6",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_lqbq0l1v",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02msc1",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i1/O1CN01uP2fZU24nk3istuM3_!!6000000007436-2-tps-132-132.png",
"alt": "Image 404",
"className": "image_lqbq0ed2",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lqbq0l1r"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02msc2",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0ed5",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lqbq0l1u",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msc3",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0ed3",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "BikzL2zj",
"zh_CN": "项目负责人",
"en_US": "",
"value": "项目负责人"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_lqbq0l1s"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msc4",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0ed4",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "ljs0O8sr",
"zh_CN": "· 项目成员不愿意填报项目进度,导致项目数据缺失\n· 对于项目成员的工作进度、工作量缺少把控,容易造成项目成本超支",
"en_US": "",
"value": "· 项目成员不愿意填报项目进度,导致项目数据缺失\n· 对于项目成员的工作进度、工作量缺少把控,容易造成项目成本超支"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l1t"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02msc5",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0edb",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_lqbq0l20",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02msc6",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i1/O1CN01nyEX681pppdAUvQb3_!!6000000005410-2-tps-132-132.png",
"alt": "Image 404",
"className": "image_lqbq0ed7",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lqbq0l1w"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02msc7",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0eda",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lqbq0l1z",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msc8",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0ed8",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Uf6IkTv2",
"zh_CN": "企业管理者",
"en_US": "",
"value": "企业管理者"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_lqbq0l1x"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msc9",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0ed9",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "1S0zrv5P",
"zh_CN": "· 项目相关数据缺失,决策缺少依据\n· 项目经常出现超期等现象,严重影响客勤关系",
"en_US": "",
"value": "· 项目相关数据缺失,决策缺少依据\n· 项目经常出现超期等现象,严重影响客勤关系"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l1y"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms1f",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5f",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: linear-gradient(180deg, rgba(213,236,255,0.40) 24%, rgba(213,236,255,0.40) 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 40px 0;\n }\n}\n",
"fieldId": "div_lqbq0kzz",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "产品亮点",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms1g",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5e",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0kzy",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms1h",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4n",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "CTRAgdBo",
"zh_CN": "产品亮点",
"en_US": "",
"value": "产品亮点"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0kz7"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms1i",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4o",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "orQYLjji",
"zh_CN": "项目任务实时查看,项目进度在线填报,帮助企业科学管理项目进度,真正做到“进度可控,风险预知”",
"en_US": "",
"value": "项目任务实时查看,项目进度在线填报,帮助企业科学管理项目进度,真正做到“进度可控,风险预知”"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0kz8"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms1j",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5d",
"behavior": "NORMAL",
"__style__": ":root {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(4, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n :root {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n :root {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n",
"fieldId": "div_lqbq0kzx",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms1k",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e4u",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n",
"fieldId": "div_lqbq0kze",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02ms1l",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i1/O1CN01hRr2Fz1LUp0mZGdua_!!6000000001303-2-tps-849-468.png",
"alt": "Image 404",
"className": "image_lqbq0e4p",
"fit": "cover",
"round": "0",
"width": "",
"autoWidth": false,
"roundRadius": 0,
"__style__": ":root {\n display: block;\n width: 100%;\n}\n",
"height": 156,
"fieldId": "image_lqbq0kz9"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms1m",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e4t",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 24px;\n}\n",
"fieldId": "div_lqbq0kzd",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms1n",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4q",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "xlMW1HIe",
"zh_CN": "项目管理",
"en_US": "",
"value": "项目管理"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n",
"fieldId": "text_lqbq0kza"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms1o",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4r",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "cCC9bgge",
"zh_CN": "项目信息一览无遗",
"en_US": "",
"value": "项目信息一览无遗"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0kzb"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms1p",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4s",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "AqG5XnGO",
"zh_CN": "· 项目基础信息在线维护,历史项目过程可追溯\n· 项目关联任务在线可查",
"en_US": "",
"value": "· 项目基础信息在线维护,历史项目过程可追溯\n· 项目关联任务在线可查"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 54px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0kzc"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms28",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e50",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n",
"fieldId": "div_lqbq0l05",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02ms29",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i4/O1CN01NIiPQP1QOTbPVMqTh_!!6000000001966-2-tps-849-470.png",
"alt": "Image 404",
"className": "image_lqbq0e4v",
"fit": "cover",
"round": "0",
"width": "",
"autoWidth": false,
"roundRadius": 0,
"__style__": ":root {\n display: block;\n width: 100%;\n}\n",
"height": 156,
"fieldId": "image_lqbq0l00"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2a",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e4z",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 24px;\n}\n",
"fieldId": "div_lqbq0l04",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms2b",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4w",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "XVbVjoJH",
"zh_CN": "任务管理",
"en_US": "",
"value": "任务管理"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n",
"fieldId": "text_lqbq0l01"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2c",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4x",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Ui7RocVM",
"zh_CN": "让项目过程清晰可见",
"en_US": "",
"value": "让项目过程清晰可见"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l02"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2d",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e4y",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "A5ZcYtCr",
"zh_CN": "· 任务可拆分子任务,精细化项目进度管理\n· 任务跟进进度在线填报、实时可见",
"en_US": "",
"value": "· 任务可拆分子任务,精细化项目进度管理\n· 任务跟进进度在线填报、实时可见"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l03"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2e",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e56",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n",
"fieldId": "div_lqbq0l0b",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02ms2f",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN01iv0ba61UacXdJtvG9_!!6000000002534-2-tps-849-468.png",
"alt": "Image 404",
"className": "image_lqbq0e51",
"fit": "cover",
"round": "0",
"width": "",
"autoWidth": false,
"roundRadius": 0,
"__style__": ":root {\n display: block;\n width: 100%;\n}\n",
"height": 156,
"fieldId": "image_lqbq0l06"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2g",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e55",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 24px;\n}\n",
"fieldId": "div_lqbq0l0a",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms2h",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e52",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "yrKEyau0",
"zh_CN": "项目数据可视化",
"en_US": "",
"value": "项目数据可视化"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 0px;\n}\n",
"fieldId": "text_lqbq0l07"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2i",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e53",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "rx8yzXYS",
"zh_CN": "沉淀过程数据,助力企业决策",
"en_US": "",
"value": "沉淀过程数据,助力企业决策"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l08"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2j",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e54",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "p6qIAPUO",
"zh_CN": "· 项目过程数据可视化\n· AI赋能智能数据填报与分析",
"en_US": "",
"value": "· 项目过程数据可视化\n· AI赋能智能数据填报与分析"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l09"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2k",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5c",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n overflow: hidden;\n}\n",
"fieldId": "div_lqbq0l0h",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclqbq02ms2l",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN014NGDhB1YSc4xPiz2N_!!6000000003058-2-tps-849-468.png",
"alt": "Image 404",
"className": "image_lqbq0e57",
"fit": "cover",
"round": "0",
"width": "",
"autoWidth": false,
"roundRadius": 0,
"__style__": ":root {\n display: block;\n width: 100%;\n}\n",
"height": 156,
"fieldId": "image_lqbq0l0c"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2m",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e5b",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 24px;\n}\n",
"fieldId": "div_lqbq0l0g",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms2n",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e58",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "1o7FwCU6",
"zh_CN": "企业个性化任务管理",
"en_US": "",
"value": "企业个性化任务管理"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-weight: normal;\n color: #000000;\n margin-bottom: 0px;\n font-size: 20px;\n line-height: 30px;\n}\n",
"fieldId": "text_lqbq0l0d"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2o",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e59",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "6AcrUmrP",
"zh_CN": "应用随需而变",
"en_US": "",
"value": "应用随需而变"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l0e"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02ms2p",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e5a",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "iaY5YAFu",
"zh_CN": "· 灵活定制个性化诉求\n· 协同办公与钉钉深度融合",
"en_US": "",
"value": "· 灵活定制个性化诉求\n· 协同办公与钉钉深度融合"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n min-height: 66px;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lqbq0l0f"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02ms2q",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e68",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: linear-gradient(270deg, rgba(213,236,255,0.40) 0%, rgba(229,243,255,0.40) 53%, rgba(208,233,255,0.40) 100%);\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 40px 0;\n }\n}\n",
"fieldId": "div_lqbq0l1a",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "使用地图",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02ms2r",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0e67",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0l19",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02ms2s",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0e5g",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "txfyEj6B",
"value": "使用地图",
"zh_CN": "使用地图",
"en_US": "Use maps"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 32px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0l0i"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqbq02ms3j",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0ed1",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lqbq0l1b",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jdp",
"props": {
"useFieldIdAsDomId": true,
"width": "",
"customClassName": "",
"className": "div_m35igoxz",
"behavior": "NORMAL",
"__style__": ":root {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-wrap: nowrap;\n overflow-x: auto;\n margin-bottom: 24px;\n}\n\n:root::-webkit-scrollbar {\n display: none;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n justify-content: flex-start;\n margin-bottom: 16px;\n }\n}\n",
"fieldId": "div_ls1gzljt",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jdq",
"props": {
"useFieldIdAsDomId": false,
"onClick": {
"type": "JSExpression",
"value": "this.utils.legaoBuiltin.execEventFlow.bind(this, [this.onTag1Click])",
"events": [
{
"name": "onTag1Click",
"id": "onTag1Click",
"params": {},
"type": "actionRef",
"uuid": "1730790302951_29"
}
]
},
"width": "",
"customClassName": {
"type": "variable",
"value": "",
"variable": "`${state.selectedTag.id === item.id ? 'selectedTag' : ''} ${state.tagList.length === index + 1 ? 'lastTag' : ''} ${this.utils.isMobile() ? 'mobieTagItem' : ''}`"
},
"className": "div_m35igoxx",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n font-size: 24px;\n margin-right: 12px;\n padding: 8px 12px;\n flex-shrink: 0;\n user-select: none;\n cursor: pointer;\n z-index: 1;\n}\n\n:root.lastTag {\n margin-right: 0;\n}\n\n:root:not(.selectedTag,.mobieTagItem):hover {\n background-color: rgba(23, 26, 29, 0.06);\n}",
"fieldId": "div_ls1gzljs",
"height": ""
},
"condition": true,
"loop": {
"type": "variable",
"variable": "state.tagList"
},
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msd3",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0edi",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "variable",
"value": {
"type": "i18n",
"key": "Pi51Dwxa",
"zh_CN": "01 基础设置",
"en_US": "",
"value": "01 基础设置"
},
"variable": "index + 1 < 10 ?
\n`0${index + 1} ${item.title}` :
\n`${index + 1} ${item.title}`"
},
"__style__": ":root {\n font-family: DingTalk-JinBuTi-Regular;\n font-size: 20px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l2u"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msd4",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0edj",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "variable",
"value": {
"type": "i18n",
"key": "KlkYqudN",
"zh_CN": "录入产品/仓库/供应商/客户客户客户客户",
"en_US": "",
"value": "录入产品/仓库/供应商/客户客户客户客户"
},
"variable": "item.subTitle"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 20px;\n color: #747677;\n}\n",
"fieldId": "text_lqbq0l2v"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35hn4jdt",
"props": {
"useFieldIdAsDomId": true,
"width": "",
"customClassName": "",
"className": "div_m35igoxy",
"behavior": "NORMAL",
"__style__": ":root {\n position: absolute;\n border-radius: 8px;\n background-color: #ffffff;\n transition: left .5s;\n z-index: 0;\n}\n",
"fieldId": "div_m357zfu4",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35hn4jd1",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy8",
"behavior": "NORMAL",
"__style__": ":root {\n position: relative;\n height: 460px;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n height: 360px;\n }\n}\n",
"fieldId": "div_m341gb1o",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jd2",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": {
"type": "variable",
"value": "",
"variable": "state.selectedTag.id === item.id ? 'activeTag' : ''"
},
"className": "div_m35igoy7",
"behavior": "NORMAL",
"__style__": ":root {\n width: 100%;\n display: grid;\n grid-template-columns: 1fr 2fr;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n transition: opacity 0.2s ease-in-out 0s;\n}\n\n.engine-document :root {\n position: relative;\n opacity: 1;\n}\n\n:root.activeTag {\n opacity: 1;\n z-index: 99;\n transition: opacity 0.2s ease-in-out 0s;\n}\n\n@media screen and (max-width: 768px){\n :root {\n display: flex;\n flex-direction: column-reverse;\n }\n}",
"fieldId": "div_lyz5g6bv",
"height": ""
},
"condition": true,
"loop": {
"type": "variable",
"variable": "state.tagDetailList"
},
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jd3",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy4",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 24px;\n border-radius: 12px 0 0 12px;\n background: #ffffff;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n padding: 12px;\n border-radius: 0 0 12px 12px;\n }\n}",
"fieldId": "div_m357zfuu",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jdb",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy3",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n margin-bottom: 16px;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n margin-bottom: 12px;\n }\n}\n",
"fieldId": "div_lyz5g6bh",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35hn4jdc",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy2",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n margin-bottom: 8px;\n}\n\n:root:last-child {\n margin-bottom: 0;\n}",
"fieldId": "div_lyz5g6bg",
"height": ""
},
"condition": true,
"loop": {
"type": "variable",
"variable": "item.sequence"
},
"loopArgs": [
"_item",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35hn4jdd",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN01xzKmQe1J1OIncD062_!!6000000000968-2-tps-36-36.png",
"alt": "Image 404",
"className": "image_m35igoy0",
"fit": "cover",
"round": "0",
"width": 12,
"autoWidth": false,
"roundRadius": "0",
"__style__": ":root {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n",
"height": 12,
"fieldId": "image_lyz5g6be"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35hn4jde",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35igoy1",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "variable",
"value": {
"type": "i18n",
"key": "d4oN7Wkt",
"zh_CN": "实时在线进行入、出、调、盘库全流程协作",
"en_US": "",
"value": "实时在线进行入、出、调、盘库全流程协作"
},
"variable": "_item"
},
"__style__": ":root {\n flex: 1;\n font-family: PingFangSC-Regular;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lyz5g6bf"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_ocm35hn4jdn",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35igoy6",
"behavior": "NORMAL",
"__style__": ":root {\n border-radius: 0 12px 12px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(9deg, rgba(72, 0, 255, 0.17) 3%, rgba(144, 0, 255, 0) 27%), linear-gradient(255deg, rgba(0, 102, 255, 0.21) 9%, rgba(0, 174, 255, 0) 66%), radial-gradient(114% 84% at 0% -2%, rgba(0, 200, 255, 0.17) 0%, rgba(7, 81, 255, 0) 99%), #FFFFFF;\n overflow: hidden;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n border-radius: 12px 12px 0 0;\n }\n}",
"fieldId": "div_m357zfuv",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35hn4jdo",
"props": {
"preview": false,
"autoHeight": false,
"src": {
"type": "variable",
"value": "https://img.alicdn.com/imgextra/i3/O1CN01zWhRVE1fjkCmBFmLl_!!6000000004043-2-tps-2486-874.png_.webp",
"variable": "item.img"
},
"alt": "Image 404",
"className": "image_m35igoy5",
"fit": "contain",
"round": "自定义",
"width": "",
"autoWidth": false,
"roundRadius": "",
"__style__": ":root {\n display: block;\n width: auto;\n height: auto;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n height: 240px;\n }\n}\n\n\n",
"height": "",
"fieldId": "image_lyz5g6bs"
},
"condition": true,
"loopArgs": [
"item",
"index"
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclqbq02msei",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0eet",
"behavior": "NORMAL",
"__style__": ":root {\n background-color: #ffffff;\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 40px 0;\n }\n}\n",
"fieldId": "div_lqbq0l3z",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "更多帮助",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02msej",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0ees",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lqbq0l3y",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msek",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0eei",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "08D4ZhGg",
"zh_CN": "更多帮助",
"en_US": "",
"value": "更多帮助"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 36px;\n font-weight: normal;\n line-height: 40px;\n color: #171A1D;\n margin-bottom: 16px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0l3v"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02mseq",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0eej",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "RqzDRQ6s",
"zh_CN": "快速了解全貌功能,上手核心业务,按需调整应用流程",
"en_US": "",
"value": "快速了解全貌功能,上手核心业务,按需调整应用流程"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 40px;\n text-align: center;\n}\n",
"fieldId": "text_lqbq0l43"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclqc146z91",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqc18nj0",
"behavior": "NORMAL",
"__style__": ":root {\n width: 100%;\n display: grid;\n grid-area: span 1 / span 1;\n gap: 16px;\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n :root {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n :root {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}",
"fieldId": "div_lqc164p9",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclqbq02mseu",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqbq0eer",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n",
"fieldId": "div_lqbq0l4a",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqbq02msev",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0eeo",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "xNjdc9Up",
"zh_CN": "应用使用指南",
"en_US": "",
"value": "应用使用指南"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqbq0l47"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqbq02msew",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqbq0eep",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "mkERaJgM",
"zh_CN": "各模块功能介绍,全面了解如何数字化管理项目任务",
"en_US": "",
"value": "各模块功能介绍,全面了解如何数字化管理项目任务"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n",
"fieldId": "text_lqbq0l48"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Link",
"id": "node_oclqoxqts12",
"props": {
"link": {
"type": "url",
"page": {
"formType": "display",
"label": "应用使用指南",
"value": "FORM-E15DBD1EDDE046EA8C9951E10EA1BFEDVMYC"
},
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "link_lqoxurmu",
"textOverflow": false,
"content": {
"type": "i18n",
"key": "XoOfng2v",
"zh_CN": "查看详情 >",
"en_US": "",
"value": "查看详情 >"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n",
"fieldId": "link_lqoxskhr"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_oclqc146z92",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqc18niz",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n",
"fieldId": "div_lqc164pd",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqc146z93",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqc18niw",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Gv22revC",
"zh_CN": "应用搭建指南",
"en_US": "",
"value": "应用搭建指南"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqc164pa"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqc146z94",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqc18nix",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "GIHcwH5J",
"zh_CN": "各模块详细配置说明,学习根据实际业务配置-修改-使用该应用",
"en_US": "",
"value": "各模块详细配置说明,学习根据实际业务配置-修改-使用该应用"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n",
"fieldId": "text_lqc164pb"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Link",
"id": "node_oclqoxqts13",
"props": {
"link": {
"type": "url",
"page": {
"formType": "display",
"label": "应用搭建指南",
"value": "FORM-F9923939A50B404A966F0471F1DF9376OK0K"
},
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "link_lqoxurmv",
"textOverflow": false,
"content": {
"type": "i18n",
"key": "XoOfng2v",
"zh_CN": "查看详情 >",
"en_US": "",
"value": "查看详情 >"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n",
"fieldId": "link_lqoxskhs"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_oclqc3kdsd1",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lqc3lrcx",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 24px;\n background: radial-gradient(113% 113% at 94% 0%, rgba(0,137,255,0.13) 0%, rgba(109,188,255,0.09) 45%, rgba(250,253,255,0.00) 99%, rgba(255,255,255,0.00) 99%), #F4FAFE;\n border-radius: 8px;\n}\n",
"fieldId": "div_lqc3kopb",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclqc3kdsd2",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqc3lrcu",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "QnrCDsK9",
"zh_CN": "交流咨询",
"en_US": "",
"value": "交流咨询"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 24px;\n font-weight: normal;\n line-height: 36px;\n color: #171A1D;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lqc3kop8"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclqc3kdsd3",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lqc3lrcv",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "zD4NDYEL",
"zh_CN": "入群交流您的任何相关场景与功能疑问,帮助业务快速落地",
"en_US": "",
"value": "入群交流您的任何相关场景与功能疑问,帮助业务快速落地"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #747677;\n margin-bottom: 12px;\n}\n",
"fieldId": "text_lqc3kop9"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Link",
"id": "node_oclqc3kdsd4",
"props": {
"link": {
"type": "url",
"page": {
"formType": "display",
"label": "搭建指南「管理员必看说明」",
"value": "FORM-7S566MA10BJFWNH9FT4ZV4X94SNL24N0YACOL0"
},
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "link_lqc3lrcw",
"textOverflow": false,
"content": {
"type": "i18n",
"key": "XoOfng2v",
"zh_CN": "查看详情 >",
"en_US": "",
"value": "查看详情 >"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 16px;\n font-weight: normal;\n line-height: 24px;\n color: #0089FF;\n}\n",
"fieldId": "link_lqc3kopa"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "RootFooter",
"id": "node_oclqbq02ms4",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
],
"componentsMap": [
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RootHeader"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Text"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Image"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Div"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Link"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RootContent"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RootFooter"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Page"
}
]
}
]
}

配置数据源变量

[
{
id: '1',
title: '项目管理',
subTitle: '维护项目基础信息',
},
{
id: '2',
title: '任务管理',
subTitle: '项目任务进度一目了然',
},
{
id: '3',
title: '建立子任务',
subTitle: '项目进一步细化管理',
},
{
id: '4',
title: '任务跟进与转交',
subTitle: '任务全生命周期管理',
},
]

{
id: '1',
title: '项目管理',
subTitle: '维护项目基础信息',
}

[
{
id: '1',
sequence: [
'在项目管理中录入项目的基础信息,后续任务与子任务均需与项目关联',
],
img: 'https://img.alicdn.com/imgextra/i3/O1CN01nZyoAH1njlAgFeFAP_!!6000000005126-2-tps-1920-1080.png',
},
{
id: '2',
sequence: [
'可在此建立项目下的主任务',
'已经添加的主任务,可自动同步到Teambition',
'添加主任务后,自动创建钉钉待办',
],
img: 'https://img.alicdn.com/imgextra/i1/O1CN016eBEKX1Wbeh4rKuET_!!6000000002807-2-tps-1920-1080.png',
},
{
id: '3',
sequence: [
'可在此建立主任务的细分子任务',
'已经添加的子任务,可自动同步到Teambition',
'添加子任务后,自动创建钉钉待办',
],
img: 'https://img.alicdn.com/imgextra/i2/O1CN01OAKd3W1e6z6GxgTcd_!!6000000003823-2-tps-1920-1080.png',
},
{
id: '4',
sequence: [
'团队成员进入“任务跟进管理”模块,及时填报任务进度',
'当项目需要变更项目负责人时,可进入“任务转交管理”进行变更',
],
img: 'https://img.alicdn.com/imgextra/i1/O1CN01cYbuN51jrldGVMdLX_!!6000000004602-2-tps-1920-1080.png',
}
]

数据源变量绑定

使用地图标签列表绑定

选中标签详情绑定

事件绑定

使用地图标签列表点击及自动轮播事件绑定

// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。
export function didMount() {
clearInterval(timer);
clearTimeout(clickable);
this.tableTimer();
setTimeout(() => {
this.tabController();
}, 0);
}

// 标签切换
var clickable = null;
export function onTagClick() {
const { selectedTag } = this.state;
if (selectedTag.id !== this.item.id) {
clearInterval(timer);
clearTimeout(clickable);
this.setState({
selectedTag: this.item,
});
clickable = setTimeout(() => {
this.tableTimer();
}, 5000);
this.tabController(this.index);
}
}

// 自动滑动
var timer = null;
export function tableTimer(time = 4000) {
clearTimeout(clickable);
timer = setInterval(() => {
const { tagList, selectedTag } = this.state;
const nextIndex = (tagList.findIndex((item) => {
return item.id === selectedTag.id;
}) + 1) % tagList.length;
this.setState({
selectedTag: tagList[nextIndex],
});
this.tabController(nextIndex);
}, time);
}

// 滑动背景滑块
export function tabController(selectedIndex = 0) {
const container = document.querySelector('#div_ls1gzljt');
const tab = container.childNodes[selectedIndex];
const tabBackground = document.querySelector('#div_m357zfu4');
container.scrollLeft = tab.offsetLeft + tab.offsetWidth / 2 - container.offsetWidth / 2;
tabBackground.setAttribute('style', `left: ${tab.offsetLeft}px; width: ${tab.offsetWidth}px; height: ${tab.offsetHeight}px`);
}

保存页面

模板修改说明

如何修改标签列表数据

1、打开左侧数据源;2、找到变量「 tagList 」;3、修改「 tagList 」中内容即可;

「 tagList 」参数分析:

  • id设置标签编码,唯一且不能重复
  • text设置标签显示标题
  • icon设置每个标签的展示图片

如何修改默认选中的标签

1、打开数据源变量; 2、找到变量 「 selectedTag 」;3、修改变量值即可;

注意:当前变量的内容需来自于变量「 tagList 」,「 id 」值请与「 tagList 」变量中的保持一致;

如何修改标签详情内容

1、打开数据源变量;2、找到变量 「 tagDetailList 」;3、修改变量内容即可;

「 tagDetailList 」参数分析:

  • id设置标签编码
  • sequence设置具体描述项
  • img设置标签详情右侧展示大图

如何修改【查看详情】链接

1、选中「查看详情」 ;2、找到右侧操作栏链接地址,替换链接即可;

首页三

创建自定义页面

页面内容区块如下。

完整配置源码:

{
"schemaType": "superform",
"schemaVersion": "5.0",
"utils": [
{
"name": "legaoBuiltin",
"type": "npm",
"content": {
"package": "@ali/vu-legao-builtin",
"version": "3.0.0",
"exportName": "legaoBuiltin"
}
},
{
"name": "yidaPlugin",
"type": "npm",
"content": {
"package": "@ali/vu-yida-plugin",
"version": "1.1.0",
"exportName": "yidaPlugin"
}
}
],
"actions": {
"module": {
"compiled": "\"use strict\";\n\nexports.__esModule = true;\nexports.didMount = didMount;\n// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。\nfunction didMount() {}\n",
"source": "// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。\nexport function didMount() {\n \n}"
},
"type": "FUNCTION",
"list": [
{
"id": "didMount",
"title": "didMount"
}
]
},
"pages": [
{
"componentsTree": [
{
"componentName": "Page",
"id": "node_ocl6pxns5z1",
"props": {
"contentBgColor": "transparent",
"pageStyle": ":root {\n background-color: #f2f3f5;\n}\n\n@font-face {\n font-family: \"DingTalk-JinBuTi-Regular\";\n src: url(\"https://mass-office.alipay.com/huamei_koqzbu/afts/file/-qL_Q7_8YQAAAAAAAAAAABAADnV5AQBr/DingTalk%20JinBuTi.woff2\") format(\"woff2\");\n font-display: swap;\n}",
"contentMargin": "0",
"contentPadding": "0",
"showTitle": false,
"contentPaddingMobile": "0",
"templateVersion": "1.0.0",
"contentMarginMobile": "0",
"className": "page_l6pxo9v5",
"contentBgColorMobile": "transparent"
},
"condition": true,
"css": "body {\n background-color: #f2f3f5;\n}\n\n@font-face {\n font-family: \"DingTalk-JinBuTi-Regular\";\n src: url(\"https://mass-office.alipay.com/huamei_koqzbu/afts/file/-qL_Q7_8YQAAAAAAAAAAABAADnV5AQBr/DingTalk%20JinBuTi.woff2\") format(\"woff2\");\n font-display: swap;\n}.text_m35j897s {\n background-clip: text;\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-image: linear-gradient(90deg, rgb(36, 73, 254), rgb(202, 75, 167));\n color: rgb(36, 73, 254);\n}\n.div_m35j897t {\n display: flex;\n font-size: 56px;\n font-weight: bold;\n margin-bottom: 8px;\n}\n@media screen and (max-width: 768px){\n .div_m35j897t {\n font-size: 32px;\n }\n}\n@media screen and (max-width: 480px) {\n .div_m35j897t {\n font-size: 22px;\n }\n}\n@media screen and (max-width: 1200px) {\n .div_m35j897t {\n font-size: 32px;\n }\n}.text_l6q90n3b {\n width: 100%;\n margin-bottom: 60px;\n font-weight: normal;\n letter-spacing: 0px;\n font-size: 16px;\n line-height: 24px;\n color: #181C1F;\n}\n\n@media screen and (max-width: 768px){\n .text_l6q90n3b {\n text-align: center;\n margin-bottom: 30px;\n color: #35415E;\n }\n}.text_m2x272ua {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #FFFFFF;\n}\n.linkblock_m35j896n {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 24px;\n gap: 4px;\n min-width: 140px;\n height: 40px;\n border-radius: 12px;\n background: linear-gradient(106deg, #C676FF 0%, #654CFF 41%, #405EFF 75%, #007FFF 99%);\n cursor: pointer;\n margin-right: 16px;\n}.text_m2x272uc {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #171A1D;\n}\n.linkblock_m35j896o {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 24px;\n gap: 4px;\n min-width: 140px;\n height: 40px;\n border-radius: 12px;\n background: #FFFFFF;\n cursor: pointer;\n}.div_m2x272ue {\n display: flex;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.div_l6u3ra81 {\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n@media screen and (max-width: 768px){\n .div_l6u3ra81 {\n align-items: center;\n margin-bottom: 16px;\n }\n}.image_l6q90n3c {\n display: block;\n max-width: 700px;\n height: auto;\n}\n\n@media screen and (max-width: 768px){\n .image_l6q90n3c {\n max-width: 100%;\n }\n}.div_l6u3ra83 {\n display: flex;\n justify-content: space-between;\n}\n\n@media screen and (max-width: 768px){\n .div_l6u3ra83 {\n flex-direction: column;\n align-items: center\n }\n}\n.text_lysenntd {\n text-align: center;\n font-size: 48px;\n font-weight: 500;\n line-height: 56px;\n color: #171A1D;\n margin-bottom: 40px;\n}\n\n@media screen and (max-width: 768px){\n .text_lysenntd {\n margin-bottom: 24px;\n font-size: 32px;\n }\n}\n@media screen and (max-width: 480px) {\n .text_lysenntd {\n font-size: 22px;\n }\n}.image_lysenntf {\n display: block;\n margin-bottom: 16px;\n}\n.text_lysenntg {\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 8px;\n}\n.text_lysennth {\n font-size: 14px;\n line-height: 22px;\n color: #5C5E60;\n}\n.div_lysenntj {\n display: flex;\n flex-direction: column;\n background: linear-gradient(180deg, #FDF3F2 16%, rgba(253, 243, 242, 0) 41%);\n border-radius: 24px;\n padding: 24px;\n}\n.image_m35j896p {\n display: block;\n margin-bottom: 16px;\n}\n.text_m35j896q {\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 8px;\n}\n.text_m35j896r {\n font-size: 14px;\n line-height: 22px;\n color: #5C5E60;\n}\n.div_m35j896t {\n display: flex;\n flex-direction: column;\n background: linear-gradient(180deg, #FDF3F2 16%, rgba(253, 243, 242, 0) 41%);\n border-radius: 24px;\n padding: 24px;\n}\n.image_m35j896u {\n display: block;\n margin-bottom: 16px;\n}\n.text_m35j896v {\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 8px;\n}\n.text_m35j896w {\n font-size: 14px;\n line-height: 22px;\n color: #5C5E60;\n}\n.div_m35j896y {\n display: flex;\n flex-direction: column;\n background: linear-gradient(180deg, #FDF3F2 16%, rgba(253, 243, 242, 0) 41%);\n border-radius: 24px;\n padding: 24px;\n}\n.image_m35j896z {\n display: block;\n margin-bottom: 16px;\n}\n.text_m35j8970 {\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 8px;\n}\n.text_m35j8971 {\n font-size: 14px;\n line-height: 22px;\n color: #5C5E60;\n}\n.div_m35j8973 {\n display: flex;\n flex-direction: column;\n background: linear-gradient(180deg, #FDF3F2 16%, rgba(253, 243, 242, 0) 41%);\n border-radius: 24px;\n padding: 24px;\n}\n.div_lysenntz {\n display: grid;\n gap: 16px;\n grid-template-columns: repeat(4, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n .div_lysenntz {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n .div_lysenntz {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_lysenntz {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n.div_lysennu0 {\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lysennu0 {\n padding: 24px 0;\n }\n}\n.div_m35j896m {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_m35j896m {\n margin: 0 16px;\n }\n}.div_l6q6xvlx {\n background-image: url('https://gw.alicdn.com/imgextra/i3/O1CN01PHv0Vi1lP258taZ4p_!!6000000004810-0-tps-6720-6639.jpg');\n background-repeat: no-repeat;\n background-size: cover;\n padding-top: 80px;\n}\n\n@media screen and (max-width: 768px){\n .div_l6q6xvlx {\n padding-top: 40px;\n }\n}.text_m35j897u {\n background-clip: text;\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-image: linear-gradient(90deg, rgb(36, 73, 254), rgb(202, 75, 167));\n color: rgb(36, 73, 254);\n}\n.div_m35j897v {\n display: flex;\n font-size: 56px;\n font-weight: bold;\n margin-bottom: 40px;\n align-items: center;\n justify-content: center;\n}\n\n@media screen and (max-width: 768px){\n .div_m35j897v {\n font-size: 32px;\n margin-bottom: 24px;\n }\n}\n@media screen and (max-width: 480px) {\n .div_m35j897v {\n font-size: 22px;\n }\n}.richtext_m2y5gho9 {\n margin-bottom: 32px;\n}\n.div_ls15mwdm {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_ls15mwdm {\n margin: 0 16px;\n }\n}.div_ls1fwm7o {\n background-image: url('https://gw.alicdn.com/imgextra/i4/O1CN01Bldb9p22FjVV8j2p0_!!6000000007091-0-tps-3360-1646.jpg');\n background-repeat: no-repeat;\n background-size: cover;\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_ls1fwm7o {\n padding: 24px 0;\n }\n}\n.text_m35j897w {\n background-clip: text;\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-image: linear-gradient(90deg, rgb(36, 73, 254), rgb(202, 75, 167));\n color: rgb(36, 73, 254);\n}\n.div_m35j897x {\n display: flex;\n font-size: 56px;\n font-weight: bold;\n margin-bottom: 40px;\n align-items: center;\n justify-content: center;\n}\n@media screen and (max-width: 768px){\n .div_m35j897x {\n font-size: 32px;\n margin-bottom: 24px;\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_m35j897x {\n font-size: 22px;\n }\n}.image_m35j8974 {\n display: block;\n border-radius: 12px 0 0 12px;\n width: 100%;\n height: 100%;\n}\n.div_m35nyfz8 {\n border-radius: 0 12px 12px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.text_m35j8976 {\n font-family: PingFang SC;\n font-size: 32px;\n font-weight: 600;\n line-height: 48px;\n letter-spacing: 0px;\n color: #181C1F;\n margin-bottom: 12px;\n}\n\n@media screen and (max-width: 768px){\n .text_m35j8976 {\n font-size: 22px;\n margin-bottom: 0px;\n }\n}\n@media screen and (max-width: 1200px) {\n .text_m35j8976 {\n font-size: 24px;\n }\n}.richtext_m35j8977 {\n margin-bottom: 80px;\n}\n\n@media screen and (max-width: 768px){\n .richtext_m35j8977 {\n margin-bottom: 12px;\n }\n}.text_m35j8978 {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #FFFFFF;\n}\n.linkblock_m35j897r {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 24px;\n gap: 4px;\n max-width: 144px;\n height: 40px;\n border-radius: 12px;\n background: linear-gradient(106deg, #C676FF 0%, #654CFF 41%, #405EFF 75%, #007FFF 99%);\n cursor: pointer;\n}.div_m35j897a {\n\n}\n.div_m35nyfz9 {\npadding: 24px 32px 0px 32px;\n}\n@media screen and (max-width: 768px){\n .div_m35nyfz9 {\n padding: 16px 0px 0px 0px;\n }\n}.div_m35j897d {\n margin-bottom: 30px;\n width: 100%;\n display: grid;\n grid-template-columns: 2fr 1fr;\n background: #F6F8FD;\n padding: 40px;\n border-radius: 12px;\n}\n@media screen and (max-width: 768px){\n .div_m35j897d {\n display: flex;\n flex-direction: column;\n padding: 16px;\n }\n}.image_lywhd7oc {\n display: block;\n margin: auto;\n border-radius: 12px 0 0 12px;\n}\n@media screen and (max-width: 768px) {\n .image_lywhd7oc {\n border-radius: 12px 12px 0px 0px;\n }\n}.image_lywhd7oe {\n margin-right: 6px;\n}\n.text_lywhd7of {\nfont-family: DingTalk-JinBuTi-Regular;\n}\n.div_lywhd7og {\n color: #171A1D;\n line-height: 27px;\n white-space: nowrap;\n text-align: center;\n z-index: 1;\n margin-right: 16px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: start;\n width: 208px;\nheight: 74px;\nborder-radius: 12px;\nfont-size: 28px;\nfont-weight: normal;\n user-select: none;\n}\n\n.div_lywhd7og:hover {\n font-size: 28px;\n color:#000000;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.div_lywhd7og.tableicon {\n font-size: 28px;\n color: #000;\n background-color: #fff;\n border-radius: 12px;\n transition: color .5s;\n}.text_lywhd7oh {\n align-items: center;\n justify-content: center;\n background: #F1F2F3;\n margin-right: 8px;\n border-radius: 6px;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n letter-spacing: 0px;\n color: #000000;\n width: 108px;\n height: 30px;\n display: flex;\n}\n.text_m35j897g {\n align-items: center;\n justify-content: center;\n background: #F1F2F3;\n margin-right: 8px;\n border-radius: 6px;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n letter-spacing: 0px;\n color: #000000;\n width: 108px;\n height: 30px;\n display: flex;\n}\n.text_m35j897h {\n align-items: center;\n justify-content: center;\n background: #F1F2F3;\n margin-right: 8px;\n border-radius: 6px;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n letter-spacing: 0px;\n color: #000000;\n width: 108px;\n height: 30px;\n display: flex;\n}\n.div_lywhd7oi {\n display: flex;\n justify-content: flex-start;\n}\n.text_lywhd7oj {\n margin-top: 24px;\n margin-bottom: 24px;\n /* font-family: 苹方-简; */\nfont-size: 20px;\nfont-weight: 500;\nline-height: 30px;\nletter-spacing: 0px;\ncolor: #171A1D;\n}\n.image_lywhd7ok {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n.text_lywhd7ol {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n}\n.div_lywhd7om {\n display: flex;\n margin-bottom: 16px;\n}\n\n.div_lywhd7om:last-child {\n margin-bottom: 0;\n}.image_m35j897i {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n.text_m35j897j {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n}\n.div_m35j897k {\n display: flex;\n margin-bottom: 16px;\n}\n\n.div_m35j897k:last-child {\n margin-bottom: 0;\n}.image_m35j897l {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n.text_m35j897m {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n}\n.div_m35j897n {\n display: flex;\n margin-bottom: 16px;\n}\n\n.div_m35j897n:last-child {\n margin-bottom: 0;\n}.image_m35j897o {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n.text_m35j897p {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n}\n.div_m35j897q {\n display: flex;\n margin-bottom: 16px;\n}\n\n.div_m35j897q:last-child {\n margin-bottom: 0;\n}.div_lywhd7on {\n\n}\n.div_lywhd7oo {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n cursor: pointer;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n letter-spacing: 0px;\n /* 品牌色/默认 */color: #0089FF;\n margin-top: 12px;\n margin-bottom: 40px;\n}\n.button_lywhd7op {\n width: 100%\n}\n.linkblock_lywhd7oq {\n margin-right: 12px;\n margin-bottom: 12px;\n width: 50%;\n cursor: pointer;\n\n}\n.button_lywhd7or {\n cursor: pointer;\n width: 100%;\n margin-bottom: 12px;\n color: #0089FF !important;\n background: linear-gradient(0deg, rgba(0, 133, 255, 0.12), rgba(0, 133, 255, 0.12)), #FFFFFF !important;\n}\n.button_lywhd7or:hover {\n opacity: 0.8 !important;\nbackground: linear-gradient(0deg, rgba(0, 133, 255, 0.12), rgba(0, 133, 255, 0.12)), #FFFFFF !important;\n}.linkblock_lywhd7os {\n cursor: pointer;\n min-width: 52%;\n}\n.div_lywhd7ot {\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n.div_m35pluhv {\n background: #fff;\n padding: 24px 16px 0px 16px;\n border-radius:0 12px 12px 0;\n}\n\n@media screen and (max-width: 768px) {\n .div_m35pluhv {\n border-radius: 0 0 12px 12px;\n padding: 16px;\n }\n}\n.div_m35pluhw {\n width: 100%;\n display: grid;\n grid-template-columns: 2fr 1fr;\n background: linear-gradient(9deg, rgba(72, 0, 255, 0.17) 3%, rgba(144, 0, 255, 0) 27%), linear-gradient(255deg, rgba(0, 102, 255, 0.21) 9%, rgba(0, 174, 255, 0) 66%), radial-gradient(114% 84% at 0% -2%, rgba(0, 200, 255, 0.17) 0%, rgba(7, 81, 255, 0) 99%), #FFFFFF;\n border-radius: 12px;\n}\n\n@media screen and (max-width: 768px){\n .div_m35pluhw {\n display: flex;\n flex-direction: column;\n }\n}.div_ls15mwca {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_ls15mwca {\n margin: 0 16px;\n }\n}.div_lysennu2 {\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_lysennu2 {\n padding: 24px 0;\n }\n}.text_m35j897y {\n background-clip: text;\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-image: linear-gradient(90deg, rgb(36, 73, 254), rgb(202, 75, 167));\n color: rgb(36, 73, 254);\n}\n.div_m35j897z {\n display: flex;\n font-size: 56px;\n font-weight: bold;\n margin-bottom: 40px;\n align-items: center;\n justify-content: center;\n}\n\n@media screen and (max-width: 768px){\n .div_m35j897z {\n font-size: 32px;\n margin-bottom: 24px;\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_m35j897z {\n font-size: 22px;\n }\n}\n.image_m2y74rwv {\n display: block;\n margin-bottom: 16px;\n}\n.text_m2y74rww {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_m2y74rwx {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_m2y74rwy {\n \n}\n.div_m2y74rwz {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.image_m2y74rx0 {\n display: block;\n margin-bottom: 16px;\n}\n.text_m2y74rx1 {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_m2y74rx2 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_m2y74rx3 {\n \n}\n.div_m2y74rx4 {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.image_m2y74rx5 {\n display: block;\n margin-bottom: 16px;\n}\n.text_m2y74rx6 {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_m2y74rx7 {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_m2y74rx8 {\n \n}\n.div_m2y74rx9 {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.image_m2y74rxa {\n display: block;\n margin-bottom: 16px;\n}\n.text_m2y74rxb {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n.text_m2y74rxc {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n.div_m2y74rxd {\n \n}\n.div_m2y74rxe {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n.div_m2y74rxf {\n display: grid;\n gap: 16px;\n grid-template-columns: repeat(4, minmax(0px, 1fr));\n margin-bottom: 32px;\n}\n\n@media screen and (max-width: 990px) {\n .div_m2y74rxf {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n .div_m2y74rxf {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n .div_m2y74rxf {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n.text_m2y74rxi {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #FFFFFF;\n}\n.linkblock_m35j897f {\n min-width: 156px;\n height: 48px;\n border-radius: 16px;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 12px 32px;\n gap: 4px;\n background: linear-gradient(107deg, #C676FF 0%, #654CFF 41%, #405EFF 75%, #007FFF 99%);\n z-index: 1;\n cursor: pointer;\n margin-right: 16px;\n}.text_m2y74rxg {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #171A1D;\n}\n.linkblock_m35j897e {\n min-width: 156px;\n height: 48px;\n border-radius: 16px;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 12px 32px;\n gap: 4px;\n background: #FFFFFF;\n z-index: 0;\n cursor: pointer;\n}\n.div_m2y74rxk {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.div_m2y74rxl {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n .div_m2y74rxl {\n margin: 0 16px;\n }\n}.div_m2y74rxm {\n background-image: url(\"https://gw.alicdn.com/imgextra/i2/O1CN01x3UJk11KVS0S71I0q_!!6000000001169-0-tps-5040-1980.jpg\");\n background-repeat: no-repeat;\n background-size: cover;\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n .div_m2y74rxm {\n padding: 24px 0;\n }\n}\n.div_ls15mweb {\n /* background-image: url(\"https://gw.alicdn.com/imgextra/i4/O1CN01sMbtwk1YAIIfciE6I_!!6000000003018-0-tps-1680-4850.jpg\"); */\n position: relative;\n}\n",
"methods": {
"__initMethods__": {
"type": "js",
"source": "function (exports, module) { /*set actions code here*/ }",
"compiled": "function (exports, module) { /*set actions code here*/ }"
}
},
"dataSource": {
"offline": [],
"globalConfig": {
"fit": {
"compiled": "'use strict';\n\nvar __preParser__ = function fit(response) {\n var content = response.content !== undefined ? response.content : response;\n var error = {\n message: response.errorMsg || response.errors && response.errors[0] && response.errors[0].msg || response.content || '远程数据源请求出错,success is false'\n };\n var success = true;\n if (response.success !== undefined) {\n success = response.success;\n } else if (response.hasError !== undefined) {\n success = !response.hasError;\n }\n return {\n content: content,\n success: success,\n error: error\n };\n};",
"source": "function fit(response) {
\n const content = (response.content !== undefined) ? response.content : response;
\n const error = {
\n message: response.errorMsg ||
\n (response.errors && response.errors[0] && response.errors[0].msg) ||
\n response.content || '远程数据源请求出错,success is false',
\n };
\n let success = true;
\n if (response.success !== undefined) {
\n success = response.success;
\n } else if (response.hasError !== undefined) {
\n success = !response.hasError;
\n }
\n return {
\n content,
\n success,
\n error,
\n };
\n}",
"type": "js",
"error": {}
}
},
"online": [
{
"isReadonly": true,
"formUuid": "FORM-F6A9218C36224B51A2440680015EC0787V50",
"name": "urlParams",
"description": "当前页面地址的参数:如 aliwork.com/APP_xxxx/workbench?id=1&name=宜搭,可通过 this.state.urlParams.name 获取到宜搭",
"id": "8YA66H91IR1QKPY66B74GBKYL3WQ3324RW33M0",
"protocal": "URI"
}
],
"list": [
{
"isReadonly": true,
"formUuid": "FORM-F6A9218C36224B51A2440680015EC0787V50",
"name": "urlParams",
"description": "当前页面地址的参数:如 aliwork.com/APP_xxxx/workbench?id=1&name=宜搭,可通过 this.state.urlParams.name 获取到宜搭",
"id": "8YA66H91IR1QKPY66B74GBKYL3WQ3324RW33M0",
"protocal": "URI"
}
],
"sync": true
},
"lifeCycles": {
"constructor": {
"type": "js",
"compiled": "function constructor() {\nvar module = { exports: {} };\nvar _this = this;\nthis.__initMethods__(module.exports, module);\nObject.keys(module.exports).forEach(function(item) {\n if(typeof module.exports[item] === 'function'){\n _this[item] = module.exports[item];\n }\n});\n\n}",
"source": "function constructor() {\nvar module = { exports: {} };\nvar _this = this;\nthis.__initMethods__(module.exports, module);\nObject.keys(module.exports).forEach(function(item) {\n if(typeof module.exports[item] === 'function'){\n _this[item] = module.exports[item];\n }\n});\n\n}"
},
"componentWillUnmount": "",
"componentDidMount": {
"name": "didMount",
"id": "didMount",
"params": {},
"type": "actionRef"
}
},
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "RootHeader",
"id": "node_ocl6pxns5z2",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "RootContent",
"id": "node_ocl6pxns5z3",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocl6pxs7zp1",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_ls15mweb",
"behavior": "NORMAL",
"__style__": ":root {\n /* background-image: url(\"https://gw.alicdn.com/imgextra/i4/O1CN01sMbtwk1YAIIfciE6I_!!6000000003018-0-tps-1680-4850.jpg\"); */\n position: relative;\n}\n",
"fieldId": "div_l6pxskev",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocl6pxs7zp3",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_l6q6xvlx",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: url('https://gw.alicdn.com/imgextra/i3/O1CN01PHv0Vi1lP258taZ4p_!!6000000004810-0-tps-6720-6639.jpg');\n background-repeat: no-repeat;\n background-size: cover;\n padding-top: 80px;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding-top: 40px;\n }\n}",
"fieldId": "div_l6pxskex",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35j3h951",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j896m",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_m35j6co3",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocl6q6pnzba",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_l6u3ra83",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n justify-content: space-between;\n}\n\n@media screen and (max-width: 768px){\n :root {\n flex-direction: column;\n align-items: center\n }\n}\n",
"fieldId": "div_l6q6q1dt",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocl6q6pnzbb",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_l6u3ra81",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n@media screen and (max-width: 768px){\n :root {\n align-items: center;\n margin-bottom: 16px;\n }\n}",
"fieldId": "div_l6q6q1du",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35j3h951b",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j897t",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n font-size: 56px;\n font-weight: bold;\n margin-bottom: 8px;\n}\n@media screen and (max-width: 768px){\n :root {\n font-size: 32px;\n }\n}\n@media screen and (max-width: 480px) {\n :root {\n font-size: 22px;\n }\n}\n@media screen and (max-width: 1200px) {\n :root {\n font-size: 32px;\n }\n}",
"fieldId": "div_m35j6cpd",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm35j3h951c",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "g49xIkwa",
"zh_CN": "宜搭",
"en_US": "",
"value": "宜搭"
},
"__style__": {},
"fieldId": "text_m35j6cpe"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h951d",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j897s",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Mw0C2riz",
"zh_CN": "AI任务督办",
"en_US": "AI task supervision",
"value": "AI任务督办"
},
"__style__": ":root {\n background-clip: text;\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-image: linear-gradient(90deg, rgb(36, 73, 254), rgb(202, 75, 167));\n color: rgb(36, 73, 254);\n}\n",
"fieldId": "text_m35j6cpf"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Text",
"id": "node_ocl6q8yqub1",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_l6q90n3b",
"behavior": "NORMAL",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"content": {
"type": "i18n",
"key": "p7R1TzNO",
"zh_CN": "任务全覆盖、实时把控全局进度,过程全规范、全留痕,智能催办,数据驱动组织管理",
"en_US": "",
"value": "任务全覆盖、实时把控全局进度,过程全规范、全留痕,智能催办,数据驱动组织管理"
},
"__style__": ":root {\n width: 100%;\n margin-bottom: 60px;\n font-weight: normal;\n letter-spacing: 0px;\n font-size: 16px;\n line-height: 24px;\n color: #181C1F;\n}\n\n@media screen and (max-width: 768px){\n :root {\n text-align: center;\n margin-bottom: 30px;\n color: #35415E;\n }\n}",
"fieldId": "text_l6q8z9wn"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_ocm2wovp5p2",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2x272ue",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n justify-content: flex-start;\n align-items: flex-start;\n}\n",
"fieldId": "div_m2ww9r3w",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "LinkBlock",
"id": "node_ocm35j3h952",
"props": {
"link": {
"type": "url",
"page": "",
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "linkblock_m35j896n",
"__style__": ":root {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 24px;\n gap: 4px;\n min-width: 140px;\n height: 40px;\n border-radius: 12px;\n background: linear-gradient(106deg, #C676FF 0%, #654CFF 41%, #405EFF 75%, #007FFF 99%);\n cursor: pointer;\n margin-right: 16px;\n}",
"fieldId": "linkBlock_m35j6co4"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm2wovp5p4",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2x272ua",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "JhYyTqjD",
"zh_CN": "立即使用 ",
"en_US": "Use Now",
"value": "立即使用 "
},
"__style__": ":root {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #FFFFFF;\n}\n",
"fieldId": "text_m2ww9r3y"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Image",
"id": "node_ocm2wovp5p6",
"props": {
"fit": "cover",
"preview": false,
"autoHeight": true,
"round": "0",
"src": "https://gw.alicdn.com/imgextra/i2/O1CN01Npccnx1zk0qKWqIiH_!!6000000006751-2-tps-24-24.png",
"width": "350",
"alt": "Image 404",
"autoWidth": true,
"roundRadius": "0",
"__style__": {},
"height": "200",
"fieldId": "image_m2ww9r40"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "LinkBlock",
"id": "node_ocm35j3h953",
"props": {
"link": {
"type": "url",
"page": "",
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "linkblock_m35j896o",
"__style__": ":root {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 24px;\n gap: 4px;\n min-width: 140px;\n height: 40px;\n border-radius: 12px;\n background: #FFFFFF;\n cursor: pointer;\n}",
"fieldId": "linkBlock_m35j6co5"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm2wovp5p8",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2x272uc",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "2GmxXrti",
"zh_CN": "我要咨询",
"en_US": "I want to consult",
"value": "我要咨询"
},
"__style__": ":root {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #171A1D;\n}\n",
"fieldId": "text_m2ww9r41"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Image",
"id": "node_ocm2wovp5p9",
"props": {
"fit": "cover",
"preview": false,
"autoHeight": true,
"round": "0",
"src": "https://gw.alicdn.com/imgextra/i3/O1CN01scLdpC28aEw6lln0E_!!6000000007948-2-tps-24-24.png",
"width": "350",
"alt": "Image 404",
"autoWidth": true,
"roundRadius": "0",
"__style__": {},
"height": "200",
"fieldId": "image_m2ww9r42"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
},
{
"componentName": "Image",
"id": "node_ocl6q8yqub3",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i4/O1CN01Uf1P9G1sXv4oWJZOD_!!6000000005777-2-tps-1594-1016.png",
"alt": "Image 404",
"className": "image_l6q90n3c",
"fit": "contain",
"round": "自定义",
"width": "",
"autoWidth": false,
"roundRadius": "",
"__style__": ":root {\n display: block;\n max-width: 700px;\n height: auto;\n}\n\n@media screen and (max-width: 768px){\n :root {\n max-width: 100%;\n }\n}",
"height": "",
"fieldId": "image_l6q8z9wp"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_oclysc7tfe17",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lysennu0",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 24px 0;\n }\n}\n",
"fieldId": "div_lydt5zf6",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclysc7tfe18",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lysenntd",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "vDtMuuU8",
"zh_CN": "业务痛点",
"en_US": "",
"value": "业务痛点"
},
"__style__": ":root {\n text-align: center;\n font-size: 48px;\n font-weight: 500;\n line-height: 56px;\n color: #171A1D;\n margin-bottom: 40px;\n}\n\n@media screen and (max-width: 768px){\n :root {\n margin-bottom: 24px;\n font-size: 32px;\n }\n}\n@media screen and (max-width: 480px) {\n :root {\n font-size: 22px;\n }\n}",
"fieldId": "text_lydt5zeo"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclysc7tfe1a",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lysenntz",
"behavior": "NORMAL",
"__style__": ":root {\n display: grid;\n gap: 16px;\n grid-template-columns: repeat(4, minmax(0px, 1fr));\n}\n\n@media screen and (max-width: 990px) {\n :root {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n :root {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n",
"fieldId": "div_lydt5zf5",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclysc7tfe1b",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lysenntj",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n background: linear-gradient(180deg, #FDF3F2 16%, rgba(253, 243, 242, 0) 41%);\n border-radius: 24px;\n padding: 24px;\n}\n",
"fieldId": "div_lydt5zeu",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclysc7tfe1c",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i3/O1CN018bzkqa1JOkb2tHLoe_!!6000000001019-2-tps-80-80.png",
"alt": "Image 404",
"className": "image_lysenntf",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lydt5zeq"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclysc7tfe1e",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lysenntg",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "3tsMNEBI",
"zh_CN": "任务管理方式传统,工作量大",
"en_US": "",
"value": "任务管理方式传统,工作量大"
},
"__style__": ":root {\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_lydt5zer"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclysc7tfe1f",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lysennth",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "riMpArAS",
"zh_CN": "传统手工纸质、excel、word、邮件管理督办任务,通过人工一个个邮件、即时通讯等方式下达任务",
"en_US": "",
"value": "传统手工纸质、excel、word、邮件管理督办任务,通过人工一个个邮件、即时通讯等方式下达任务"
},
"__style__": ":root {\n font-size: 14px;\n line-height: 22px;\n color: #5C5E60;\n}\n",
"fieldId": "text_lydt5zes"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35j3h954",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j896t",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n background: linear-gradient(180deg, #FDF3F2 16%, rgba(253, 243, 242, 0) 41%);\n border-radius: 24px;\n padding: 24px;\n}\n",
"fieldId": "div_m35j6coa",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35j3h955",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i4/O1CN011KRDBV1oTYqRFQbYs_!!6000000005226-2-tps-40-40.png",
"alt": "Image 404",
"className": "image_m35j896p",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_m35j6co6"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h957",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j896q",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "pXcaT9jc",
"zh_CN": "效率低下,任务进度缺乏及时性",
"en_US": "",
"value": "效率低下,任务进度缺乏及时性"
},
"__style__": ":root {\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_m35j6co7"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h958",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j896r",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "bj5FVldN",
"zh_CN": "各任务进度反馈通过人工进行汇总反馈,工作量大且繁杂,最关键是无法第一时间掌握任务进度",
"en_US": "",
"value": "各任务进度反馈通过人工进行汇总反馈,工作量大且繁杂,最关键是无法第一时间掌握任务进度"
},
"__style__": ":root {\n font-size: 14px;\n line-height: 22px;\n color: #5C5E60;\n}\n",
"fieldId": "text_m35j6co8"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35j3h959",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j896y",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n background: linear-gradient(180deg, #FDF3F2 16%, rgba(253, 243, 242, 0) 41%);\n border-radius: 24px;\n padding: 24px;\n}\n",
"fieldId": "div_m35j6cof",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35j3h95a",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i1/O1CN01owTyWs1gAJGoQFfl5_!!6000000004101-2-tps-40-40.png",
"alt": "Image 404",
"className": "image_m35j896u",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_m35j6cob"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h95c",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j896v",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "xGZaVbCp",
"zh_CN": "过程难追踪,无留痕,不规范",
"en_US": "",
"value": "过程难追踪,无留痕,不规范"
},
"__style__": ":root {\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_m35j6coc"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h95d",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j896w",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "EHBLfoAk",
"zh_CN": "任务的执行过程分散在各个文档,难以追踪,很多进度没有及时反馈留痕,整个过程缺乏一个流程进行规范统筹,任务可能被随意的关闭、延期等也不清楚",
"en_US": "",
"value": "任务的执行过程分散在各个文档,难以追踪,很多进度没有及时反馈留痕,整个过程缺乏一个流程进行规范统筹,任务可能被随意的关闭、延期等也不清楚"
},
"__style__": ":root {\n font-size: 14px;\n line-height: 22px;\n color: #5C5E60;\n}\n",
"fieldId": "text_m35j6cod"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35j3h95e",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j8973",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n background: linear-gradient(180deg, #FDF3F2 16%, rgba(253, 243, 242, 0) 41%);\n border-radius: 24px;\n padding: 24px;\n}\n",
"fieldId": "div_m35j6cok",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35j3h95f",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i1/O1CN01ntOgnc1PsPwhLScnM_!!6000000001896-2-tps-40-40.png",
"alt": "Image 404",
"className": "image_m35j896z",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_m35j6cog"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h95h",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j8970",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "vqSn7KzC",
"zh_CN": "缺少有效提醒,人工低效催办",
"en_US": "",
"value": "缺少有效提醒,人工低效催办"
},
"__style__": ":root {\n font-size: 20px;\n line-height: 30px;\n margin-bottom: 8px;\n}\n",
"fieldId": "text_m35j6coh"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h95i",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j8971",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "hYLD1DIF",
"zh_CN": "任务逾期、超期、催办等都只能人工去识别、人工去提醒,不仅效率非常低,而且导致很多任务无法及时被催办提醒,最终任务没有及时完成",
"en_US": "",
"value": "任务逾期、超期、催办等都只能人工去识别、人工去提醒,不仅效率非常低,而且导致很多任务无法及时被催办提醒,最终任务没有及时完成"
},
"__style__": ":root {\n font-size: 14px;\n line-height: 22px;\n color: #5C5E60;\n}\n",
"fieldId": "text_m35j6coi"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_ocls15jpfh1q",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_ls1fwm7o",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: url('https://gw.alicdn.com/imgextra/i4/O1CN01Bldb9p22FjVV8j2p0_!!6000000007091-0-tps-3360-1646.jpg');\n background-repeat: no-repeat;\n background-size: cover;\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 24px 0;\n }\n}\n",
"fieldId": "div_ls1609m0",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocls15jpfh1r",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_ls15mwdm",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lryqcx0m",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35j3h951e",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j897v",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n font-size: 56px;\n font-weight: bold;\n margin-bottom: 40px;\n align-items: center;\n justify-content: center;\n}\n\n@media screen and (max-width: 768px){\n :root {\n font-size: 32px;\n margin-bottom: 24px;\n }\n}\n@media screen and (max-width: 480px) {\n :root {\n font-size: 22px;\n }\n}",
"fieldId": "div_m35j6cpi",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm35j3h951g",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j897u",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Mw0C2riz",
"zh_CN": "AI任务督办",
"en_US": "AI task supervision",
"value": "AI任务督办"
},
"__style__": ":root {\n background-clip: text;\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-image: linear-gradient(90deg, rgb(36, 73, 254), rgb(202, 75, 167));\n color: rgb(36, 73, 254);\n}\n",
"fieldId": "text_m35j6cph"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h951f",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "AFGAhqCG",
"zh_CN": "系统架构图",
"en_US": "",
"value": "系统架构图"
},
"__style__": {},
"fieldId": "text_m35j6cpg"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "RichText",
"id": "node_ocm2y3osb7k",
"props": {
"foldHeight": 110,
"contentPaddingMobile": "0",
"isFold": false,
"isDefaultFold": false,
"className": "richtext_m2y5gho9",
"behavior": "NORMAL",
"imagePreview": "ALL",
"content": {
"zh_CN": "[\"root\",{},[\"p\",{\"jc\":\"left\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"\"]],[\"img\",{\"id\":\"mat6ou\",\"name\":\"\",\"src\":\"https://gw.alicdn.com/imgextra/i2/O1CN01ZE9xxX1XpE70zh308_!!6000000002972-2-tps-2368-1134.png\",\"width\":2368,\"height\":1134},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"\"]]],[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"\"]]]]",
"type": "i18n",
"value": "[\"root\",{},[\"p\",{\"jc\":\"left\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"\"]],[\"img\",{\"id\":\"mat6ou\",\"name\":\"\",\"src\":\"https://gw.alicdn.com/imgextra/i2/O1CN01ZE9xxX1XpE70zh308_!!6000000002972-2-tps-2368-1134.png\",\"width\":2368,\"height\":1134},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"\"]]],[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"\"]]]]",
"key": "TG45ockl"
},
"__style__": ":root {\n margin-bottom: 32px;\n}\n",
"fieldId": "richText_m2y554vr",
"disableCopy": false
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclysc7tfe1",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lysennu2",
"behavior": "NORMAL",
"__style__": ":root {\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 24px 0;\n }\n}",
"fieldId": "div_lysd280i",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocls15jpfhi",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_ls15mwca",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_lr0qpceg",
"height": ""
},
"condition": true,
"loopArgs": [
"item",
"index"
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35j3h951h",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j897x",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n font-size: 56px;\n font-weight: bold;\n margin-bottom: 40px;\n align-items: center;\n justify-content: center;\n}\n@media screen and (max-width: 768px){\n :root {\n font-size: 32px;\n margin-bottom: 24px;\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n font-size: 22px;\n }\n}",
"fieldId": "div_m35j6cpl",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm35j3h951i",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j897w",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Mw0C2riz",
"zh_CN": "AI任务督办",
"en_US": "AI task supervision",
"value": "AI任务督办"
},
"__style__": ":root {\n background-clip: text;\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-image: linear-gradient(90deg, rgb(36, 73, 254), rgb(202, 75, 167));\n color: rgb(36, 73, 254);\n}\n",
"fieldId": "text_m35j6cpj"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h951j",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Au6ENRUq",
"zh_CN": "的核心优势",
"en_US": "",
"value": "的核心优势"
},
"__style__": {},
"fieldId": "text_m35j6cpk"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35j3h95j",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j897d",
"behavior": "NORMAL",
"__style__": ":root {\n margin-bottom: 30px;\n width: 100%;\n display: grid;\n grid-template-columns: 2fr 1fr;\n background: #F6F8FD;\n padding: 40px;\n border-radius: 12px;\n}\n@media screen and (max-width: 768px){\n :root {\n display: flex;\n flex-direction: column;\n padding: 16px;\n }\n}",
"fieldId": "div_m35j6cov",
"height": ""
},
"condition": true,
"loopArgs": [
"item",
"index"
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35lhc4a14",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35nyfz8",
"behavior": "NORMAL",
"__style__": ":root {\n border-radius: 0 12px 12px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n",
"fieldId": "div_m35nxjk8",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35j3h95m",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i2/O1CN016SrV2D1ez1twSvw8j_!!6000000003941-2-tps-1312-724.png",
"alt": "Image 404",
"className": "image_m35j8974",
"fit": "contain",
"round": "自定义",
"width": "",
"autoWidth": false,
"roundRadius": "",
"__style__": ":root {\n display: block;\n border-radius: 12px 0 0 12px;\n width: 100%;\n height: 100%;\n}\n",
"height": "",
"fieldId": "image_m35j6col"
},
"condition": true,
"loopArgs": [
"item",
"index"
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35lhc4a1h",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35nyfz9",
"behavior": "NORMAL",
"__style__": ":root {\npadding: 24px 32px 0px 32px;\n}\n@media screen and (max-width: 768px){\n :root {\n padding: 16px 0px 0px 0px;\n }\n}",
"fieldId": "div_m35nxjkl",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35j3h95o",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j897a",
"behavior": "NORMAL",
"__style__": ":root {\n\n}\n",
"fieldId": "div_m35j6cos",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm35j3h95p",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j8976",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "XMAi5zAZ",
"zh_CN": "任务全局掌握",
"en_US": "",
"value": "任务全局掌握"
},
"__style__": ":root {\n font-family: PingFang SC;\n font-size: 32px;\n font-weight: 600;\n line-height: 48px;\n letter-spacing: 0px;\n color: #181C1F;\n margin-bottom: 12px;\n}\n\n@media screen and (max-width: 768px){\n :root {\n font-size: 22px;\n margin-bottom: 0px;\n }\n}\n@media screen and (max-width: 1200px) {\n :root {\n font-size: 24px;\n }\n}",
"fieldId": "text_m35j6con"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "RichText",
"id": "node_ocm35j3h95q",
"props": {
"foldHeight": 110,
"contentPaddingMobile": "16",
"isFold": false,
"isDefaultFold": false,
"className": "richtext_m35j8977",
"behavior": "NORMAL",
"imagePreview": "NONE",
"content": {
"zh_CN": "[\"root\",{},[\"p\",{\"list\":{\"listId\":\"c71bjh9nwf5\",\"level\":0,\"isOrdered\":false,\"isTaskList\":false,\"listStyleType\":\"SCIR_ECIR_SREC\",\"symbolStyle\":{\"color\":\"#6E30A4\"},\"listStyle\":{\"format\":\"bullet\",\"text\":\"●\",\"align\":\"left\"},\"hideSymbol\":false},\"ind\":{\"left\":0}},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"领导可以随时随地的掌握督办任务进展和结果\"]]],[\"p\",{\"list\":{\"listId\":\"c71bjh9nwf5\",\"level\":0,\"isOrdered\":false,\"isTaskList\":false,\"isChecked\":false,\"listStyleType\":\"SCIR_ECIR_SREC\",\"symbolStyle\":{\"color\":\"#6E30A4\"},\"listStyle\":{\"format\":\"bullet\",\"text\":\"●\",\"align\":\"left\"},\"hideSymbol\":false,\"extraData\":{}},\"ind\":{\"left\":0}},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"对各督办任务进行批示、催办\"]]]]",
"type": "i18n",
"value": "[\"root\",{},[\"p\",{\"list\":{\"listId\":\"c71bjh9nwf5\",\"level\":0,\"isOrdered\":false,\"isTaskList\":false,\"listStyleType\":\"SCIR_ECIR_SREC\",\"symbolStyle\":{\"color\":\"#6E30A4\"},\"listStyle\":{\"format\":\"bullet\",\"text\":\"●\",\"align\":\"left\"},\"hideSymbol\":false},\"ind\":{\"left\":0}},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"领导可以随时随地的掌握督办任务进展和结果\"]]],[\"p\",{\"list\":{\"listId\":\"c71bjh9nwf5\",\"level\":0,\"isOrdered\":false,\"isTaskList\":false,\"isChecked\":false,\"listStyleType\":\"SCIR_ECIR_SREC\",\"symbolStyle\":{\"color\":\"#6E30A4\"},\"listStyle\":{\"format\":\"bullet\",\"text\":\"●\",\"align\":\"left\"},\"hideSymbol\":false,\"extraData\":{}},\"ind\":{\"left\":0}},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"对各督办任务进行批示、催办\"]]]]",
"key": "shywIvpk"
},
"__style__": ":root {\n margin-bottom: 80px;\n}\n\n@media screen and (max-width: 768px){\n :root {\n margin-bottom: 12px;\n }\n}",
"fieldId": "richText_m35j6coo",
"disableCopy": false
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "LinkBlock",
"id": "node_ocm35j3h951a",
"props": {
"link": {
"type": "url",
"page": "",
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "linkblock_m35j897r",
"__style__": ":root {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 24px;\n gap: 4px;\n max-width: 144px;\n height: 40px;\n border-radius: 12px;\n background: linear-gradient(106deg, #C676FF 0%, #654CFF 41%, #405EFF 75%, #007FFF 99%);\n cursor: pointer;\n}",
"fieldId": "linkBlock_m35j6cpc"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm35j3h95s",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j8978",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "JhYyTqjD",
"zh_CN": "立即使用 ",
"en_US": "",
"value": "立即使用 "
},
"__style__": ":root {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #FFFFFF;\n}\n",
"fieldId": "text_m35j6cop"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Image",
"id": "node_ocm35j3h95t",
"props": {
"fit": "cover",
"preview": false,
"autoHeight": true,
"round": "0",
"src": "https://gw.alicdn.com/imgextra/i2/O1CN01Npccnx1zk0qKWqIiH_!!6000000006751-2-tps-24-24.png",
"width": "350",
"alt": "Image 404",
"autoWidth": true,
"roundRadius": "0",
"__style__": {},
"height": "200",
"fieldId": "image_m35j6coq"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_ocm35pcn352",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35pluhw",
"behavior": "NORMAL",
"__style__": ":root {\n width: 100%;\n display: grid;\n grid-template-columns: 2fr 1fr;\n background: linear-gradient(9deg, rgba(72, 0, 255, 0.17) 3%, rgba(144, 0, 255, 0) 27%), linear-gradient(255deg, rgba(0, 102, 255, 0.21) 9%, rgba(0, 174, 255, 0) 66%), radial-gradient(114% 84% at 0% -2%, rgba(0, 200, 255, 0.17) 0%, rgba(7, 81, 255, 0) 99%), #FFFFFF;\n border-radius: 12px;\n}\n\n@media screen and (max-width: 768px){\n :root {\n display: flex;\n flex-direction: column;\n }\n}",
"fieldId": "div_m35pff1k",
"height": ""
},
"condition": true,
"loopArgs": [
"item",
"index"
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35pcn3512",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"behavior": "NORMAL",
"__style__": {},
"fieldId": "div_m35pff1m",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclywaqq5jt",
"props": {
"preview": false,
"autoHeight": true,
"src": "https://img.alicdn.com/imgextra/i1/O1CN01aKxv3d1LEKn4b22nx_!!6000000001267-0-tps-2328-1578.jpg",
"alt": "Image 404",
"className": "image_lywhd7oc",
"fit": "contain",
"round": "自定义",
"width": "",
"autoWidth": true,
"roundRadius": "",
"__style__": ":root {\n display: block;\n margin: auto;\n border-radius: 12px 0 0 12px;\n}\n@media screen and (max-width: 768px) {\n :root {\n border-radius: 12px 12px 0px 0px;\n }\n}",
"height": "",
"fieldId": "image_lywhc6ws"
},
"condition": true,
"loopArgs": [
"item",
"index"
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35pcn3513",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35pluhv",
"behavior": "NORMAL",
"__style__": ":root {\n background: #fff;\n padding: 24px 16px 0px 16px;\n border-radius:0 12px 12px 0;\n}\n\n@media screen and (max-width: 768px) {\n :root {\n border-radius: 0 0 12px 12px;\n padding: 16px;\n }\n}\n",
"fieldId": "div_m35pff1n",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclywaqq5jv",
"props": {
"useFieldIdAsDomId": true,
"width": "",
"customClassName": "",
"className": "div_lywhd7og",
"behavior": "NORMAL",
"__style__": ":root {\n color: #171A1D;\n line-height: 27px;\n white-space: nowrap;\n text-align: center;\n z-index: 1;\n margin-right: 16px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: start;\n width: 208px;\nheight: 74px;\nborder-radius: 12px;\nfont-size: 28px;\nfont-weight: normal;\n user-select: none;\n}\n\n:root:hover {\n font-size: 28px;\n color:#000000;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n:root.tableicon {\n font-size: 28px;\n color: #000;\n background-color: #fff;\n border-radius: 12px;\n transition: color .5s;\n}",
"fieldId": "div_lywhc6ww",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclywaqq5jw",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i2/O1CN01JRnbFS1uAgAzrekkG_!!6000000005997-2-tps-108-108.png",
"alt": "Image 404",
"className": "image_lywhd7oe",
"fit": "cover",
"round": "8",
"width": 40,
"autoWidth": false,
"roundRadius": "0",
"__style__": ":root {\n margin-right: 6px;\n}\n",
"height": 40,
"fieldId": "image_lywhc6wu"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclywaqq5jx",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lywhd7of",
"behavior": "NORMAL",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"content": {
"type": "i18n",
"key": "AmOkceXe",
"zh_CN": "智能留资",
"en_US": "",
"value": "智能留资"
},
"__style__": ":root {\nfont-family: DingTalk-JinBuTi-Regular;\n}\n",
"fieldId": "text_lywhc6wv"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_oclywaqq5jy",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lywhd7on",
"behavior": "NORMAL",
"__style__": ":root {\n\n}\n",
"fieldId": "div_lywhc6x3",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclywaqq5jz",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lywhd7oi",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n justify-content: flex-start;\n}\n",
"fieldId": "div_lywhc6wy",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclywaqq5j10",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lywhd7oh",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "asA3UVdc",
"zh_CN": "AI语音收集",
"en_US": "AI voice Collection",
"value": "AI语音收集"
},
"__style__": ":root {\n align-items: center;\n justify-content: center;\n background: #F1F2F3;\n margin-right: 8px;\n border-radius: 6px;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n letter-spacing: 0px;\n color: #000000;\n width: 108px;\n height: 30px;\n display: flex;\n}\n",
"fieldId": "text_lywhc6wx"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h95w",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j897g",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "AB7qCoyY",
"value": "AI数据分析",
"zh_CN": "AI数据分析",
"en_US": "AI data analysis"
},
"__style__": ":root {\n align-items: center;\n justify-content: center;\n background: #F1F2F3;\n margin-right: 8px;\n border-radius: 6px;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n letter-spacing: 0px;\n color: #000000;\n width: 108px;\n height: 30px;\n display: flex;\n}\n",
"fieldId": "text_m35j6coy"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h95x",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j897h",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "c4u44UrS",
"value": "AI智能播报",
"zh_CN": "AI智能播报",
"en_US": "AI intelligent broadcast"
},
"__style__": ":root {\n align-items: center;\n justify-content: center;\n background: #F1F2F3;\n margin-right: 8px;\n border-radius: 6px;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n letter-spacing: 0px;\n color: #000000;\n width: 108px;\n height: 30px;\n display: flex;\n}\n",
"fieldId": "text_m35j6coz"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Text",
"id": "node_oclywaqq5j11",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lywhd7oj",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "hb3cJsVh",
"zh_CN": "全新AI信息收集&统计新方式",
"en_US": "New AI Information Collection & New Method of Statistics",
"value": "全新AI信息收集&统计新方式"
},
"__style__": ":root {\n margin-top: 24px;\n margin-bottom: 24px;\n /* font-family: 苹方-简; */\nfont-size: 20px;\nfont-weight: 500;\nline-height: 30px;\nletter-spacing: 0px;\ncolor: #171A1D;\n}\n",
"fieldId": "text_lywhc6wz"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_oclywaqq5j12",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lywhd7om",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n margin-bottom: 16px;\n}\n\n:root:last-child {\n margin-bottom: 0;\n}",
"fieldId": "div_lywhc6x2",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_oclywaqq5j13",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN01xzKmQe1J1OIncD062_!!6000000000968-2-tps-36-36.png",
"alt": "Image 404",
"className": "image_lywhd7ok",
"fit": "contain",
"round": "0",
"width": 12,
"autoWidth": false,
"roundRadius": "0",
"__style__": ":root {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n",
"height": 12,
"fieldId": "image_lywhc6x0"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_oclywaqq5j14",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_lywhd7ol",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "VYcX7LZ2",
"zh_CN": "AI语音提交留资信息,便捷高效",
"en_US": "",
"value": "AI语音提交留资信息,便捷高效"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n}\n",
"fieldId": "text_lywhc6x1"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35j3h9511",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j897k",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n margin-bottom: 16px;\n}\n\n:root:last-child {\n margin-bottom: 0;\n}",
"fieldId": "div_m35j6cp5",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35j3h9512",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN01xzKmQe1J1OIncD062_!!6000000000968-2-tps-36-36.png",
"alt": "Image 404",
"className": "image_m35j897i",
"fit": "contain",
"round": "0",
"width": 12,
"autoWidth": false,
"roundRadius": "0",
"__style__": ":root {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n",
"height": 12,
"fieldId": "image_m35j6cp3"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h9513",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j897j",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "QHJffSHB",
"zh_CN": "留资信息实时播报,群内及时跟进",
"en_US": "",
"value": "留资信息实时播报,群内及时跟进"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n}\n",
"fieldId": "text_m35j6cp4"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35j3h9514",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j897n",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n margin-bottom: 16px;\n}\n\n:root:last-child {\n margin-bottom: 0;\n}",
"fieldId": "div_m35j6cp8",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35j3h9515",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN01xzKmQe1J1OIncD062_!!6000000000968-2-tps-36-36.png",
"alt": "Image 404",
"className": "image_m35j897l",
"fit": "contain",
"round": "0",
"width": 12,
"autoWidth": false,
"roundRadius": "0",
"__style__": ":root {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n",
"height": 12,
"fieldId": "image_m35j6cp6"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h9516",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j897m",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "5plUYCOd",
"zh_CN": "留资数据定时总结,群内在线汇总",
"en_US": "",
"value": "留资数据定时总结,群内在线汇总"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n}\n",
"fieldId": "text_m35j6cp7"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm35j3h9517",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j897q",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n margin-bottom: 16px;\n}\n\n:root:last-child {\n margin-bottom: 0;\n}",
"fieldId": "div_m35j6cpb",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm35j3h9518",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://img.alicdn.com/imgextra/i3/O1CN01xzKmQe1J1OIncD062_!!6000000000968-2-tps-36-36.png",
"alt": "Image 404",
"className": "image_m35j897o",
"fit": "contain",
"round": "0",
"width": 12,
"autoWidth": false,
"roundRadius": "0",
"__style__": ":root {\n display: block;\n margin-top: 5px;\n margin-right: 8px;\n}\n",
"height": 12,
"fieldId": "image_m35j6cp9"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h9519",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j897p",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "OE51PDga",
"zh_CN": "AI自助查询留资信息、个性化数据洞察",
"en_US": "AI self-service query of retained information, personalized data insight",
"value": "AI自助查询留资信息、个性化数据洞察"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n color: #000000;\n}\n",
"fieldId": "text_m35j6cpa"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "LinkBlock",
"id": "node_ocm371qq482",
"props": {
"link": {
"type": "url",
"page": "",
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"variable": "this.utils.router"
}
},
"__style__": {},
"fieldId": "linkBlock_m371rn2v"
},
"hidden": false,
"title": "",
"isLocked": false,
"condition": true,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_oclywaqq5j16",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lywhd7oo",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n cursor: pointer;\n font-size: 14px;\n font-weight: normal;\n line-height: 22px;\n letter-spacing: 0px;\n /* 品牌色/默认 */color: #0089FF;\n margin-top: 12px;\n margin-bottom: 40px;\n}\n",
"fieldId": "div_lywhc6x6",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_oclywaqq5j17",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "GEs3HUXu",
"value": "了解详情",
"zh_CN": "了解详情",
"en_US": "Learn more"
},
"__style__": {},
"fieldId": "text_lywhc6x4"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Icon",
"id": "node_oclywaqq5j18",
"props": {
"size": "medium",
"type": {
"useType": false,
"baseType": "smile",
"iconfontSymbol": "",
"otherType": "direction-right"
},
"__style__": {},
"fieldId": "icon_lywhc6x5"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_oclywaqq5j19",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_lywhd7ot",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n",
"fieldId": "div_lywhc6xc",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "LinkBlock",
"id": "node_oclywaqq5j1a",
"props": {
"link": {
"type": "url",
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "linkblock_lywhd7oq",
"__style__": ":root {\n margin-right: 12px;\n margin-bottom: 12px;\n width: 50%;\n cursor: pointer;\n\n}\n",
"fieldId": "linkBlock_lywhc6x9"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Button",
"id": "node_oclywaqq5j1b",
"props": {
"triggerEventsWhenLoading": false,
"size": "large",
"baseIcon": "",
"otherIcon": "",
"contentMarginMobile": "0",
"className": "button_lywhd7op",
"type": "primary",
"loading": false,
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "VfJYJyL0",
"value": "立 即 体 验",
"zh_CN": "立 即 体 验",
"en_US": "Experience now"
},
"__style__": ":root {\n width: 100%\n}\n",
"fieldId": "button_lywhc6x8"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "LinkBlock",
"id": "node_oclywaqq5j1c",
"props": {
"link": {
"type": "url",
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "linkblock_lywhd7os",
"__style__": ":root {\n cursor: pointer;\n min-width: 52%;\n}\n",
"fieldId": "linkBlock_lywhc6xb"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Button",
"id": "node_oclywaqq5j1d",
"props": {
"triggerEventsWhenLoading": false,
"size": "large",
"baseIcon": "",
"otherIcon": "",
"contentMarginMobile": "0",
"className": "button_lywhd7or",
"type": "primary",
"loading": false,
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "7OU4lHGy",
"value": "入 群 交 流 ",
"zh_CN": "入 群 交 流 ",
"en_US": "Group communication"
},
"__style__": ":root {\n cursor: pointer;\n width: 100%;\n margin-bottom: 12px;\n color: #0089FF !important;\n background: linear-gradient(0deg, rgba(0, 133, 255, 0.12), rgba(0, 133, 255, 0.12)), #FFFFFF !important;\n}\n:root:hover {\n opacity: 0.8 !important;\nbackground: linear-gradient(0deg, rgba(0, 133, 255, 0.12), rgba(0, 133, 255, 0.12)), #FFFFFF !important;\n}",
"fieldId": "button_lywhc6xa"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn9i",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rxm",
"behavior": "NORMAL",
"__style__": ":root {\n background-image: url(\"https://gw.alicdn.com/imgextra/i2/O1CN01x3UJk11KVS0S71I0q_!!6000000001169-0-tps-5040-1980.jpg\");\n background-repeat: no-repeat;\n background-size: cover;\n padding: 80px 0;\n}\n\n@media screen and (max-width: 768px){\n :root {\n padding: 24px 0;\n }\n}\n",
"fieldId": "div_m2y6hb6t",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm2y6dyn9j",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rxl",
"behavior": "NORMAL",
"__style__": ":root {\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media screen and (max-width: 1200px){\n :root {\n margin: 0 16px;\n }\n}",
"fieldId": "div_m2y6hb6s",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm35j3h951k",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m35j897z",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n font-size: 56px;\n font-weight: bold;\n margin-bottom: 40px;\n align-items: center;\n justify-content: center;\n}\n\n@media screen and (max-width: 768px){\n :root {\n font-size: 32px;\n margin-bottom: 24px;\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n font-size: 22px;\n }\n}\n",
"fieldId": "div_m35j6cpo",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm35j3h951m",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "5TxxUq25",
"zh_CN": "为什么选择宜搭",
"en_US": "",
"value": "为什么选择宜搭"
},
"__style__": {},
"fieldId": "text_m35j6cpn"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm35j3h951l",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m35j897y",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Mw0C2riz",
"zh_CN": "AI任务督办",
"en_US": "AI task supervision",
"value": "AI任务督办"
},
"__style__": ":root {\n background-clip: text;\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-image: linear-gradient(90deg, rgb(36, 73, 254), rgb(202, 75, 167));\n color: rgb(36, 73, 254);\n}\n",
"fieldId": "text_m35j6cpm"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn9l",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rxf",
"behavior": "NORMAL",
"__style__": ":root {\n display: grid;\n gap: 16px;\n grid-template-columns: repeat(4, minmax(0px, 1fr));\n margin-bottom: 32px;\n}\n\n@media screen and (max-width: 990px) {\n :root {\n grid-template-columns: repeat(3, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 768px) {\n :root {\n grid-template-columns: repeat(2, minmax(0px, 1fr));\n }\n}\n\n@media screen and (max-width: 480px) {\n :root {\n grid-template-columns: repeat(1, minmax(0px, 1fr));\n }\n}\n",
"fieldId": "div_m2y6hb6r",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Div",
"id": "node_ocm2y6dyn9m",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rwz",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_m2y6hb6q",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm2y6dyn9n",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i4/O1CN019QqkVm1NNc4iswrOQ_!!6000000001558-2-tps-80-80.png",
"alt": "Image 404",
"className": "image_m2y74rwv",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_m2y6hb6m"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn9o",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rwy",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_m2y6hb6p",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm2y6dyn9p",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rww",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "m4O0aTII",
"zh_CN": "一天即可落地",
"en_US": "",
"value": "一天即可落地"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_m2y6hb6n"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm2y6dyn9q",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rwx",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "SOctcp5k",
"zh_CN": "一个平台可免费使用销售、财务、采购、生产、人事等企业全套数字化应用",
"en_US": "",
"value": "一个平台可免费使用销售、财务、采购、生产、人事等企业全套数字化应用"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_m2y6hb6o"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn9r",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rx4",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_lydt5zez",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm2y6dyn9s",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i2/O1CN01GAuaqf1a407YMPKgL_!!6000000003275-2-tps-80-80.png",
"alt": "Image 404",
"className": "image_m2y74rx0",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lydt5zev"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn9t",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rx3",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lydt5zey",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm2y6dyn9u",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rx1",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Sa9z2qFS",
"zh_CN": "灵活自定义",
"en_US": "",
"value": "灵活自定义"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_lydt5zew"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm2y6dyn9v",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rx2",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "C5K3K1pc",
"zh_CN": "不止开箱即用的专业工具,企业可根据自身需求,通过零代码平台实现个性化搭建",
"en_US": "",
"value": "不止开箱即用的专业工具,企业可根据自身需求,通过零代码平台实现个性化搭建"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lydt5zex"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn9w",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rx9",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_lydt5zf4",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm2y6dyn9x",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i2/O1CN01sm7FVK1N77okRixpf_!!6000000001522-2-tps-80-80.png",
"alt": "Image 404",
"className": "image_m2y74rx5",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lydt5zf0"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn9y",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rx8",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lydt5zf3",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm2y6dyn9z",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rx6",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "p2BxvBTW",
"zh_CN": "性价比高",
"en_US": "",
"value": "性价比高"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_lydt5zf1"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm2y6dyn910",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rx7",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "doUZnf55",
"zh_CN": "免费试用,用的好再付费,任意需求都可自行快速迭代,避免高额无形开发费用",
"en_US": "",
"value": "免费试用,用的好再付费,任意需求都可自行快速迭代,避免高额无形开发费用"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lydt5zf2"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn911",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rxe",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n flex-direction: column;\n padding: 24px;\n background-color: #FFFFFF;\n border-radius: 12px;\n}\n",
"fieldId": "div_lydt5zfb",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Image",
"id": "node_ocm2y6dyn912",
"props": {
"preview": false,
"autoHeight": false,
"src": "https://gw.alicdn.com/imgextra/i3/O1CN017FiuWr1RlCwTemh0x_!!6000000002151-2-tps-80-80.png",
"alt": "Image 404",
"className": "image_m2y74rxa",
"fit": "contain",
"round": "自定义",
"width": 40,
"autoWidth": false,
"roundRadius": 10,
"__style__": ":root {\n display: block;\n margin-bottom: 16px;\n}\n",
"height": 40,
"fieldId": "image_lydt5zf7"
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn913",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rxd",
"behavior": "NORMAL",
"__style__": ":root {\n \n}\n",
"fieldId": "div_lydt5zfa",
"height": ""
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm2y6dyn914",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rxb",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "nWQSugDy",
"zh_CN": "AI+钉钉",
"en_US": "",
"value": "AI+钉钉"
},
"__style__": ":root {\n font-family: PingFangSC-Medium;\n font-size: 18px;\n font-weight: normal;\n line-height: 28px;\n color: #000000;\n margin-bottom: 4px;\n}\n",
"fieldId": "text_lydt5zf8"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Text",
"id": "node_ocm2y6dyn915",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rxc",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "Ls1XJ51r",
"zh_CN": "AI数据分析、AI数据填报、AI主动播报等多种AI能力\n钉钉宜搭官方精品,和钉钉无缝集成",
"en_US": "",
"value": "AI数据分析、AI数据填报、AI主动播报等多种AI能力\n钉钉宜搭官方精品,和钉钉无缝集成"
},
"__style__": ":root {\n font-family: PingFangSC-Regular;\n font-weight: normal;\n color: #747677;\n font-size: 14px;\n line-height: 22px;\n}\n",
"fieldId": "text_lydt5zf9"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
},
{
"componentName": "Div",
"id": "node_ocm2y6dyn917",
"props": {
"useFieldIdAsDomId": false,
"width": "",
"customClassName": "",
"className": "div_m2y74rxk",
"behavior": "NORMAL",
"__style__": ":root {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n",
"fieldId": "div_m2y6hb71",
"height": ""
},
"condition": true,
"loopArgs": [
"",
""
],
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "LinkBlock",
"id": "node_ocm35j3h95v",
"props": {
"link": {
"type": "url",
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "linkblock_m35j897f",
"__style__": ":root {\n min-width: 156px;\n height: 48px;\n border-radius: 16px;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 12px 32px;\n gap: 4px;\n background: linear-gradient(107deg, #C676FF 0%, #654CFF 41%, #405EFF 75%, #007FFF 99%);\n z-index: 1;\n cursor: pointer;\n margin-right: 16px;\n}",
"fieldId": "linkBlock_m35j6cox"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm2y6dyn919",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rxi",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "JhYyTqjD",
"zh_CN": "立即使用 ",
"en_US": "",
"value": "立即使用 "
},
"__style__": ":root {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #FFFFFF;\n}\n",
"fieldId": "text_m2y6hb6v"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Image",
"id": "node_ocm2y6dyn91a",
"props": {
"fit": "cover",
"preview": false,
"autoHeight": true,
"round": "0",
"src": "https://gw.alicdn.com/imgextra/i2/O1CN01Npccnx1zk0qKWqIiH_!!6000000006751-2-tps-24-24.png",
"width": "350",
"alt": "Image 404",
"autoWidth": true,
"roundRadius": "0",
"__style__": {},
"height": "200",
"fieldId": "image_m2y6hb6w"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
},
{
"componentName": "LinkBlock",
"id": "node_ocm35j3h95u",
"props": {
"link": {
"type": "url",
"page": "",
"url": "https://docs.aliwork.com/docs/yida_support/",
"isBlank": true,
"router": {
"type": "variable",
"value": {
"type": "JSExpression",
"value": "this.utils.router"
},
"variable": "this.utils.router"
}
},
"className": "linkblock_m35j897e",
"__style__": ":root {\n min-width: 156px;\n height: 48px;\n border-radius: 16px;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 12px 32px;\n gap: 4px;\n background: #FFFFFF;\n z-index: 0;\n cursor: pointer;\n}\n",
"fieldId": "linkBlock_m35j6cow"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "Text",
"id": "node_ocm2y6dyn91c",
"props": {
"maxLine": 0,
"showTitle": false,
"contentPaddingMobile": "0",
"className": "text_m2y74rxg",
"title": {
"type": "i18n",
"zh_CN": "",
"en_US": "",
"value": ""
},
"behavior": "NORMAL",
"content": {
"type": "i18n",
"key": "2GmxXrti",
"zh_CN": "我要咨询",
"en_US": "",
"value": "我要咨询"
},
"__style__": ":root {\nfont-size: 16px;\nfont-weight: 500;\nline-height: 24px;\ncolor: #171A1D;\n}\n",
"fieldId": "text_m2y6hb6y"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
},
{
"componentName": "Image",
"id": "node_ocm2y6dyn91d",
"props": {
"fit": "cover",
"preview": false,
"autoHeight": true,
"round": "0",
"src": "https://gw.alicdn.com/imgextra/i3/O1CN01scLdpC28aEw6lln0E_!!6000000007948-2-tps-24-24.png",
"width": "350",
"alt": "Image 404",
"autoWidth": true,
"roundRadius": "0",
"__style__": {},
"height": "200",
"fieldId": "image_m2y6hb6z"
},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
]
}
]
}
]
}
]
},
{
"componentName": "RootFooter",
"id": "node_ocl6pxns5z4",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": "",
"children": [
{
"componentName": "FooterYida",
"id": "node_ocl6pxns5z5",
"props": {},
"condition": true,
"hidden": false,
"title": "",
"isLocked": false,
"conditionGroup": ""
}
]
}
]
}
],
"componentsMap": [
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Page"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RootHeader"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Text"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Div"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Image"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "LinkBlock"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RichText"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Icon"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "Button"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RootContent"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "FooterYida"
},
{
"package": "@ali/vc-deep-yida",
"version": "1.5.169",
"componentName": "RootFooter"
}
]
}
]
}

模板修改说明

如何修改访问链接

按照以下步骤修改:

1、选中想要修改的组件;2、找到右侧操作栏 链接地址,替换链接即可;

在线试玩

Copyright © 2024钉钉(中国)信息技术有限公司和/或其关联公司浙ICP备18037475号-4