mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	@@ -34,10 +34,10 @@ var urlsToCache = [
 | 
				
			|||||||
  '{{AppSubUrl}}/vendor/plugins/dropzone/dropzone.css',
 | 
					  '{{AppSubUrl}}/vendor/plugins/dropzone/dropzone.css',
 | 
				
			||||||
{{if .IsSigned }}
 | 
					{{if .IsSigned }}
 | 
				
			||||||
	{{ if ne .SignedUser.Theme "gitea" }}
 | 
						{{ if ne .SignedUser.Theme "gitea" }}
 | 
				
			||||||
		'{{AppSubUrl}}/css/theme-{{.SignedUser.Theme}}.css'
 | 
							'{{AppSubUrl}}/css/theme-{{.SignedUser.Theme}}.css',
 | 
				
			||||||
	{{end}}
 | 
						{{end}}
 | 
				
			||||||
{{else if ne DefaultTheme "gitea"}}
 | 
					{{else if ne DefaultTheme "gitea"}}
 | 
				
			||||||
	'{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css'
 | 
						'{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css',
 | 
				
			||||||
{{end}}
 | 
					{{end}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // img
 | 
					  // img
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user