You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							37 lines
						
					
					
						
							785 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							37 lines
						
					
					
						
							785 B
						
					
					
				| { | |
|   "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", | |
|   "productName": "ElectronicLock", | |
|   "version": "0.1.0", | |
|   "identifier": "lock.zdhlcn.com", | |
|   "build": { | |
|     "frontendDist": "../dist-prod", | |
|     "devUrl": "http://localhost", | |
|     "beforeDevCommand": "pnpm dev:tauri", | |
|     "beforeBuildCommand": "pnpm build:tauri" | |
|   }, | |
|   "app": { | |
|     "windows": [ | |
|       { | |
|         "title": "挂牌上锁平台", | |
|         "width": 800, | |
|         "height": 600, | |
|         "resizable": true, | |
|         "fullscreen": false | |
|       } | |
|     ], | |
|     "security": { | |
|       "csp": null | |
|     } | |
|   }, | |
|   "bundle": { | |
|     "active": true, | |
|     "targets": "all", | |
|     "icon": [ | |
|       "icons/32x32.png", | |
|       "icons/128x128.png", | |
|       "icons/128x128@2x.png", | |
|       "icons/icon.icns", | |
|       "icons/icon.ico" | |
|     ] | |
|   } | |
| }
 | |
| 
 |