Skip to content

Commit

Permalink
feat: update discussions link
Browse files Browse the repository at this point in the history
更新论坛链接到具体的版块

Log:
  • Loading branch information
myml authored and black-desk committed Apr 23, 2024
1 parent 2ba2407 commit 36f2e76
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/components/en/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<div class="link-wrap">
<a href="/en/guide/ll-builder/introduction.html" class="link quick">Quick build in 10 mins</a>
<a href="/en/guide/ll-builder/manifests.html#runtime-20-5-0-includes-dependencies" class="link plain ml-15">Runtime list</a>
<a href="https://bbs.deepin.org/en" target="_blank" class="link plain ml-15">Discussions</a>
<a href="https://bbs.deepin.org/module/detail/230" target="_blank" class="link plain ml-15">Discussions</a>
</div>
</div>
<div class="shield"></div>
Expand Down Expand Up @@ -528,4 +528,4 @@ const jump = (url) => {
}
}
}
</style>
</style>
4 changes: 2 additions & 2 deletions .vitepress/theme/components/en/home/tiny.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<div class="link-wrap">
<a href="javascript:void(0);" @click="jump('/en/guide/ll-builder/introduction.html')" class="link quick">Quick build in 10 mins</a>
<a href="javascript:void(0);" @click="jump('/en/guide/ll-builder/manifests.html#runtime-20-5-0-includes-dependencies')" class="link plain ml-15">Runtime list</a>
<a href="https://bbs.deepin.org/en" target="_blank" class="link plain ml-15">Discussions</a>
<a href="https://bbs.deepin.org/module/detail/230" target="_blank" class="link plain ml-15">Discussions</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -531,4 +531,4 @@ const jump = (url) => {
height: calc(100vh - 183px);
background-color: rgba($color: #333, $alpha: 0.5) !important;
}
</style>
</style>
4 changes: 2 additions & 2 deletions .vitepress/theme/components/zh/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<div class="link-wrap">
<a href="javascript:void(0);" @click="jump('/guide/ll-builder/introduction.html')" class="link quick">10分钟快速构建</a>
<a href="javascript:void(0);" @click="jump('/guide/ll-builder/manifests.html#runtime-20-5-0-包含依赖项')" class="link plain ml-15">Runtime清单</a>
<a href="https://bbs.deepin.org" target="_blank" class="link plain ml-15">社区讨论</a>
<a href="https://bbs.deepin.org/module/detail/230" target="_blank" class="link plain ml-15">社区讨论</a>
</div>
</div>
<div class="shield"></div>
Expand Down Expand Up @@ -519,4 +519,4 @@ const jump = (url) => {
}
}
}
</style>
</style>
4 changes: 2 additions & 2 deletions .vitepress/theme/components/zh/home/tiny.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<div class="link-wrap">
<a href="javascript:void(0);" @click="jump('/guide/ll-builder/introduction.html')" class="link quick">10分钟快速构建</a>
<a href="javascript:void(0);" @click="jump('/guide/ll-builder/manifests.html#runtime-20-5-0-包含依赖项')" class="link plain ml-15">Runtime清单</a>
<a href="https://bbs.deepin.org" target="_blank" class="link plain ml-15">社区讨论</a>
<a href="https://bbs.deepin.org/module/detail/230" target="_blank" class="link plain ml-15">社区讨论</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -524,4 +524,4 @@ const jump = (url) => {
height: calc(100vh - 183px);
background-color: rgba($color: #333, $alpha: 0.5) !important;
}
</style>
</style>

0 comments on commit 36f2e76

Please sign in to comment.