mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	update: change tauri window size
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -10,3 +10,7 @@ soybean-admin-build:
 | 
			
		||||
 | 
			
		||||
soybean-admin-push:
 | 
			
		||||
	docker push ${SoybeanAdminImg}
 | 
			
		||||
 | 
			
		||||
# run tauri app:
 | 
			
		||||
run:
 | 
			
		||||
	pnpm tauri dev
 | 
			
		||||
 
 | 
			
		||||
@@ -56,10 +56,10 @@
 | 
			
		||||
    "windows": [
 | 
			
		||||
      {
 | 
			
		||||
        "fullscreen": false,
 | 
			
		||||
        "height": 600,
 | 
			
		||||
        "height": 800,
 | 
			
		||||
        "resizable": true,
 | 
			
		||||
        "title": "soybean-admin",
 | 
			
		||||
        "width": 800
 | 
			
		||||
        "width": 1000
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user