🤤修改接口地址为all.json
This commit is contained in:
		@@ -42,7 +42,7 @@ function initialize_fc_lite() {
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        fetch(`${UserConfig.private_api_url}all`)
 | 
					        fetch(`${UserConfig.private_api_url}all.json`)
 | 
				
			||||||
            .then(response => response.json())
 | 
					            .then(response => response.json())
 | 
				
			||||||
            .then(data => {
 | 
					            .then(data => {
 | 
				
			||||||
                localStorage.setItem(cacheKey, JSON.stringify(data));
 | 
					                localStorage.setItem(cacheKey, JSON.stringify(data));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user