mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 05:14:45 +08:00
feat: auto expand in demo mode
This commit is contained in:
@@ -22,6 +22,8 @@ export const enUS: Translations = {
|
||||
custom: "Custom",
|
||||
notAvailableInDemoMode: "Not available in demo mode",
|
||||
loading: "Loading...",
|
||||
code: "Code",
|
||||
preview: "Preview",
|
||||
},
|
||||
|
||||
// Welcome
|
||||
|
||||
@@ -20,6 +20,8 @@ export interface Translations {
|
||||
custom: string;
|
||||
notAvailableInDemoMode: string;
|
||||
loading: string;
|
||||
code: string;
|
||||
preview: string;
|
||||
};
|
||||
|
||||
// Welcome
|
||||
|
||||
@@ -22,6 +22,8 @@ export const zhCN: Translations = {
|
||||
custom: "自定义",
|
||||
notAvailableInDemoMode: "在演示模式下不可用",
|
||||
loading: "加载中...",
|
||||
code: "代码",
|
||||
preview: "预览",
|
||||
},
|
||||
|
||||
// Welcome
|
||||
|
||||
Reference in New Issue
Block a user