From fafe1dcd0fc0feab2eb1e02738762e770d0c63db Mon Sep 17 00:00:00 2001 From: Paul Huang Date: Tue, 26 Feb 2019 15:54:22 +0800 Subject: [PATCH] fix(changelo_log): 227 -> 2.27 --- content/en/SUMMARY.md | 2 +- content/en/change_log/{227.md => 2.27.md} | 0 content/zh-CN/SUMMARY.md | 2 +- content/zh-CN/change_log/2.25.md | 2 +- content/zh-CN/change_log/2.26.md | 2 +- content/zh-CN/change_log/{227.md => 2.27.md} | 2 +- content/zh-CN/change_log/README.md | 10 ++++++++++ content/zh-TW/SUMMARY.md | 2 +- content/zh-TW/change_log/{227.md => 2.27.md} | 0 content/zh-TW/change_log/README.md | 7 +++++++ 10 files changed, 23 insertions(+), 6 deletions(-) rename content/en/change_log/{227.md => 2.27.md} (100%) rename content/zh-CN/change_log/{227.md => 2.27.md} (69%) rename content/zh-TW/change_log/{227.md => 2.27.md} (100%) diff --git a/content/en/SUMMARY.md b/content/en/SUMMARY.md index 5fef24a..9f783a1 100755 --- a/content/en/SUMMARY.md +++ b/content/en/SUMMARY.md @@ -69,5 +69,5 @@ * [2.23](change_log/2.23.md) * [2.25](change_log/2.25.md) * [2.26](change_log/2.26.md) - * [2.27](change_log/227.md) + * [2.27](change_log/2.27.md) diff --git a/content/en/change_log/227.md b/content/en/change_log/2.27.md similarity index 100% rename from content/en/change_log/227.md rename to content/en/change_log/2.27.md diff --git a/content/zh-CN/SUMMARY.md b/content/zh-CN/SUMMARY.md index bf78d69..1ad3283 100755 --- a/content/zh-CN/SUMMARY.md +++ b/content/zh-CN/SUMMARY.md @@ -69,5 +69,5 @@ * [2.23](change_log/2.23.md) * [2.25](change_log/2.25.md) * [2.26](change_log/2.26.md) - * [2.27](change_log/227.md) + * [2.27](change_log/2.27.md) diff --git a/content/zh-CN/change_log/2.25.md b/content/zh-CN/change_log/2.25.md index 9328450..ddde299 100644 --- a/content/zh-CN/change_log/2.25.md +++ b/content/zh-CN/change_log/2.25.md @@ -5,4 +5,4 @@ ## 问题修复 -1. 在 MCS 网页或是手机应用程式操作资料通道时,有时候会触发两笔手机推播通知。 \ No newline at end of file +1. 在 MCS 网页或是手机应用程式操作资料通道时,有时候会触发两笔手机推播通知。 diff --git a/content/zh-CN/change_log/2.26.md b/content/zh-CN/change_log/2.26.md index 1b6229f..311486b 100644 --- a/content/zh-CN/change_log/2.26.md +++ b/content/zh-CN/change_log/2.26.md @@ -1,4 +1,4 @@ # 2018/08/23 ## 新功能 -1. 允许用户在 Trigger&Action 中编写自定义的 HTTP 请求。当触发条件符合时,此请求将发送到指定的服务器。[更多详情](../tutorial/setting_notification) \ No newline at end of file +1. 允许用户在 Trigger&Action 中编写自定义的 HTTP 请求。当触发条件符合时,此请求将发送到指定的服务器。[更多详情](../tutorial/setting_notification) diff --git a/content/zh-CN/change_log/227.md b/content/zh-CN/change_log/2.27.md similarity index 69% rename from content/zh-CN/change_log/227.md rename to content/zh-CN/change_log/2.27.md index a4bfc49..6ac6d34 100644 --- a/content/zh-CN/change_log/227.md +++ b/content/zh-CN/change_log/2.27.md @@ -1,7 +1,7 @@ # 2018/12/17 ## 新功能 -1. 推出数据运算信道,能执行JavaScript程序代码来处理上传的数据. [更多详情](../tutorial/function_data_channel_tutorial) +1. 推出数据运算通道,能执行JavaScript程序代码来处理上传的数据. [更多详情](../tutorial/function_data_channel_tutorial) ## 问题修复 1. MQTT 错误修复 diff --git a/content/zh-CN/change_log/README.md b/content/zh-CN/change_log/README.md index 3f0abe2..5c58fd8 100755 --- a/content/zh-CN/change_log/README.md +++ b/content/zh-CN/change_log/README.md @@ -1,5 +1,15 @@ # MCS 更新日志总览 + + + +## 2018/12/17 + +### v2.27 + +[推出数据运算通道。](./2.27) + + ## 2018/08/23 ### v2.26 diff --git a/content/zh-TW/SUMMARY.md b/content/zh-TW/SUMMARY.md index a1fa17e..cc315fe 100755 --- a/content/zh-TW/SUMMARY.md +++ b/content/zh-TW/SUMMARY.md @@ -69,5 +69,5 @@ * [2.23](change_log/2.23.md) * [2.25](change_log/2.25.md) * [2.26](change_log/2.26.md) - * [2.27](change_log/227.md) + * [2.27](change_log/2.27.md) diff --git a/content/zh-TW/change_log/227.md b/content/zh-TW/change_log/2.27.md similarity index 100% rename from content/zh-TW/change_log/227.md rename to content/zh-TW/change_log/2.27.md diff --git a/content/zh-TW/change_log/README.md b/content/zh-TW/change_log/README.md index 719f5db..e7a305c 100755 --- a/content/zh-TW/change_log/README.md +++ b/content/zh-TW/change_log/README.md @@ -1,5 +1,12 @@ # MCS 更新日誌總覽 + +## 2018/12/17 + +### v2.27 + +[推出資料運算通道。](./2.27) + ## 2018/08/23 ### v2.26