feat: 添加PWA manifest、更新品牌图标配色、添加打印样式

This commit is contained in:
Zhang Jing Xuan
2026-07-30 11:35:09 +08:00
parent 351fcdb4ec
commit 6edd18ad8d
4 changed files with 83 additions and 3 deletions
+18
View File
@@ -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"
}
]
}