From 352c90b44390e035d4d5311c3e6ebe6523a1eee3 Mon Sep 17 00:00:00 2001 From: MCDFsteve <71605531+MCDFsteve@users.noreply.github.com> Date: Tue, 21 Nov 2023 23:18:52 +0800 Subject: [PATCH] Add files via upload --- game/options.rpy | 2 +- game/script.rpy | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/game/options.rpy b/game/options.rpy index 5dedf9c..74fe6e7 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -3,7 +3,7 @@ ## 游戏版本号。 $ persistent.vits = True -define config.version = "1.4.1" +define config.version = "1.4.3" define version = "·新增了存读档系统和历史记录系统!!!\n·化了设置菜单排版,作者信息移到了 关于。\n·微调了语音系统,现在包括人名,作品名等一些专有名词不会念错了。\n·更多细微调整。" ## 以“##”开头的语句是注释,您不应该对其取消注释。以“#”开头的语句是注释掉的代码, ## 在适用的时候您可能需要对其取消注释。 diff --git a/game/script.rpy b/game/script.rpy index 0ab61eb..b871fea 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -78,8 +78,8 @@ init python: except Exception as e: print("连接失败:", e) return None - hanashi = get_amadeus('http://api.dfsteve.top/amadeus') - apikey = get_data_from_server('http://api.dfsteve.top/api_key_endpoint') + hanashi = get_amadeus('http://api2.dfsteve.top/amadeus') + apikey = get_data_from_server('http://api2.dfsteve.top/api_key_endpoint') keyword_to_voice = { "你好": ["hello.ogg","pleased_to_meet_you.ogg","what_do_you_want.ogg"], "hello": ["hello.ogg","what_do_you_want.ogg"],