Update: TTS settings modal and settings types

This commit is contained in:
likingcode
2026-03-18 15:18:47 +08:00
parent 71232cf489
commit 4ea96243c2
13 changed files with 1393 additions and 149 deletions

View File

@@ -1,21 +1,44 @@
{
"name": "French Vocabulary",
"short_name": "FrenchVocab",
"description": "Master French with spaced repetition",
"name": "法语词汇学习",
"short_name": "法语词汇",
"description": "使用间隔重复系统高效学习法语单词",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color":="#ffffff",
"orientation": "portrait",
"background_color": "#ffffff",
"theme_color": "#3b82f6",
"lang": "zh-CN",
"dir": "ltr",
"categories": ["education", "productivity"],
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
}
],
"shortcuts": [
{
"name": "开始学习",
"short_name": "学习",
"description": "开始今日学习",
"url": "/?action=study",
"icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
},
{
"name": "导入词库",
"short_name": "导入",
"description": "导入新的单词",
"url": "/?action=import",
"icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
}
]
}