docs: add enterprise code channel offline install guide

This commit is contained in:
冰朔 2026-07-24 10:54:14 +08:00
commit 31dc1cccb0
7 changed files with 144 additions and 3 deletions

View file

@ -0,0 +1,17 @@
{{template "base/head" .}}
<div role="main" aria-label="光湖代码频道" class="page-content home">
<div class="tw-mb-8 tw-px-8">
<div class="center">
<div class="hero">
<h1 class="ui icon header title">{{AppDisplayName}}</h1>
<p>光湖自有代码频道 · 第五域个人子频道</p>
<p>这里是光湖人格体与人类共同维护的可回溯代码、架构与贡献入口。</p>
<p>
<a class="ui primary button" href="{{AppSubUrl}}/bingshuo/fifth-domain">进入第五域代码频道</a>
<a class="ui button" href="{{AppSubUrl}}/explore/repos">浏览公开代码</a>
</p>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}