mirror of
				https://git.unlock-music.dev/um/web.git
				synced 2025-11-04 15:23:28 +08:00 
			
		
		
		
	Fix accept in uploader
This commit is contained in:
		
							parent
							
								
									73f3959094
								
							
						
					
					
						commit
						014fe5ae26
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "unlock-music",
 | 
					  "name": "unlock-music",
 | 
				
			||||||
  "version": "1.0.1",
 | 
					  "version": "1.0.2",
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "serve": "vue-cli-service serve",
 | 
					    "serve": "vue-cli-service serve",
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,6 @@
 | 
				
			|||||||
                        :auto-upload="false"
 | 
					                        :auto-upload="false"
 | 
				
			||||||
                        :on-change="handleFile"
 | 
					                        :on-change="handleFile"
 | 
				
			||||||
                        :show-file-list="false"
 | 
					                        :show-file-list="false"
 | 
				
			||||||
                        accept=".ncm,.qmc0,.qmc3,.qmcflac,.qmcogg,.mflac"
 | 
					 | 
				
			||||||
                        action=""
 | 
					                        action=""
 | 
				
			||||||
                        drag
 | 
					                        drag
 | 
				
			||||||
                        multiple>
 | 
					                        multiple>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user