File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,7 @@ yarn-error.log*
3434# typescript
3535* .tsbuildinfo
3636package-lock.json
37+ /.idea
38+ /.nuxt
39+ /.vscode
40+ /dist
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const Banner: FC<IBannerProps> = ({}) => {
2222 < Col xs = { 24 } sm = { 24 } md = { 24 } lg = { 8 } xl = { 8 } >
2323 < div className = { styles . container } >
2424 < div className = { styles . title } > 连接物理设备与数字世界</ div >
25- < div className = { styles . description } > 基于.Net 6.0 使用C#开发的数据采集、数据清洗、数据可视化与设备资产管理的开源物联网(IoT)基础服务平台 。</ div >
25+ < div className = { styles . description } > IoTSharp 是一个开源的物联网基础平台,集设备属性数据管理、遥测数据监测、RPC多模式远程控制、规则链设计引擎等强大能力,依据数字孪生概念将可见与不可见的物理设备统一孪生到数字世界,在落地上IoTSharp结合了资产管理、产品化发展的理念,让平台应用更加贴合复杂的应用场景,在协议支持上支持HTTP、MQTT 、CoAp 等多种标准物联网协议接入和非标协议的转换 。</ div >
2626 < div className = { styles . button } onClick = { ( ) : void => {
2727 window . open (
2828 "https://docs.iotsharp.net/" ,
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ const Contributors: FC<IContributorsProps> = ({}) => {
3838 < p className = { styles . title } > 与用户共同成长</ p >
3939 < p className = { styles . subTitle } > IoTSharp 重视我们的用户,加入并助力我们不断完善</ p >
4040 < Descriptions align = "center" size = "large" row >
41- < Descriptions . Item itemKey = "Stars" > 600 +</ Descriptions . Item >
42- < Descriptions . Item itemKey = "Fork" > 150 +</ Descriptions . Item >
43- < Descriptions . Item itemKey = "Download" > 180 +</ Descriptions . Item >
44- < Descriptions . Item itemKey = "Contributors" > 30 +</ Descriptions . Item >
41+ < Descriptions . Item itemKey = "Stars" > 1800+ +</ Descriptions . Item >
42+ < Descriptions . Item itemKey = "Fork" > 600 +</ Descriptions . Item >
43+ < Descriptions . Item itemKey = "Download" > 3400 +</ Descriptions . Item >
44+ < Descriptions . Item itemKey = "Contributors" > 15 +</ Descriptions . Item >
4545 </ Descriptions >
4646 < div className = { styles . imageBox } >
4747 < Row gutter = { 32 } type = "flex" align = "top" >
You can’t perform that action at this time.
0 commit comments