diff --git a/frontend/index.html b/frontend/index.html index 8390096..500427d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,8 +4,39 @@ - + + + + + + + + + + + + + + + + + + + + 续想 @@ -14,4 +45,3 @@ - diff --git a/frontend/public/logo-512.png b/frontend/public/logo-512.png new file mode 100644 index 0000000..0d2dce9 Binary files /dev/null and b/frontend/public/logo-512.png differ diff --git a/frontend/public/manifest.webmanifest b/frontend/public/manifest.webmanifest index aeb7ae6..d145dae 100644 --- a/frontend/public/manifest.webmanifest +++ b/frontend/public/manifest.webmanifest @@ -1,7 +1,7 @@ { "name": "续想", "short_name": "续想", - "description": "让零散念头继续生长的私人笔记本", + "description": "一个先保存、后理解的私人 AI 笔记本。自由记录零散念头,由 AI 在后台整理并跟踪它们如何生长。", "start_url": "/", "display": "standalone", "background_color": "#f3f0e9", @@ -12,7 +12,12 @@ "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" + }, + { + "src": "/logo-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" } ] } - diff --git a/frontend/public/share-card.png b/frontend/public/share-card.png new file mode 100644 index 0000000..ead3abc Binary files /dev/null and b/frontend/public/share-card.png differ