Skip to content

Commit

Permalink
复原配置
Browse files Browse the repository at this point in the history
  • Loading branch information
sheep-realms committed Dec 24, 2023
1 parent 257cb1b commit 98bb5c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config = {
messages_polling_tick: 250,

// 启用打字音效,false 为禁用,true 为启用
print_audio_enable: true,
print_audio_enable: false,
// 音效名称(详见 res/script/sounds.js)
print_audio_name: 'typewriter_loop',
// 音效音量,1 为最大
Expand Down
Binary file added echo-live.zip
Binary file not shown.
11 changes: 3 additions & 8 deletions start.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
echolive.send({
username: "【???】",
messages: [
"username": "【说话人】",
"messages": [
{
message: [
{
text: '"Every ordinary day we experience may be a continuous miracle."',
style: { style: 'text-indent: -0.5em; display: block;' }
}
]
"message": "这里是说话内容。"
}
]
});

0 comments on commit 98bb5c6

Please sign in to comment.