Follow latest Web Share Target specification

This commit is contained in:
syuilo
2019-03-12 12:55:43 +09:00
parent f19ac5320e
commit c473b62aed
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"
}
}
}