init
This commit is contained in:
parent
7d1af32688
commit
f3adf19649
139 changed files with 25604 additions and 0 deletions
17
server_2.1/config/image.json
Normal file
17
server_2.1/config/image.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"extension": "jpg",
|
||||
"type": "jpeg",
|
||||
"quality": 80,
|
||||
"poster": {
|
||||
"width": 200,
|
||||
"height": 285
|
||||
},
|
||||
"miniature": {
|
||||
"width": 50,
|
||||
"height": 70
|
||||
},
|
||||
"avatar": {
|
||||
"width": 128,
|
||||
"height": 128
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue