-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefaults.json
More file actions
113 lines (113 loc) · 3.47 KB
/
Copy pathdefaults.json
File metadata and controls
113 lines (113 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"ai_api_key": "",
"ai_chat_enabled": false,
"ai_chat_profile_id": "",
"ai_custom_headers": "",
"ai_endpoint": "https://api.openai.com/v1/chat/completions",
"ai_model": "gpt-4o-mini",
"ai_search_enabled": false,
"ai_search_profile_id": "",
"ai_summary_profile_id": "",
"ai_summary_prompt": "You are a summarizer. Generate a concise summary of the given text. Output ONLY the summary, nothing else.",
"ai_translation_profile_id": "",
"ai_translation_prompt": "You are a translator. Translate the given text accurately. Output ONLY the translated text, nothing else.",
"ai_usage_limit": "20000",
"ai_usage_tokens": "0",
"auto_cleanup_enabled": true,
"auto_show_all_content": false,
"baidu_app_id": "",
"baidu_secret_key": "",
"close_to_tray": true,
"content_font_family": "system",
"content_font_size": 16,
"content_line_height": "1.6",
"custom_css_file": "",
"custom_translation_body_template": "",
"custom_translation_enabled": false,
"custom_translation_endpoint": "",
"custom_translation_headers": "",
"custom_translation_lang_mapping": "",
"custom_translation_method": "POST",
"custom_translation_name": "",
"custom_translation_response_path": "",
"custom_translation_timeout": 10,
"deepl_api_key": "",
"deepl_endpoint": "",
"default_view_mode": "rendered",
"feed_drawer_expanded": true,
"feed_drawer_pinned": true,
"freshrss_api_password": "",
"freshrss_auto_sync_interval": 0,
"freshrss_enabled": false,
"freshrss_last_sync_time": "",
"freshrss_server_url": "",
"freshrss_sync_on_startup": false,
"freshrss_username": "",
"full_text_fetch_enabled": true,
"google_translate_endpoint": "translate.googleapis.com",
"hover_mark_as_read": false,
"image_gallery_enabled": true,
"language": "en-US",
"last_global_refresh": "",
"last_network_test": "",
"layout_mode": "normal",
"max_article_age_days": 30,
"max_cache_size_mb": 500,
"max_concurrent_refreshes": "5",
"media_cache_enabled": false,
"media_cache_max_age_days": 7,
"media_cache_max_size_mb": 200,
"media_proxy_fallback": true,
"microsoft_api_key": "",
"microsoft_endpoint": "",
"microsoft_region": "",
"network_bandwidth_mbps": "0",
"network_latency_ms": "0",
"network_speed": "medium",
"notion_api_key": "",
"notion_enabled": false,
"notion_page_id": "",
"obsidian_enabled": false,
"obsidian_vault": "",
"obsidian_vault_path": "",
"proxy_enabled": false,
"proxy_host": "127.0.0.1",
"proxy_password": "",
"proxy_port": "7890",
"proxy_type": "https",
"proxy_username": "",
"refresh_mode": "fixed",
"retry_timeout_seconds": 60,
"rsshub_api_key": "",
"rsshub_enabled": false,
"rsshub_endpoint": "https://rss.spriple.org",
"rules": "",
"shortcuts": "",
"shortcuts_enabled": true,
"show_article_preview_images": true,
"show_floating_toc": false,
"show_hidden_articles": false,
"startup_on_boot": false,
"summary_enabled": true,
"summary_length": "medium",
"summary_provider": "local",
"summary_trigger_mode": "manual",
"target_language": "zh",
"tencent_region": "ap-guangzhou",
"tencent_secret_id": "",
"tencent_secret_key": "",
"theme": "auto",
"translation_enabled": false,
"translation_only_mode": false,
"translation_provider": "google",
"update_check_enabled": true,
"update_interval": 30,
"window_height": "768",
"window_maximized": "false",
"window_width": "1024",
"window_x": "0",
"window_y": "0",
"zotero_api_key": "",
"zotero_enabled": false,
"zotero_user_id": ""
}