chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -58,11 +58,11 @@ export async function initBotDetailStore(params?: {
|
||||
customVersion: version,
|
||||
botInfoVersion,
|
||||
});
|
||||
// 处理bot草稿页特有字段
|
||||
// Handling bot draft page-specific fields
|
||||
if (scene === 'bot') {
|
||||
initBotSceneStore(botData, version);
|
||||
}
|
||||
// 初始化store set
|
||||
// Initialize store set
|
||||
initBotDetailStoreSet(botData, monetizeConfig);
|
||||
getBotInfoEvent.success();
|
||||
} catch (e) {
|
||||
@@ -113,7 +113,7 @@ const initBotDetailStoreSet = (
|
||||
initModelStore(botData);
|
||||
initBotSkillStore(botData);
|
||||
initMultiAgentStore(botData);
|
||||
// 设置信息付费信息
|
||||
// Settings Information Payment Information
|
||||
initMonetizeConfigStore(monetizeConfig);
|
||||
initQueryCollectStore(botData);
|
||||
initAuditInfoStore(botData);
|
||||
|
||||
@@ -45,7 +45,7 @@ export const initGenerateImageStore = async () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// 初始化一下,防止从创建页跳到编辑页把创建页的状态带过来
|
||||
// Initialize it to prevent jumping from the create page to the edit page and bring the state of the created page
|
||||
clearGenerateImageStore();
|
||||
|
||||
const resp = await PlaygroundApi.GetPicTask({
|
||||
|
||||
Reference in New Issue
Block a user