Follow latest Web Share Target specification

This commit is contained in:
syuilo 2019-03-12 12:55:43 +09:00
parent f19ac5320e
commit c473b62aed
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
3 changed files with 32 additions and 5 deletions

View file

@ -43,6 +43,11 @@
}
],
"share_target": {
"url_template": "share?text=【{title}】%0A{text}%0A{url}"
"action": "/share/",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}