modify manifest

This commit is contained in:
tamaina 2025-07-26 01:55:32 +09:00
parent 2315c09134
commit a672a757a2
2 changed files with 7 additions and 7 deletions

View File

@ -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': '*/*',
},
],
},

View File

@ -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",