mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-14 02:10:37 +08:00
deploy
This commit is contained in:
@@ -3396,22 +3396,22 @@
|
||||
<h2 id="1621">16.2.1. 内容微调<a class="headerlink" href="#1621" title="Permanent link">¶</a></h2>
|
||||
<p>在每个页面的右上角有一个「编辑」图标,您可以按照以下步骤修改文本或代码:</p>
|
||||
<ol>
|
||||
<li>点击编辑按钮,如果遇到“需要 Fork 此仓库”的提示,请同意该操作;</li>
|
||||
<li>修改 Markdown 源文件内容,并确保内容正确,同时尽量保持排版格式的统一;</li>
|
||||
<li>点击编辑按钮,如果遇到“需要 Fork 此仓库”的提示,请同意该操作。</li>
|
||||
<li>修改 Markdown 源文件内容,并确保内容正确,同时尽量保持排版格式的统一。</li>
|
||||
<li>在页面底部填写修改说明,然后点击“Propose file change”按钮;页面跳转后,点击“Create pull request”按钮即可发起拉取请求。</li>
|
||||
</ol>
|
||||
<p><img alt="页面编辑按键" src="../contribution.assets/edit_markdown.png" /></p>
|
||||
<p align="center"> Fig. 页面编辑按键 </p>
|
||||
|
||||
<p>由于图片无法直接修改,因此需要通过新建 <a href="https://github.com/krahets/hello-algo/issues">Issue</a> 或评论留言来描述图片问题,我们会尽快重新绘制并替换图片。</p>
|
||||
<p>由于图片无法直接修改,因此需要通过新建 <a href="https://github.com/krahets/hello-algo/issues">Issue</a> 或评论留言来描述问题,我们会尽快重新绘制并替换图片。</p>
|
||||
<h2 id="1622">16.2.2. 内容创作<a class="headerlink" href="#1622" title="Permanent link">¶</a></h2>
|
||||
<p>如果您有兴趣参与此开源项目,包括将代码翻译成其他编程语言、扩展文章内容等,那么需要实施 Pull Request 工作流程:</p>
|
||||
<ol>
|
||||
<li>登录 GitHub ,将<a href="https://github.com/krahets/hello-algo">本仓库</a> Fork 到个人账号下;</li>
|
||||
<li>进入您的 Fork 仓库网页,使用 git clone 命令将仓库克隆至本地;</li>
|
||||
<li>在本地进行内容创作,并通过运行测试以验证代码的正确性;</li>
|
||||
<li>将本地所做更改 Commit ,然后 Push 至远程仓库;</li>
|
||||
<li>刷新仓库网页,点击“Create pull request”按钮即可发起拉取请求;</li>
|
||||
<li>登录 GitHub ,将<a href="https://github.com/krahets/hello-algo">本仓库</a> Fork 到个人账号下。</li>
|
||||
<li>进入您的 Fork 仓库网页,使用 git clone 命令将仓库克隆至本地。</li>
|
||||
<li>在本地进行内容创作,并通过运行测试以验证代码的正确性。</li>
|
||||
<li>将本地所做更改 Commit ,然后 Push 至远程仓库。</li>
|
||||
<li>刷新仓库网页,点击“Create pull request”按钮即可发起拉取请求。</li>
|
||||
</ol>
|
||||
<h2 id="1623-docker">16.2.3. Docker 部署<a class="headerlink" href="#1623-docker" title="Permanent link">¶</a></h2>
|
||||
<p>我们可以通过 Docker 来部署本项目。执行以下脚本,稍等片刻后,即可使用浏览器打开 <code>http://localhost:8000</code> 来访问本项目。</p>
|
||||
|
||||
@@ -3505,17 +3505,17 @@
|
||||
</ol>
|
||||
<h2 id="1617-c">16.1.7. C# 环境<a class="headerlink" href="#1617-c" title="Permanent link">¶</a></h2>
|
||||
<ol>
|
||||
<li>下载并安装 <a href="https://dotnet.microsoft.com/en-us/download">.Net 6.0</a> ;</li>
|
||||
<li>下载并安装 <a href="https://dotnet.microsoft.com/en-us/download">.Net 6.0</a> 。</li>
|
||||
<li>在 VSCode 的插件市场中搜索 <code>c#</code> ,安装 c# 。</li>
|
||||
</ol>
|
||||
<h2 id="1618-swift">16.1.8. Swift 环境<a class="headerlink" href="#1618-swift" title="Permanent link">¶</a></h2>
|
||||
<ol>
|
||||
<li>下载并安装 <a href="https://www.swift.org/download/">Swift</a>;</li>
|
||||
<li>下载并安装 <a href="https://www.swift.org/download/">Swift</a>。</li>
|
||||
<li>在 VSCode 的插件市场中搜索 <code>swift</code> ,安装 <a href="https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang">Swift for Visual Studio Code</a>。</li>
|
||||
</ol>
|
||||
<h2 id="1619-rust">16.1.9. Rust 环境<a class="headerlink" href="#1619-rust" title="Permanent link">¶</a></h2>
|
||||
<ol>
|
||||
<li>下载并安装 <a href="https://www.rust-lang.org/tools/install">Rust</a>;</li>
|
||||
<li>下载并安装 <a href="https://www.rust-lang.org/tools/install">Rust</a>。</li>
|
||||
<li>在 VSCode 的插件市场中搜索 <code>rust</code> ,安装 <a href="https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer">rust-analyzer</a>。</li>
|
||||
</ol>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user