modify manifest

This commit is contained in:
tamaina 2025-07-26 01:48:46 +09:00
parent 539356023d
commit 2315c09134
2 changed files with 13 additions and 1 deletions

View File

@ -186,6 +186,12 @@ export class ClientServerService {
'title': 'title', 'title': 'title',
'text': 'text', 'text': 'text',
'url': 'url', 'url': 'url',
'files': [
{
'name': 'file',
'accept': '*/*'
},
],
}, },
}, },
}; };

View File

@ -32,7 +32,13 @@
"params": { "params": {
"title": "title", "title": "title",
"text": "text", "text": "text",
"url": "url" "url": "url",
"files": [
{
"name": "file",
"accept": "*/*"
}
]
} }
} }
} }