chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -23,7 +23,7 @@ import {
ChatBackgroundEventName,
} from '@coze-common/chat-area-plugin-chat-background';
// 处理聊天背景图在BotEditor与插件的通信
// Handling chat background covers communication with plugins in BotEditor
export const useBotEditorChatBackground = () => {
const backgroundInfo = useBotSkillStore(
state => state.backgroundImageInfoList?.[0],
@@ -31,7 +31,7 @@ export const useBotEditorChatBackground = () => {
const { ChatBackgroundPlugin } = createChatBackgroundPlugin();
useEffect(() => {
// 监听用户设置背景图,将更新的背景图信息传入插件
// Monitor the user to set the background cover and pass the updated background cover information to the plugin
chatBackgroundEvent.emit(
ChatBackgroundEventName.OnBackgroundChange,
backgroundInfo,