Skip to content

Commit

Permalink
Site updated: 2023-12-27 11:22:43
Browse files Browse the repository at this point in the history
  • Loading branch information
lssb committed Dec 27, 2023
1 parent e1a6ec0 commit c987041
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 2023/12/27/old哥的nebula/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta property="og:description" content="没想到这么久了我还能想起来这个东西。今天在old哥的安排下折腾一下Dyson Sphere Program的联机mod:Nebula 下面是官方wiki Setting up a development environmentDevelopment SetupRepo Setup Fork the repository to your own Github account. Pull git">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2023-12-27T02:49:15.000Z">
<meta property="article:modified_time" content="2023-12-27T03:17:58.123Z">
<meta property="article:modified_time" content="2023-12-27T03:22:38.020Z">
<meta property="article:author" content="NiceB">
<meta name="twitter:card" content="summary">

Expand Down Expand Up @@ -92,17 +92,17 @@ <h1 class="article-title" itemprop="name">
<p>下面是官方<a target="_blank" rel="noopener" href="https://github.com/NebulaModTeam/nebula/wiki/Setting-up-a-development-environment">wiki</a></p>
<h1 id="Setting-up-a-development-environment"><a href="#Setting-up-a-development-environment" class="headerlink" title="Setting up a development environment"></a>Setting up a development environment</h1><h2 id="Development-Setup"><a href="#Development-Setup" class="headerlink" title="Development Setup"></a>Development Setup</h2><h3 id="Repo-Setup"><a href="#Repo-Setup" class="headerlink" title="Repo Setup"></a>Repo Setup</h3><ol>
<li><input checked="" disabled="" type="checkbox"> Fork the repository to your own Github account.</li>
<li><input disabled="" type="checkbox"> Pull git repository locally (pass <code>--recursive</code> to <code>git clone</code> to init and clone submodules)<ul>
<li><input checked="" disabled="" type="checkbox"> Pull git repository locally (pass <code>--recursive</code> to <code>git clone</code> to init and clone submodules)<ul>
<li><code>git clone https://github.com/lssb/nebula.git --recursive</code> 这个代码阴影不是圆角看起来好丑</li>
</ul>
</li>
<li><input disabled="" type="checkbox"> Initialize git submodule(s) by running the following command:<ul>
<li><input checked="" disabled="" type="checkbox"> Initialize git submodule(s) by running the following command:<ul>
<li><code>git submodule update --init --recursive</code> This command can also be used to fetch and update changes.</li>
</ul>
</li>
</ol>
<h3 id="Nebula-setup"><a href="#Nebula-setup" class="headerlink" title="Nebula setup"></a>Nebula setup</h3><ol>
<li><input disabled="" type="checkbox"> Get the most up-to-date version of Dyson Sphere Program from Steam.</li>
<li><input checked="" disabled="" type="checkbox"> Get the most up-to-date version of Dyson Sphere Program from Steam.</li>
<li><input disabled="" type="checkbox"> Install <a target="_blank" rel="noopener" href="https://github.com/BepInEx/BepInEx/releases">BepInEx</a> inside the Dyson Sphere Program Steam installation folder.<ul>
<li>Download <code>BepInEx_x64_&lt;version&gt;.zip</code></li>
<li>Unzip the content to <code>C:\Program Files (x86)\Steam\steamapps\common\Dyson Sphere Program\BepInEx</code></li>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@ <h1 itemprop="name">
<p>下面是官方<a target="_blank" rel="noopener" href="https://github.com/NebulaModTeam/nebula/wiki/Setting-up-a-development-environment">wiki</a></p>
<h1 id="Setting-up-a-development-environment"><a href="#Setting-up-a-development-environment" class="headerlink" title="Setting up a development environment"></a>Setting up a development environment</h1><h2 id="Development-Setup"><a href="#Development-Setup" class="headerlink" title="Development Setup"></a>Development Setup</h2><h3 id="Repo-Setup"><a href="#Repo-Setup" class="headerlink" title="Repo Setup"></a>Repo Setup</h3><ol>
<li><input checked="" disabled="" type="checkbox"> Fork the repository to your own Github account.</li>
<li><input disabled="" type="checkbox"> Pull git repository locally (pass <code>--recursive</code> to <code>git clone</code> to init and clone submodules)<ul>
<li><input checked="" disabled="" type="checkbox"> Pull git repository locally (pass <code>--recursive</code> to <code>git clone</code> to init and clone submodules)<ul>
<li><code>git clone https://github.com/lssb/nebula.git --recursive</code> 这个代码阴影不是圆角看起来好丑</li>
</ul>
</li>
<li><input disabled="" type="checkbox"> Initialize git submodule(s) by running the following command:<ul>
<li><input checked="" disabled="" type="checkbox"> Initialize git submodule(s) by running the following command:<ul>
<li><code>git submodule update --init --recursive</code> This command can also be used to fetch and update changes.</li>
</ul>
</li>
</ol>
<h3 id="Nebula-setup"><a href="#Nebula-setup" class="headerlink" title="Nebula setup"></a>Nebula setup</h3><ol>
<li><input disabled="" type="checkbox"> Get the most up-to-date version of Dyson Sphere Program from Steam.</li>
<li><input checked="" disabled="" type="checkbox"> Get the most up-to-date version of Dyson Sphere Program from Steam.</li>
<li><input disabled="" type="checkbox"> Install <a target="_blank" rel="noopener" href="https://github.com/BepInEx/BepInEx/releases">BepInEx</a> inside the Dyson Sphere Program Steam installation folder.<ul>
<li>Download <code>BepInEx_x64_&lt;version&gt;.zip</code></li>
<li>Unzip the content to <code>C:\Program Files (x86)\Steam\steamapps\common\Dyson Sphere Program\BepInEx</code></li>
Expand Down

0 comments on commit c987041

Please sign in to comment.