|
11 | 11 | <style> |
12 | 12 | html |
13 | 13 | { |
14 | | - box-sizing: border-box; |
15 | | - overflow: -moz-scrollbars-vertical; |
16 | | - overflow-y: scroll; |
| 14 | + box-sizing: border-box; |
| 15 | + overflow: -moz-scrollbars-vertical; |
| 16 | + overflow-y: scroll; |
17 | 17 | } |
18 | 18 | *, |
19 | 19 | *:before, |
20 | 20 | *:after |
21 | 21 | { |
22 | | - box-sizing: inherit; |
| 22 | + box-sizing: inherit; |
23 | 23 | } |
24 | 24 |
|
25 | 25 | body { |
|
34 | 34 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0"> |
35 | 35 | <defs> |
36 | 36 | <symbol viewBox="0 0 20 20" id="unlocked"> |
37 | | - <path d="M15.8 8H14V5.6C14 2.703 12.665 1 10 1 7.334 1 6 2.703 6 5.6V6h2v-.801C8 3.754 8.797 3 10 3c1.203 0 2 .754 2 2.199V8H4c-.553 0-1 .646-1 1.199V17c0 .549.428 1.139.951 1.307l1.197.387C5.672 18.861 6.55 19 7.1 19h5.8c.549 0 1.428-.139 1.951-.307l1.196-.387c.524-.167.953-.757.953-1.306V9.199C17 8.646 16.352 8 15.8 8z"></path> |
| 37 | + <path d="M15.8 8H14V5.6C14 2.703 12.665 1 10 1 7.334 1 6 2.703 6 5.6V6h2v-.801C8 3.754 8.797 3 10 3c1.203 0 2 .754 2 2.199V8H4c-.553 0-1 .646-1 1.199V17c0 .549.428 1.139.951 1.307l1.197.387C5.672 18.861 6.55 19 7.1 19h5.8c.549 0 1.428-.139 1.951-.307l1.196-.387c.524-.167.953-.757.953-1.306V9.199C17 8.646 16.352 8 15.8 8z"></path> |
38 | 38 | </symbol> |
39 | 39 |
|
40 | 40 | <symbol viewBox="0 0 20 20" id="locked"> |
|
70 | 70 | <script src="./swagger-ui-bundle.js"> </script> |
71 | 71 | <script src="./swagger-ui-standalone-preset.js"> </script> |
72 | 72 | <script> |
73 | | -window.onload = function() { |
74 | | - window["SwaggerUIBundle"] = window["swagger-ui-bundle"] |
75 | | - window["SwaggerUIStandalonePreset"] = window["swagger-ui-standalone-preset"] |
76 | | - // Build a system |
77 | | - const ui = SwaggerUIBundle({ |
78 | | - url: "http://petstore.swagger.io/v2/swagger.json", |
79 | | - dom_id: '#swagger-ui', |
80 | | - presets: [ |
81 | | - SwaggerUIBundle.presets.apis, |
82 | | - SwaggerUIStandalonePreset |
83 | | - ], |
84 | | - plugins: [ |
85 | | - SwaggerUIBundle.plugins.DownloadUrl |
86 | | - ], |
87 | | - layout: "StandaloneLayout" |
88 | | - }) |
89 | | - |
90 | | - window.ui = ui |
91 | | - |
92 | | - ui.initOAuth({ |
93 | | - clientId: "your-client-id", |
94 | | - clientSecret: "your-client-secret-if-required", |
95 | | - realm: "your-realms", |
96 | | - appName: "your-app-name", |
97 | | - scopeSeparator: " ", |
98 | | - additionalQueryStringParams: {} |
99 | | - }) |
100 | | -} |
| 73 | + window.onload = function() { |
| 74 | + window["SwaggerUIBundle"] = window["swagger-ui-bundle"] |
| 75 | + window["SwaggerUIStandalonePreset"] = window["swagger-ui-standalone-preset"] |
| 76 | + // Build a system |
| 77 | + const ui = SwaggerUIBundle({ |
| 78 | + url: "http://petstore.swagger.io/v2/swagger.json", |
| 79 | + dom_id: '#swagger-ui', |
| 80 | + presets: [ |
| 81 | + SwaggerUIBundle.presets.apis, |
| 82 | + SwaggerUIStandalonePreset |
| 83 | + ], |
| 84 | + plugins: [ |
| 85 | + SwaggerUIBundle.plugins.DownloadUrl |
| 86 | + ], |
| 87 | + layout: "StandaloneLayout" |
| 88 | + }) |
| 89 | + |
| 90 | + window.ui = ui |
| 91 | + |
| 92 | + ui.initOAuth({ |
| 93 | + clientId: "your-client-id", |
| 94 | + clientSecret: "your-client-secret-if-required", |
| 95 | + realm: "your-realms", |
| 96 | + appName: "your-app-name", |
| 97 | + scopeSeparator: " ", |
| 98 | + additionalQueryStringParams: {} |
| 99 | + }) |
| 100 | + } |
101 | 101 | </script> |
102 | 102 | </body> |
103 | 103 |
|
|
0 commit comments