diff --git a/frontend/src/pages/ContentGeneration/ContentGenerationPage.tsx b/frontend/src/pages/ContentGeneration/ContentGenerationPage.tsx new file mode 100644 index 0000000..e9f8076 --- /dev/null +++ b/frontend/src/pages/ContentGeneration/ContentGenerationPage.tsx @@ -0,0 +1,23 @@ +/** + * 内容生成页面 + * 通过 iframe 加载外部页面 + */ +export default function ContentGenerationPage() { + const iframeUrl = "https://www.baidu.com"; + + return ( +
+
+

内容生成

+
+
+