feat: 添加PWA manifest、更新品牌图标配色、添加打印样式
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "智教助手 - 教师专属AI备课工具",
|
||||
"short_name": "智教助手",
|
||||
"description": "面向K12教师的AI备课与教学创作平台,一句话生成互动课件、教学动画、课堂游戏与智能测练",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#f5f7fa",
|
||||
"theme_color": "#0f766e",
|
||||
"orientation": "any",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user