Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MCDFsteve authored Nov 21, 2023
1 parent fe4d8cf commit 352c90b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game/options.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## 游戏版本号。
$ persistent.vits = True
define config.version = "1.4.1"
define config.version = "1.4.3"
define version = "·新增了存读档系统和历史记录系统!!!\n·化了设置菜单排版,作者信息移到了 关于。\n·微调了语音系统,现在包括人名,作品名等一些专有名词不会念错了。\n·更多细微调整。"
## 以“##”开头的语句是注释,您不应该对其取消注释。以“#”开头的语句是注释掉的代码,
## 在适用的时候您可能需要对其取消注释。
Expand Down
4 changes: 2 additions & 2 deletions game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 352c90b

Please sign in to comment.