mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	chore: change default submit key
This commit is contained in:
		@@ -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