@dolphinweex/weex-harmony 0.1.100 → 0.1.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolphinweex/weex-harmony",
3
- "version": "0.1.100",
3
+ "version": "0.1.101",
4
4
  "description": "weex harmony adapter",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -88,7 +88,7 @@
88
88
  <div v-if="showDeleteConfirm" class="modal-mask">
89
89
  <div class="modal">
90
90
  <div class="modal-title">温馨提示</div>
91
- <div class="modal-content">删除所选关注视角后,相关的智能场景将执行失败</div>
91
+ <div class="modal-content">删除所选常看视角后,相关的智能场景将执行失败</div>
92
92
  <div class="modal-actions">
93
93
  <text class="btn cancel" @click="onDeleteCancel">取消</text>
94
94
  <div class="btn-divider"></div>