瀏覽代碼

Update favicon with official logo and HiDPI support

bubble
Mohsen Azimi 9 年之前
父節點
當前提交
dee699833f
共有 10 個檔案被更改,包括 8 行新增4 行删除
  1. 二進制
     
  2. 二進制
     
  3. 二進制
     
  4. +2
    -0
      dist/index.html
  5. +2
    -2
      dist/swagger-ui.js
  6. 二進制
     
  7. 二進制
     
  8. 二進制
     
  9. +2
    -0
      src/main/html/index.html
  10. +2
    -2
      src/main/javascript/doc.js

二進制
查看文件


二進制
查看文件


二進制
查看文件


+ 2
- 0
dist/index.html 查看文件

@@ -2,6 +2,8 @@
<html>
<head>
<title>Swagger UI</title>
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>


+ 2
- 2
dist/swagger-ui.js 查看文件

@@ -358,7 +358,7 @@ var Docs = {
$('.resource ul.endpoints').slideDown();
return;
}
$('li#resource_' + resource).addClass('active');
var elem = $('li#resource_' + resource + ' ul.endpoints');
@@ -382,7 +382,7 @@ var Docs = {
expandOperationsForResource: function(resource) {
// Make sure the resource container is open..
Docs.expandEndpointListForResource(resource);
if (resource == '') {
$('.resource ul.endpoints li.operation div.content').slideDown();
return;


二進制
查看文件


二進制
查看文件


二進制
查看文件


+ 2
- 0
src/main/html/index.html 查看文件

@@ -2,6 +2,8 @@
<html>
<head>
<title>Swagger UI</title>
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>


+ 2
- 2
src/main/javascript/doc.js 查看文件

@@ -131,7 +131,7 @@ var Docs = {
$('.resource ul.endpoints').slideDown();
return;
}
$('li#resource_' + resource).addClass('active');
var elem = $('li#resource_' + resource + ' ul.endpoints');
@@ -155,7 +155,7 @@ var Docs = {
expandOperationsForResource: function(resource) {
// Make sure the resource container is open..
Docs.expandEndpointListForResource(resource);
if (resource == '') {
$('.resource ul.endpoints li.operation div.content').slideDown();
return;


Loading…
取消
儲存