mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-01 00:08:10 +09:00
fix(client): Fix timeline widget setting definition
This commit is contained in:
parent
b289f6201e
commit
d595c245e6
@ -33,6 +33,10 @@ export default define({
|
|||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
height: {
|
||||||
|
type: 'number',
|
||||||
|
default: 300,
|
||||||
|
},
|
||||||
src: {
|
src: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'home',
|
default: 'home',
|
||||||
|
Loading…
Reference in New Issue
Block a user