zydx-plus 1.32.294 → 1.32.295

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": "zydx-plus",
3
- "version": "1.32.294",
3
+ "version": "1.32.295",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -43,7 +43,7 @@
43
43
  </button>
44
44
  </div>
45
45
  </div>
46
- <div class="flip-tool" @click="flipTool" :style="{height: flipToolShow? '600px': '25px', overflow: flipToolShow2? 'visible':'hidden'}">
46
+ <div v-if="readingPen" class="flip-tool" @click="flipTool" :style="{height: flipToolShow? '600px': '25px', overflow: flipToolShow2? 'visible':'hidden'}">
47
47
  <div class="tool-text" v-if="!flipToolShow">
48
48
  <span>阅读笔</span>
49
49
  </div>
@@ -220,6 +220,10 @@ export default {
220
220
  pointsData: {
221
221
  type: Array,
222
222
  default: () => []
223
+ },
224
+ readingPen: {
225
+ type: Boolean,
226
+ default: false
223
227
  }
224
228
  },
225
229
  watch: {
package/src/index.js CHANGED
@@ -81,7 +81,7 @@ function install(app) {
81
81
  }
82
82
 
83
83
  export default {
84
- version: '1.32.294',
84
+ version: '1.32.295',
85
85
  install,
86
86
  Calendar,
87
87
  Message,