Skip to content

Commit c0ff6f0

Browse files
committed
Add plugin section
1 parent 1ee23cf commit c0ff6f0

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

home/.vitepress/config.mts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ export default defineConfig({
7777
{ text: 'Command line arguments', link: '/feature/cli-args' },
7878
{ text: 'Data synchronization', link: '/feature/database' },
7979
]
80+
},{
81+
text: 'Plugins',
82+
items: [
83+
{ text: 'Catalog', link: '/plugin/catalog' },
84+
]
8085
},
8186
{
8287
text: 'Advanced Features',

home/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ hero:
2727
text: Download Beta Release
2828
link: /pre-release
2929
target: "_blank"
30+
- theme: brand
31+
text: Plugin Catalog 🆕
32+
link: /plugin/catalog
3033
- theme: alt
3134
text: Feature Docs
3235
link: /features

home/plugin/catalog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Plugin Catalog | Collapse Launcher
3+
---
4+
# Plugin Catalog
5+
6+
## 1. <a href="https://heavenburnsred.yo-star.com/" target="_blank" rel="noopener">Heaven Burns Red</a>
7+
8+
:::info
9+
- Maintainer : neon-nyan (Collapse Project)
10+
- Status : In-progress🔃
11+
- Project Link: [GitHub](https://github.com/CollapseLauncher/Hi3Helper.Plugin.Seraphim)
12+
- Download : [N/A]
13+
:::
14+
15+
#### Game Information
16+
> - Engine: Unity 2020.x (2020.3.15f2)
17+
> - Developer: Wright Flyer Studios/GREE Holdings, Inc., Key
18+
> - Published by:
19+
> > - Global: Yostar (November 15th, 2024)
20+
> > - Japan: Wright Flyer Studios/GREE Holdings, Inc., Key
21+
22+
## 2. <a href="https://wutheringwaves.kurogames.com/" target="_blank" rel="noopener">Wuthering Waves</a>
23+
24+
:::info
25+
- Maintainer : Cry0 (Collapse Project)
26+
- Status : In-progress🔃
27+
- Project Link: [GitHub](https://github.com/CollapseLauncher/Hi3Helper.Plugin.Wuwa)
28+
- Download : [N/A]
29+
:::
30+
#### Game Information
31+
> - Engine: Unreal Engine 4 (build 4.26.2)
32+
> - Developer: Kuro Games
33+
> - Published by:
34+
> > - Global: Kuro Games (May 22nd, 2024)

0 commit comments

Comments
 (0)