config(content-generation): 更新内容生成页面的iframe地址配置
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (java-kotlin) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled

- 将iframe源地址从百度首页更新为本地开发服务器地址
- 修改URL从 https://www.baidu.comhttp://192.168
This commit is contained in:
2026-01-20 12:57:37 +08:00
parent bde00c3c38
commit d391f9fd2d

View File

@@ -3,7 +3,7 @@
* 通过 iframe 加载外部页面
*/
export default function ContentGenerationPage() {
const iframeUrl = "https://www.baidu.com";
const iframeUrl = "http://192.168.0.8:3000";
return (
<div className="h-full w-full flex flex-col">