修改版权信息

This commit is contained in:
2024-08-30 17:54:40 +08:00
parent 54eb9db20f
commit 57c37b372b
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -3,11 +3,11 @@ export const APP_ID = `${process.env.NEXT_PUBLIC_APP_ID}`
export const API_KEY = `${process.env.NEXT_PUBLIC_APP_KEY}`
export const API_URL = `${process.env.NEXT_PUBLIC_API_URL}`
export const APP_INFO: AppInfo = {
title: 'Chat APP',
title: '博微造价工程助手',
description: '',
copyright: '',
copyright: '江西博微新技术有限公司',
privacy_policy: '',
default_language: 'en',
default_language: 'zh-Hans',
}
export const isShowPrompt = false