diff --git a/package.json b/package.json index d7bf01b..2971a70 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "vue-json-pretty": "2.4.0", "vue-router": "4.3.2", "vue-types": "5.1.1", + "vue3-number-roll-plus": "^0.1.3", "vue3-print-nb": "^0.1.4", "vue3-scroll-seamless": "^1.0.6", "vue3-seamless-scroll": "^3.0.2", diff --git a/src/views/boardGenerate/index.vue b/src/views/boardGenerate/index.vue index e3790fc..7845320 100644 --- a/src/views/boardGenerate/index.vue +++ b/src/views/boardGenerate/index.vue @@ -193,6 +193,15 @@
时间线
+ + +
数字翻牌器
+
+ + - + + + diff --git a/src/views/boardGenerate/tool.js b/src/views/boardGenerate/tool.js index fcee145..8e42012 100644 --- a/src/views/boardGenerate/tool.js +++ b/src/views/boardGenerate/tool.js @@ -53,9 +53,13 @@ const getOption = (e) => { tdColor: ['#fff'], thBgColor: '#fff', tdBgColor: ['#000'] - }; + } } else if (e === 'carousel') { return { swiperOptions: {}, imageFit: 'contain', carouselImages: [] }; + } else if (e === 'digitalFlop') { + return { + field: '', number: 1111, backgroundColor: 'rgba(180, 180, 180, 0.2)', isBorder: true, borderColor: '#fff' + }; } else { return {}; }