add site cache to improve performance #29

This commit is contained in:
yanyongyu
2020-10-19 15:49:18 +08:00
parent 8ca677c271
commit c3ed962837
12 changed files with 413 additions and 1 deletions

View File

@ -0,0 +1,20 @@
{
"name": "NoneBot",
"short_name": "NoneBot",
"background-color": "#ffffff",
"theme-color": "#ea5252",
"description": "An asynchronous python bot framework.",
"display": "standalone",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
]
}