Update: TTS settings modal and settings types
This commit is contained in:
@@ -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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user