This commit is contained in:
lyf
2024-09-25 16:00:48 +08:00
parent e83f61e74d
commit 1d2f44fba8
19 changed files with 55 additions and 37 deletions

View File

@@ -2,7 +2,7 @@ import { getClientConfig } from "../config/client";
import { SubmitKey } from "../store/config";
import { SAAS_CHAT_URL } from "@/app/constant";
const SAAS_CHAT_URL_WITH_PARAM = `${SAAS_CHAT_URL}?data=title`;
const SAAS_CHAT_URL_WITH_PARAM = `${SAAS_CHAT_URL}?data=chat`;
const isApp = !!getClientConfig()?.isApp;
const cn = {