mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-29 13:23:09 +08:00
deploy
This commit is contained in:
@ -3468,18 +3468,27 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#8-dart" class="md-nav__link">
|
||||
<a href="#8-typescript" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
8. Dart 環境
|
||||
8. TypeScript 環境
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#9-rust" class="md-nav__link">
|
||||
<a href="#9-dart" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
9. Rust 環境
|
||||
9. Dart 環境
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#10-rust" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
10. Rust 環境
|
||||
</span>
|
||||
</a>
|
||||
|
||||
@ -3714,18 +3723,27 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#8-dart" class="md-nav__link">
|
||||
<a href="#8-typescript" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
8. Dart 環境
|
||||
8. TypeScript 環境
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#9-rust" class="md-nav__link">
|
||||
<a href="#9-dart" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
9. Rust 環境
|
||||
9. Dart 環境
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#10-rust" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
10. Rust 環境
|
||||
</span>
|
||||
</a>
|
||||
|
||||
@ -3819,16 +3837,21 @@
|
||||
</ol>
|
||||
<h3 id="7-javascript">7. JavaScript 環境<a class="headerlink" href="#7-javascript" title="Permanent link">¶</a></h3>
|
||||
<ol>
|
||||
<li>下載並安裝 <a href="https://nodejs.org/en/">node.js</a> 。</li>
|
||||
<li>在 VS Code 的擴充功能市場中搜索 <code>javascript</code> ,安裝 JavaScript (ES6) code snippets 。</li>
|
||||
<li>下載並安裝 <a href="https://nodejs.org/en/">Node.js</a> 。</li>
|
||||
<li>(可選)在 VS Code 的擴充功能市場中搜索 <code>Prettier</code> ,安裝程式碼格式化工具。</li>
|
||||
</ol>
|
||||
<h3 id="8-dart">8. Dart 環境<a class="headerlink" href="#8-dart" title="Permanent link">¶</a></h3>
|
||||
<h3 id="8-typescript">8. TypeScript 環境<a class="headerlink" href="#8-typescript" title="Permanent link">¶</a></h3>
|
||||
<ol>
|
||||
<li>同 JavaScript 環境安裝步驟。</li>
|
||||
<li>安裝 <a href="https://github.com/privatenumber/tsx?tab=readme-ov-file#global-installation">TypeScript Execute (tsx)</a> 。</li>
|
||||
<li>在 VS Code 的擴充功能市場中搜索 <code>typescript</code> ,安裝 <a href="https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors">Pretty TypeScript Errors</a> 。</li>
|
||||
</ol>
|
||||
<h3 id="9-dart">9. Dart 環境<a class="headerlink" href="#9-dart" title="Permanent link">¶</a></h3>
|
||||
<ol>
|
||||
<li>下載並安裝 <a href="https://dart.dev/get-dart">Dart</a> 。</li>
|
||||
<li>在 VS Code 的擴充功能市場中搜索 <code>dart</code> ,安裝 <a href="https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code">Dart</a> 。</li>
|
||||
</ol>
|
||||
<h3 id="9-rust">9. Rust 環境<a class="headerlink" href="#9-rust" title="Permanent link">¶</a></h3>
|
||||
<h3 id="10-rust">10. Rust 環境<a class="headerlink" href="#10-rust" title="Permanent link">¶</a></h3>
|
||||
<ol>
|
||||
<li>下載並安裝 <a href="https://www.rust-lang.org/tools/install">Rust</a> 。</li>
|
||||
<li>在 VS Code 的擴充功能市場中搜索 <code>rust</code> ,安裝 <a href="https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer">rust-analyzer</a> 。</li>
|
||||
|
Reference in New Issue
Block a user