chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user