mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改TS报错问题,抽离水印文案
This commit is contained in:
@@ -6,8 +6,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
export const option = {
|
||||
dur: 0.5,
|
||||
colors: ['#4fd2dd', '#235fa7'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#6586ec', '#2cf7fe'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#6586ec', '#2cf7fe'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -10,8 +10,7 @@ export const option = {
|
||||
borderTitleSize: 18,
|
||||
borderTitleColor: '#fff',
|
||||
colors: ['#8aaafb', '#1f33a2'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#1d48c4', '#d3e1f8'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#3140ad', '#1089ff'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#11eefd', '#0078d2'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -7,8 +7,7 @@ export const option = {
|
||||
colors: ['#235fa7', '#4fd2dd'],
|
||||
dur: 3,
|
||||
reverse: false,
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#3140ad', '#235fa7'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#1089ff', '#0000ff'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#2862b7', '#2862b7'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#2862b7', '#2862b7'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,8 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#2862b7', '#4b77b7'],
|
||||
backgroundColor: '#00000000',
|
||||
dataset: null
|
||||
backgroundColor: '#00000000'
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -6,7 +6,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
export const option = {
|
||||
colors: ['#ffffff4d', '#ffffff4d'],
|
||||
dur: 3,
|
||||
lineHeight: 3,
|
||||
lineHeight: 3
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
@@ -5,7 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
colors: ['#00c2ff', '#00c2ff4d'],
|
||||
dur: 3,
|
||||
dur: 3
|
||||
}
|
||||
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
|
||||
Reference in New Issue
Block a user