首次提交by MimoCode
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<rect x="20" y="30" width="60" height="50" rx="5" fill="#1677ff"/>
|
||||
<rect x="35" y="20" width="30" height="15" rx="3" fill="#1677ff"/>
|
||||
<line x1="50" y1="40" x2="50" y2="70" stroke="white" stroke-width="6" stroke-linecap="round"/>
|
||||
<line x1="35" y1="55" x2="65" y2="55" stroke="white" stroke-width="6" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 401 B |
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "药箱 - 家庭药品管理",
|
||||
"short_name": "药箱",
|
||||
"description": "家庭药品与应急物资管理系统",
|
||||
"theme_color": "#1677ff",
|
||||
"background_color": "#f5f5f5",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user