[home]开源官网初始化

This commit is contained in:
tomsun28
2022-02-02 22:49:50 +08:00
parent 9347097905
commit c47706be17
132 changed files with 15971 additions and 1 deletions

21
home/static/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "TANCLOUD探云",
"short_name": "TANCLOUD",
"theme_color": "#ea5a07",
"background_color": "#efefef",
"display": "standalone",
"scope": "./",
"start_url": "./index.html",
"icons": [
{
"src": "img/tancloud-logo.svg",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "img/tancloud-brand.svg",
"sizes": "128x128",
"type": "image/png"
}
]
}