You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Curriculum_Design/resources/config/app_settings.json

42 lines
1.1 KiB

{
"application": {
"name": "MagicWord",
"version": "0.1.0",
"author": "MagicWord Team",
"description": "隐私学习软件 - 一款通过打字练习来学习文档内容的工具"
},
"window": {
"default_size": {
"width": 800,
"height": 600
},
"minimum_size": {
"width": 600,
"height": 400
},
"title": "MagicWord - 隐私学习软件"
},
"typing": {
"default_time_limit": 300,
"show_progress_bar": true,
"highlight_current_line": true,
"auto_save_progress": true
},
"files": {
"supported_formats": [".txt", ".docx"],
"auto_backup_enabled": true,
"backup_interval_minutes": 30
},
"network": {
"weather_api_key": "YOUR_WEATHER_API_KEY",
"quote_api_url": "https://api.quotable.io/random",
"timeout_seconds": 10
},
"appearance": {
"theme": "light",
"font_family": "Arial",
"font_size": 12,
"text_color": "#000000",
"background_color": "#FFFFFF"
}
}