forked from admin/french-vocab
feat: 法语词汇学习应用
- Vue 3 + TypeScript + Tailwind CSS - 词汇学习和管理功能 - 支持生词本和复习
This commit is contained in:
21
public/manifest.json
Normal file
21
public/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "French Vocabulary",
|
||||
"short_name": "FrenchVocab",
|
||||
"description": "Master French with spaced repetition",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color":="#ffffff",
|
||||
"theme_color": "#3b82f6",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user