modify manifest
This commit is contained in:
parent
2315c09134
commit
a672a757a2
|
@ -179,9 +179,9 @@ export class ClientServerService {
|
|||
'purpose': 'any',
|
||||
}],
|
||||
'share_target': {
|
||||
'action': '/share/',
|
||||
'method': 'GET',
|
||||
'enctype': 'application/x-www-form-urlencoded',
|
||||
'action': '/sw/share',
|
||||
'method': 'POST',
|
||||
'enctype': 'multipart/form-data',
|
||||
'params': {
|
||||
'title': 'title',
|
||||
'text': 'text',
|
||||
|
@ -189,7 +189,7 @@ export class ClientServerService {
|
|||
'files': [
|
||||
{
|
||||
'name': 'file',
|
||||
'accept': '*/*'
|
||||
'accept': '*/*',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
}
|
||||
],
|
||||
"share_target": {
|
||||
"action": "/share/",
|
||||
"method": "GET",
|
||||
"enctype": "application/x-www-form-urlencoded",
|
||||
"action": "/sw/share",
|
||||
"method": "POST",
|
||||
"enctype": "multipart/form-data",
|
||||
"params": {
|
||||
"title": "title",
|
||||
"text": "text",
|
||||
|
|
Loading…
Reference in New Issue