Commit fd599840340ba6e96ee55103e72f379d523d5a48

Authored by xp.Huang
1 parent 3d249079

docs: v1.4.0_release

Showing 1 changed file with 9 additions and 9 deletions
1 -版本:v1.3.2_release 1 +版本:v1.4.0_release
2 ## 准备 2 ## 准备
3 3
4 - [node](http://nodejs.org/)[git](https://git-scm.com/) -项目开发环境 4 - [node](http://nodejs.org/)[git](https://git-scm.com/) -项目开发环境
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 42
43 #### 元件库开发 43 #### 元件库开发
44 44
45 -![image-20230106142352191](https://oss.yuntengcloud.com//iotdocs/img/image-20230106142352191.png) 45 +![image-20230106142352191](https://static.thingskit.com/iotdocs/img/image-20230106142352191.png)
46 46
47 ##### 文件位置 47 ##### 文件位置
48 48
@@ -174,9 +174,9 @@ Sidebar.prototype.initPalettes = function () { @@ -174,9 +174,9 @@ Sidebar.prototype.initPalettes = function () {
174 174
175 #### 数据绑定面板开发 175 #### 数据绑定面板开发
176 176
177 -![image-20230106151624286](https://oss.yuntengcloud.com//iotdocs/img/image-20230106151624286.png) 177 +![image-20230106151624286](https://static.thingskit.com/iotdocs/img/image-20230106151624286.png)
178 178
179 -![image-20230106151717295](https://oss.yuntengcloud.com//iotdocs/img/image-20230106151717295.png) 179 +![image-20230106151717295](https://static.thingskit.com/iotdocs/img/image-20230106151717295.png)
180 180
181 ##### 文件位置 181 ##### 文件位置
182 182
@@ -517,9 +517,9 @@ npm build @@ -517,9 +517,9 @@ npm build
517 517
518 > 打包成功后控制台输出结果与包存放位置,oss文件存放需要上传至oss服务器的js文件。 518 > 打包成功后控制台输出结果与包存放位置,oss文件存放需要上传至oss服务器的js文件。
519 519
520 -![image-20230106143620675](https://oss.yuntengcloud.com//iotdocs/img/image-20230106143620675.png) 520 +![image-20230106143620675](https://static.thingskit.com/iotdocs/img/image-20230106143620675.png)
521 521
522 -![image-20230106143929180](https://oss.yuntengcloud.com//iotdocs/img/image-20230106143929180.png) 522 +![image-20230106143929180](https://static.thingskit.com/iotdocs/img/image-20230106143929180.png)
523 523
524 524
525 525
@@ -538,12 +538,12 @@ npm build @@ -538,12 +538,12 @@ npm build
538 538
539 左侧文件则被gulp编译,失败时则到dist目录中找到未被编译的文件或者通过git进行回滚,在解决打包失败的原因后,再次打包。 539 左侧文件则被gulp编译,失败时则到dist目录中找到未被编译的文件或者通过git进行回滚,在解决打包失败的原因后,再次打包。
540 540
541 - ![image-20230106145422197](https://oss.yuntengcloud.com//iotdocs/img/image-20230106145422197.png) 541 + ![image-20230106145422197](https://static.thingskit.com/iotdocs/img/image-20230106145422197.png)
542 542
543 - ![image-20230106145519954](https://oss.yuntengcloud.com//iotdocs/img/image-20230106145519954.png) 543 + ![image-20230106145519954](https://static.thingskit.com/iotdocs/img/image-20230106145519954.png)
544 544
545 2. 打包后index.html会发生变更,引入文件的版本号修改,导致index.html被git追踪,可以通过将index.html加入git忽略文件中去。 545 2. 打包后index.html会发生变更,引入文件的版本号修改,导致index.html被git追踪,可以通过将index.html加入git忽略文件中去。
546 546
547 - ![image-20230106144551477](https://oss.yuntengcloud.com//iotdocs/img/image-20230106144551477.png) 547 + ![image-20230106144551477](https://static.thingskit.com/iotdocs/img/image-20230106144551477.png)
548 548
549 3. 组态启动后的端口因与后台管理端的端口保持一致。 549 3. 组态启动后的端口因与后台管理端的端口保持一致。