From a1462206a2f75faf6633f9c0ab25bad8eee9b23a Mon Sep 17 00:00:00 2001 From: david-ajax Date: Thu, 18 Dec 2025 15:53:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(interface):=20=E4=BF=AE=E5=A4=8D=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/heurams/default/config/config.toml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/heurams/default/config/config.toml b/src/heurams/default/config/config.toml index 5a7938d..a7d9029 100644 --- a/src/heurams/default/config/config.toml +++ b/src/heurams/default/config/config.toml @@ -6,10 +6,10 @@ daystamp_override = -1 timestamp_override = -1 # [调试] 一键通过 -quick_pass = 0 +quick_pass = 1 # 对于每个项目的默认新记忆原子数量 -tasked_number = 8 +scheduled_num = 8 # UTC 时间戳修正 仅用于 UNIX 日时间戳的生成修正, 单位为秒 timezone_offset = +28800 # 中国标准时间 (UTC+8) @@ -22,8 +22,18 @@ max_riddles_num = 2 [puzzles.cloze] min_denominator = 3 -[paths] # 相对于工作目录而言 或绝对路径 +[paths] # 相对于配置文件的 ".." (即工作目录) 而言 或绝对路径 nucleon_dir = "./data/nucleon" electron_dir = "./data/electron" orbital_dir = "./data/orbital" -cache_dir = "./data/cache" \ No newline at end of file +cache_dir = "./data/cache" +template_dir = "./data/template" + +[services] # 定义服务到提供者的映射 +audio = "playsound" # 可选项: playsound(通用), termux(仅用于支持 Android Termux), mpg123(TODO) +tts = "edgetts" # 可选项: edgetts +llm = "openai" # 可选项: openai + +[providers.llm.openai] # 与 OpenAI 相容的语言模型接口服务设置 +url = "" +key = ""