feat: 法语词汇学习应用

- Vue 3 + TypeScript + Tailwind CSS
- 词汇学习和管理功能
- 支持生词本和复习
This commit is contained in:
likingcode
2026-03-07 05:42:32 +00:00
commit 71232cf489
28 changed files with 9561 additions and 0 deletions

21
public/manifest.json Normal file
View 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"
}
]
}