mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-27 22:25:11 +08:00
27 lines
8.7 KiB
HTML
27 lines
8.7 KiB
HTML
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Tabs # Tabs let you organize content by context, for example installation instructions for each supported platform.
|
|
{{< tabs "uniqueid" >}} {{< tab "MacOS" >}} # MacOS Content {{< /tab >}} {{< tab "Linux" >}} # Linux Content {{< /tab >}} {{< tab "Windows" >}} # Windows Content {{< /tab >}} {{< /tabs >}} Example # MacOS MacOS This is tab MacOS content.
|
|
Lorem markdownum insigne. Olympo signis Delphis!"><meta name=theme-color content="#FFFFFF"><meta property="og:title" content><meta property="og:description" content="Tabs # Tabs let you organize content by context, for example installation instructions for each supported platform.
|
|
{{< tabs "uniqueid" >}} {{< tab "MacOS" >}} # MacOS Content {{< /tab >}} {{< tab "Linux" >}} # Linux Content {{< /tab >}} {{< tab "Windows" >}} # Windows Content {{< /tab >}} {{< /tabs >}} Example # MacOS MacOS This is tab MacOS content.
|
|
Lorem markdownum insigne. Olympo signis Delphis!"><meta property="og:type" content="article"><meta property="og:url" content="https://books.halfrost.com/leetcode/docs/shortcodes/tabs/"><title>Tabs | LeetCode Cookbook</title><link rel=manifest href=/leetcode/manifest.json><link rel=icon href=/leetcode/favicon.png type=image/x-icon><link rel=stylesheet href=/leetcode/book.min.6cd8553a6854f4812343f0f0c8baca31271e686434f381fbe3c7226f66639176.css integrity="sha256-bNhVOmhU9IEjQ/DwyLrKMSceaGQ084H748cib2ZjkXY="><script defer src=/leetcode/en.search.min.b89b298482a620ecdc3740829351c9d8b19cc485f00b83eaf4b57f44e1cb7e23.js integrity="sha256-uJsphIKmIOzcN0CCk1HJ2LGcxIXwC4Pq9LV/ROHLfiM="></script><script defer src=/leetcode/sw.min.f4d2776936ea9603d5b4d06bf489597dd2355c0a24f090e9e6dc2679587a2034.js integrity="sha256-9NJ3aTbqlgPVtNBr9IlZfdI1XAok8JDp5twmeVh6IDQ="></script></head><body><input type=checkbox class="hidden toggle" id=menu-control>
|
|
<input type=checkbox class="hidden toggle" id=toc-control><main class="container flex"><aside class=book-menu><nav><h2 class=book-brand><a href=/leetcode><span>LeetCode Cookbook</span></a></h2><div class=book-search><input type=text id=book-search-input placeholder=Search aria-label=Search maxlength=64 data-hotkeys=s/><div class="book-search-spinner hidden"></div><ul id=book-search-results></ul></div><ul><li><a href=https://halfrost.com target=_blank rel=noopener>被人嘲笑的梦想</a></li><li><a href=https://github.com/halfrost target=_blank rel=noopener>Github</a></li><li><a href=https://halfrost.com target=_blank rel=noopener>微信公众号</a></li><li><a href=https://twitter.com/halffrost target=_blank rel=noopener>Twitter</a></li><li><a href=https://weibo.com/halfrost target=_blank rel=noopener>Weibo</a></li></ul><ul><li><p><a href=/leetcode/docs/example/><strong>Example Site</strong></a></p></li><li><p><a href=/leetcode/docs/example/table-of-contents/>Table of Contents</a></p><ul><li><a href=/leetcode/docs/example/table-of-contents/with-toc/>With ToC</a></li><li><a href=/leetcode/docs/example/table-of-contents/without-toc/>Without ToC</a></li></ul></li><li><p><a href=/leetcode/docs/example/collapsed/>Collapsed</a></p><ul><li><a href=/leetcode/docs/example/collapsed/3rd-level/>3rd</a><ul><li><a href=/leetcode/docs/example/collapsed/3rd-level/4th-level/>4th</a><br></li></ul></li></ul></li><li><p><strong>Shortcodes</strong></p></li><li><p><a href=/leetcode/docs/shortcodes/buttons/>Buttons</a></p></li><li><p><a href=/leetcode/docs/shortcodes/columns/>Columns</a></p></li><li><p><a href=/leetcode/docs/shortcodes/expand/>Expand</a></p></li><li><p><a href=/leetcode/docs/shortcodes/hints/>Hints</a></p></li><li><p><a href=/leetcode/docs/shortcodes/katex/>Katex</a></p></li><li><p><a href=/leetcode/docs/shortcodes/mermaid/>Mermaid</a></p></li><li><p><a href=/leetcode/docs/shortcodes/tabs/ class=active>Tabs</a><br></p></li></ul><ul><li><a href=/leetcode/posts/>Blog</a></li></ul></nav><script>(function(){var menu=document.querySelector("aside.book-menu nav");addEventListener("beforeunload",function(event){localStorage.setItem("menu.scrollTop",menu.scrollTop);});menu.scrollTop=localStorage.getItem("menu.scrollTop");})();</script></aside><div class=book-page><header class=book-header><div class="flex align-center justify-between"><label for=menu-control><img src=/leetcode/svg/menu.svg class=book-icon alt=Menu></label>
|
|
<strong>Tabs</strong>
|
|
<label for=toc-control><img src=/leetcode/svg/toc.svg class=book-icon alt="Table of Contents"></label></div><aside class="hidden clearfix"><nav id=TableOfContents><ul><li><a href=#tabs>Tabs</a><ul><li><a href=#example>Example</a></li></ul></li></ul></nav></aside></header><article class=markdown><h1 id=tabs>Tabs
|
|
<a class=anchor href=#tabs>#</a></h1><p>Tabs let you organize content by context, for example installation instructions for each supported platform.</p><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-tpl data-lang=tpl><span style=color:#75715e>{{</span><span style=color:#f92672><</span> <span style=color:#a6e22e>tabs</span> <span style=color:#e6db74>"uniqueid"</span> <span style=color:#f92672>></span><span style=color:#75715e>}}</span>
|
|
<span style=color:#75715e>{{</span><span style=color:#f92672><</span> <span style=color:#a6e22e>tab</span> <span style=color:#e6db74>"MacOS"</span> <span style=color:#f92672>></span><span style=color:#75715e>}}</span> # MacOS Content <span style=color:#75715e>{{</span><span style=color:#f92672><</span> <span style=color:#f92672>/</span><span style=color:#a6e22e>tab</span> <span style=color:#f92672>></span><span style=color:#75715e>}}</span>
|
|
<span style=color:#75715e>{{</span><span style=color:#f92672><</span> <span style=color:#a6e22e>tab</span> <span style=color:#e6db74>"Linux"</span> <span style=color:#f92672>></span><span style=color:#75715e>}}</span> # Linux Content <span style=color:#75715e>{{</span><span style=color:#f92672><</span> <span style=color:#f92672>/</span><span style=color:#a6e22e>tab</span> <span style=color:#f92672>></span><span style=color:#75715e>}}</span>
|
|
<span style=color:#75715e>{{</span><span style=color:#f92672><</span> <span style=color:#a6e22e>tab</span> <span style=color:#e6db74>"Windows"</span> <span style=color:#f92672>></span><span style=color:#75715e>}}</span> # Windows Content <span style=color:#75715e>{{</span><span style=color:#f92672><</span> <span style=color:#f92672>/</span><span style=color:#a6e22e>tab</span> <span style=color:#f92672>></span><span style=color:#75715e>}}</span>
|
|
<span style=color:#75715e>{{</span><span style=color:#f92672><</span> <span style=color:#f92672>/</span><span style=color:#a6e22e>tabs</span> <span style=color:#f92672>></span><span style=color:#75715e>}}</span>
|
|
</code></pre></div><h2 id=example>Example
|
|
<a class=anchor href=#example>#</a></h2><div class=book-tabs><input type=radio class=toggle name=tabs-uniqueid id=tabs-uniqueid-0 checked>
|
|
<label for=tabs-uniqueid-0>MacOS</label><div class="book-tabs-content markdown-inner"><h1 id=macos>MacOS</h1><p>This is tab <strong>MacOS</strong> content.</p><p>Lorem markdownum insigne. Olympo signis Delphis! Retexi Nereius nova develat
|
|
stringit, frustra Saturnius uteroque inter! Oculis non ritibus Telethusa
|
|
protulit, sed sed aere valvis inhaesuro Pallas animam: qui <em>quid</em>, ignes.
|
|
Miseratus fonte Ditis conubia.</p></div><input type=radio class=toggle name=tabs-uniqueid id=tabs-uniqueid-1>
|
|
<label for=tabs-uniqueid-1>Linux</label><div class="book-tabs-content markdown-inner"><h1 id=linux>Linux</h1><p>This is tab <strong>Linux</strong> content.</p><p>Lorem markdownum insigne. Olympo signis Delphis! Retexi Nereius nova develat
|
|
stringit, frustra Saturnius uteroque inter! Oculis non ritibus Telethusa
|
|
protulit, sed sed aere valvis inhaesuro Pallas animam: qui <em>quid</em>, ignes.
|
|
Miseratus fonte Ditis conubia.</p></div><input type=radio class=toggle name=tabs-uniqueid id=tabs-uniqueid-2>
|
|
<label for=tabs-uniqueid-2>Windows</label><div class="book-tabs-content markdown-inner"><h1 id=windows>Windows</h1><p>This is tab <strong>Windows</strong> content.</p><p>Lorem markdownum insigne. Olympo signis Delphis! Retexi Nereius nova develat
|
|
stringit, frustra Saturnius uteroque inter! Oculis non ritibus Telethusa
|
|
protulit, sed sed aere valvis inhaesuro Pallas animam: qui <em>quid</em>, ignes.
|
|
Miseratus fonte Ditis conubia.</p></div></div></article><footer class=book-footer><div class="flex flex-wrap justify-between"></div></footer><label for=menu-control class="hidden book-menu-overlay"></label></div><aside class=book-toc><nav id=TableOfContents><ul><li><a href=#tabs>Tabs</a><ul><li><a href=#example>Example</a></li></ul></li></ul></nav></aside></main></body></html> |