mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	Merge branch 'main' into sgm/cicd
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/deploy_preview.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deploy_preview.yml
									
									
									
									
										vendored
									
									
								
							@@ -82,4 +82,4 @@ jobs:
 | 
			
		||||
          message: |
 | 
			
		||||
            Your build has completed!
 | 
			
		||||
 | 
			
		||||
            [Preview deployment](${{ steps.vercel.outputs.VERCEL_URL }})
 | 
			
		||||
            [Preview deployment](${{ steps.vercel.outputs.VERCEL_URL }})
 | 
			
		||||
@@ -40,4 +40,4 @@ export const POST = handle;
 | 
			
		||||
export const GET = handle;
 | 
			
		||||
export const OPTIONS = handle;
 | 
			
		||||
 | 
			
		||||
export const runtime = "nodejs";
 | 
			
		||||
export const runtime = "edge";
 | 
			
		||||
 
 | 
			
		||||
@@ -28,7 +28,7 @@ export enum Theme {
 | 
			
		||||
export const DEFAULT_CONFIG = {
 | 
			
		||||
  lastUpdate: Date.now(), // timestamp, to merge state
 | 
			
		||||
 | 
			
		||||
  submitKey: isMacOS() ? SubmitKey.MetaEnter : SubmitKey.CtrlEnter,
 | 
			
		||||
  submitKey: SubmitKey.Enter,
 | 
			
		||||
  avatar: "1f603",
 | 
			
		||||
  fontSize: 14,
 | 
			
		||||
  theme: Theme.Auto as Theme,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user