Skip to content

Commit b8e02ed

Browse files
committed
Introduce font awesome
1 parent 3bbd36d commit b8e02ed

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

home/.vitepress/config.mts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default defineConfig({
2020
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
2121
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
2222
['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap' }],
23+
['link', { rel: 'stylesheet', href: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css' }],
2324
['link', { rel: 'manifest', href: '/site.webmanifest' }],
2425
['meta', { name: 'description', content: 'An advanced launcher for HoYoverse Games. Built with C#/.NET with WinUI and open sourced. Supports all PC games published by miHoYo/HoYoverse with many advanced features like game repair, delta patch, game settings, etc.' }],
2526
['meta', { name: 'keywords', content: 'HoYoverse, miHoYo, Games, Launcher, Collapse Launcher, C#, .NET, WinUI, WinUI3, Genshin Impact, Honkai: Impact 3rd, HI3, Honkai: Star Rail, HSR, Zenless Zone Zero, ZZZ' }],

home/docs/installation.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
title: Installation Guide | Collapse Launcher
33
---
4-
<script setup>
5-
import WinKey from '../scripts/WinKey.vue';
6-
if (typeof document !== 'undefined') {
7-
document.title = "Installation Guide | Collapse Launcher";
8-
}
9-
</script>
104

115
# How-To: Install
126
Installing Collapse Launcher is very easy. Everything you need to run the app is included as self-packaged application. Just need to download, install (optional), and run!
@@ -16,7 +10,7 @@ While this guide is pretty old, you can still use this guide as a general guidel
1610
:::
1711

1812
## Preparation Before Installing
19-
<p>Before installing, make sure that you're using Windows 10 (Version 1809 or above) or Windows 11 (any version). While Collapse <em>may</em> run on older versions or other operating systems, support <strong>will not be provided</strong>. To check your Windows build, press <kbd><WinKey/></kbd> + <kbd>R</kbd> on your keyboard and type <code>winver</code> &gt; press <code>Enter</code> or just click <kbd>OK</kbd>.</p>
13+
<p>Before installing, make sure that you're using Windows 10 (Version 1809 or above) or Windows 11 (any version). While Collapse <em>may</em> run on older versions or other operating systems, support <strong>will not be provided</strong>. To check your Windows build, press <kbd><i class="fa-brands fa-windows"></i></kbd> + <kbd>R</kbd> on your keyboard and type <code>winver</code> &gt; press <code>Enter</code> or just click <kbd>OK</kbd>.</p>
2014

2115
<figure style="text-align: center;">
2216
<img src="/img/docs/winver.png" alt="Run winver" title="Run winver" style="display: block; margin: 0 auto;" width="480">

home/scripts/WinKey.vue

-22
This file was deleted.

0 commit comments

Comments
 (0)