mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	feat: add PWA support
This commit is contained in:
		
							
								
								
									
										1
									
								
								.eslintignore
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.eslintignore
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					public/serviceWorker.js
 | 
				
			||||||
@@ -50,7 +50,7 @@ export default function RootLayout({
 | 
				
			|||||||
          href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap"
 | 
					          href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap"
 | 
				
			||||||
          rel="stylesheet"
 | 
					          rel="stylesheet"
 | 
				
			||||||
        ></link>
 | 
					        ></link>
 | 
				
			||||||
        <script src="/serviceWorker.js"></script>
 | 
					        <script src="/serviceWorker.js" async></script>
 | 
				
			||||||
      </head>
 | 
					      </head>
 | 
				
			||||||
      <body>{children}</body>
 | 
					      <body>{children}</body>
 | 
				
			||||||
    </html>
 | 
					    </html>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user