修改预设默认值
This commit is contained in:
parent
64fd4d1a71
commit
b8b5ceb1df
@ -183,7 +183,7 @@ onMounted(() => {
|
|||||||
// Preset styles
|
// Preset styles
|
||||||
const presets = {
|
const presets = {
|
||||||
modern: {
|
modern: {
|
||||||
format: 'HH:mm',
|
format: 'HH:mm:ss',
|
||||||
fontSize: 72,
|
fontSize: 72,
|
||||||
fontFamily: 'Arial',
|
fontFamily: 'Arial',
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
@ -192,7 +192,7 @@ const presets = {
|
|||||||
textShadow: true,
|
textShadow: true,
|
||||||
shadowColor: 'rgba(0, 0, 0, 0.3)',
|
shadowColor: 'rgba(0, 0, 0, 0.3)',
|
||||||
shadowBlur: 10,
|
shadowBlur: 10,
|
||||||
showSeconds: false,
|
showSeconds: true,
|
||||||
showDate: true,
|
showDate: true,
|
||||||
dateFormat: 'YYYY-MM-DD'
|
dateFormat: 'YYYY-MM-DD'
|
||||||
},
|
},
|
||||||
@ -202,7 +202,7 @@ const presets = {
|
|||||||
fontFamily: 'Impact',
|
fontFamily: 'Impact',
|
||||||
fontWeight: 'normal',
|
fontWeight: 'normal',
|
||||||
color: '#39ff14',
|
color: '#39ff14',
|
||||||
useGradient: false,
|
useGradient: true,
|
||||||
textShadow: true,
|
textShadow: true,
|
||||||
shadowColor: 'rgba(57, 255, 20, 0.8)',
|
shadowColor: 'rgba(57, 255, 20, 0.8)',
|
||||||
shadowBlur: 15,
|
shadowBlur: 15,
|
||||||
@ -219,7 +219,7 @@ const presets = {
|
|||||||
textShadow: true,
|
textShadow: true,
|
||||||
shadowColor: 'rgba(0, 0, 0, 0.5)',
|
shadowColor: 'rgba(0, 0, 0, 0.5)',
|
||||||
shadowBlur: 5,
|
shadowBlur: 5,
|
||||||
showSeconds: false,
|
showSeconds: true,
|
||||||
showDate: true,
|
showDate: true,
|
||||||
dateFormat: 'MMMM D, YYYY'
|
dateFormat: 'MMMM D, YYYY'
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user