flat: 缓动
This commit is contained in:
11
config.js
11
config.js
@@ -10,7 +10,7 @@ export default {
|
||||
speechSynthesis: 'wss://qd.zhaopinzao8dian.com/api/speech-synthesis',
|
||||
speechSynthesis2: 'wss://resource.zhuoson.com/synthesis/', //直接替换即可
|
||||
// indexedDB
|
||||
DBversion: 2,
|
||||
DBversion: 3,
|
||||
// 只使用本地缓寸的数据
|
||||
OnlyUseCachedDB: false,
|
||||
// 素质测评URL
|
||||
@@ -84,5 +84,12 @@ export default {
|
||||
mode: 'ECB', // default
|
||||
iv: 'UISwD9fW6cFh9SNS', // default is null
|
||||
cipherType: 'base64' // default is base64
|
||||
}
|
||||
},
|
||||
animations: [ //动画
|
||||
'fade-up-stagger',
|
||||
'pop-in-stagger',
|
||||
'slide-left-stagger',
|
||||
'blur-fade-stagger',
|
||||
'bounce-up-stagger'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user