feat: auto expand in demo mode

This commit is contained in:
Henry Li
2026-01-24 23:51:11 +08:00
parent 2eb9bb2167
commit 099fb727cc
6 changed files with 34 additions and 5 deletions

View File

@@ -22,6 +22,8 @@ export const enUS: Translations = {
custom: "Custom",
notAvailableInDemoMode: "Not available in demo mode",
loading: "Loading...",
code: "Code",
preview: "Preview",
},
// Welcome

View File

@@ -20,6 +20,8 @@ export interface Translations {
custom: string;
notAvailableInDemoMode: string;
loading: string;
code: string;
preview: string;
};
// Welcome

View File

@@ -22,6 +22,8 @@ export const zhCN: Translations = {
custom: "自定义",
notAvailableInDemoMode: "在演示模式下不可用",
loading: "加载中...",
code: "代码",
preview: "预览",
},
// Welcome