Merge pull request 'Codex/design 启用新的页面风格' (#10) from codex/design into master
Reviewed-on: #10 -- [CST 2026-07-19 Sunday 16:12:13]
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": "/",
|
||||
"name": "Bi's Blog",
|
||||
"short_name": "Bi's Blog",
|
||||
"description": "好奇心转化为代码的空间。",
|
||||
"lang": "zh-CN",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
|
||||
"theme_color": "#0f766e",
|
||||
"background_color": "#f7f5ef",
|
||||
"categories": ["blog", "education", "technology"],
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/pwa-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/images/pwa-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/images/pwa-maskable-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "搜索文章",
|
||||
"short_name": "搜索",
|
||||
"url": "/?action=search",
|
||||
"icons": [{ "src": "/images/pwa-192x192.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "随机文章",
|
||||
"short_name": "随机文章",
|
||||
"url": "/go/",
|
||||
"icons": [{ "src": "/images/pwa-192x192.png", "sizes": "192x192" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user