From 5f744c82146708f82f5fbfeeec66eb5f41c588a2 Mon Sep 17 00:00:00 2001
From: John Smith
Date: Mon, 8 Apr 2024 23:51:06 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8F=92=E4=BB=B6=E4=BB=8B?=
=?UTF-8?q?=E7=BB=8D=E8=A7=86=E9=A2=91=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/lang/en.js | 1 +
frontend/src/lang/ja.js | 1 +
frontend/src/lang/zh.js | 1 +
3 files changed, 3 insertions(+)
diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js
index 232ffd6..9176192 100644
--- a/frontend/src/lang/en.js
+++ b/frontend/src/lang/en.js
@@ -186,6 +186,7 @@ export default {
Plugin installation method: Put the extracted plugin directory into the "data/plugins" directory, then restart blivechat
Notes: Most plugins require enabling the "Relay messages by the server" option and connecting to the room
in order to receive messages
+Introducing video
Plugin development documentation
`,
diff --git a/frontend/src/lang/ja.js b/frontend/src/lang/ja.js
index 6548c3e..5863b69 100644
--- a/frontend/src/lang/ja.js
+++ b/frontend/src/lang/ja.js
@@ -186,6 +186,7 @@ export default {
プラグインのインストール方法:抽出されたプラグインディレクトリを「data/plugins」ディレクトリに配置し、blivechatを再起動します
注意:ほとんどのプラグインは、「サーバを介してメッセージを転送する」オプションを有効にし、メッセージを受信するために
ルームに接続する必要があります
+紹介動画
プラグイン開発ドキュメント
`,
diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js
index 231a298..25a2fed 100644
--- a/frontend/src/lang/zh.js
+++ b/frontend/src/lang/zh.js
@@ -184,6 +184,7 @@ export default {
>GitHub Discussions获取一些已发布的插件
插件安装方法:把解压后的插件目录放到“data/plugins”目录,然后重启blivechat
注意事项:大部分插件需要开启“通过服务器转发消息”,并且连接到房间,才能接收消息
+介绍视频
插件开发文档
`,
author: '作者:',