Skip to content

Commit 4ad7a82

Browse files
committed
U | UPDATE
1 parent 6319d13 commit 4ad7a82

File tree

15 files changed

+186
-115
lines changed

15 files changed

+186
-115
lines changed

docs/About/About.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
sidebar_position: 1
33
---
44

5-
# 文档更新中QAQ
5+
# 关于

docs/About/JoinUs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
sidebar_position: 2
33
---
44

5-
# 文档更新中QAQ
5+
# 加入我们

docs/MinecraftLaunch/MinecraftLaunch.mdx

+21-24
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,18 @@ import Link from '@docusaurus/Link';
77
# MinecraftLaunch
88

99
:::warning
10-
该文档仅适用于MinecraftLaunch 4.0+\.
10+
该文档仅适用于 MinecraftLaunch 4.0+
1111

12-
### 在寻找3.0+的文档?
12+
### 在寻找 3.0+ 的文档?
1313

14-
VitePress 页面已经停止部署构建,这意味着如果你想访问原网站只能自己从GitHub的`vitepress`分支构建,不过你可以直接切换到`vitepress`分支以查看旧的文档,不过有些元素(如提示框)可能不起作用
14+
VitePress 页面已经停止部署构建,这意味着如果你想访问原网站只能自己从 GitHub 的 `vitepress` 分支构建,不过你可以直接切换到 `vitepress` 分支以查看旧的文档,不过有些元素(如提示框)可能不起作用
1515

16-
不过我们不推荐再使用MinecraftLaunch 3.0+版本,因为它包含了多处命名错误以及一些Bug或者其它不好的东西,相比之下,MinecraftLaunch 4.0进行了完全的重构,命名错误已不存在,Bug也修复了很多(估计也产生了很多,哈哈😁),且多了一些功能(如NBT解析),目前除非有什么必要因素牵制,否则不是很建议使用MinecraftLaunch 3.0+.
16+
不过我们不推荐再使用 MinecraftLaunch 3.0+ 版本,因为它包含了多处命名错误以及一些 Bug 或者其它不好的东西,相比之下, MinecraftLaunch 4.0+ 进行了完全的重构,命名错误已不存在,Bug也修复了很多(估计也产生了很多,哈哈😁),且多了一些功能(如 NBT 解析),目前除非有什么必要因素牵制,否则不是很建议使用 MinecraftLaunch 3.0+
1717

18-
不过,如果你执意想要使用MinecraftLaunch 3.0+,请移步到这里查看[MinecraftLaunch 3.0+ 旧文档(GitHub)](https://github.com/Lunova-Studio/Lunova-studio.github.io/tree/vitepress/docs)
18+
不过,如果你执意想要使用 MinecraftLaunch 3.0+ ,请移步到这里查看 [MinecraftLaunch 3.0+ 旧文档(GitHub)](https://github.com/Lunova-Studio/Lunova-studio.github.io/tree/vitepress/docs)
1919
:::
2020

21-
22-
23-
:::note
24-
### 嗨!
21+
:::note 嗨!
2522

2623
⚡️你想写启动器吗?⚡️
2724

@@ -32,47 +29,47 @@ VitePress 页面已经停止部署构建,这意味着如果你想访问原网
3229

3330
暂且抛开上面的不谈, 不过
3431

35-
😎 MinecraftLaunch会让编写启动器的过程变得非常简单
32+
😎 MinecraftLaunch 会让编写启动器的过程变得非常简单
3633

3734
😁 也许你的代码除了电脑你也能看懂了!
3835

39-
⚡️ MinecraftLaunch一直在优化速度,真的很快!
36+
⚡️ MinecraftLaunch 一直在优化速度,真的很快!
4037

4138
🤯 你想到的这里说不定都有呢!
4239

43-
🤔 在遇到问题时可以加入我们的群聊,我们可以帮忙解决awa
40+
🤔 在遇到问题时可以加入我们的群聊,我们可以帮忙解决 awa
4441

4542
:::warning
4643
那个......"怎么解压", "为啥解压要钱", "为啥必须要代码编辑器啊记事本不行吗", "txt改成exe了咋还是运行不起来啊"之类的话并不推荐在群里问(╯‵□′)╯︵┻━┻
4744

4845
血压会很高的,真的!
4946

50-
除非有kfc疯狂星期四降压套餐(bushi)
47+
除非有 KFC 疯狂星期四降压套餐(bushi)
5148
:::
5249

5350
:::tip
54-
因为`MinecraftLaunch`这个名字有点小长,所以在文档中所有`MinecraftLaunch`的字样我们将全部换成`ML`(绝对不是我们懒)
51+
因为 `MinecraftLaunch` 这个名字有点小长,所以在文档中所有 `MinecraftLaunch` 的字样我们将全部换成 `ML` (绝对不是我们懒)
5552
:::
5653

5754
## 开源协议
5855

59-
**MIT**,这说明你可以对Minecraft进行修改并二次分发等操作,但是你需要表明原作者。
56+
**MIT** 这说明你可以对 MinecraftLaunch 进行修改并二次分发等操作,但是你需要标明原作者
6057

6158
<Link className="button button--primary button--lg" to="https://github.com/Lunova-Studio/MinecraftLaunch/blob/master/LICENSE" style={{ height: 47, marginBottom: 20}}>
6259
查看详细的开源协议
6360
</Link>
6461

65-
## 使用了MinecraftLaunch的项目
62+
## 使用了 MinecraftLaunch 的项目
6663

67-
虽然并不推荐刚开始学就去扒这堆项目里的源代码,但是......不妨看看?awa
64+
虽然并不推荐刚开始学就去扒这堆项目里的源代码,但是......不妨看看? awa
6865

6966

7067
:::note WonderLab
7168
真正的下一代跨平台 Minecraft 启动器
7269

7370
WonderLab 是一个跨平台 Minecraft 启动器,支持自动更新、Modrinth、Curseforge 资源下载、全格式整合包安装(大概),并支持 Windows,MacOS,Linux 等操作系统,同时兼容 x64、Arm 架构
7471

75-
- 作者:YangSpring114(没错MinecraftLaunch作者本人
72+
- 作者:YangSpring114(没错 MinecraftLaunch 作者本人
7673
- 开源协议:AGPL-3.0
7774
<Link className="button button--secondary button--lg" to="https://github.com/Lunova-Studio/WonderLab.Override" style={{ height: 47, marginBottom: 20}}>
7875
GitHub
@@ -82,7 +79,7 @@ WonderLab 是一个跨平台 Minecraft 启动器,支持自动更新、Modrinth
8279
:::note BadMC Launcher
8380
非常开放的跨平台启动器!
8481

85-
BadMC Launcher基于 WinUI 3 和 Uno Platform,拥有Fluent的UI时也保持着高度的开放性,还有那个熟悉的跨平台(
82+
BadMC Launcher基于 WinUI 3 和 Uno Platform,拥有 Fluent 的 UI 时也保持着高度的开放性,还有那个熟悉的跨平台(
8683
但是还支持脚本和插件!
8784

8885
- 作者:Starcloudsea/Drowned.Get (夹带私货是吧)
@@ -96,10 +93,10 @@ BadMC Launcher基于 WinUI 3 和 Uno Platform,拥有Fluent的UI时也保持着
9693

9794
别忘了准备:
9895

99-
1. 一台电脑(至少我还没听说过啥手机还能写.NET C#项目)
100-
2. .NET 8.0+和C#
101-
3. 一个支持C#和.NET项目的代码编辑器(不是记事本,也不是真正的记事本!)
102-
4. 一个适合自己的框架(AvaloniaUno PlatformWindows App SDKWPF,MAUI或者Console
103-
5. 基础的C#知识(必须)
96+
1. 一台电脑(至少我还没听说过啥手机还能写 .NET C#项目)
97+
2. .NET 8.0+ 和 C#
98+
3. 一个支持 C# 和 .NET 项目的代码编辑器(不是记事本,也不是真正的记事本!)
99+
4. 一个适合自己的框架( AvaloniaUno PlatformWindows App SDKWPF , MAUI 或者仅仅只是 Console
100+
5. 基础的 C# 知识(必须)
104101

105102
如果你准备好了,转到文档,我们开始吧!

docs/Monet/Monet.mdx

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
import Link from '@docusaurus/Link';
6+
7+
# Monet
8+
9+
Monet 是一个基于 Google 动态颜色主题开发的 .NET Material You 风格颜色库
10+
11+
参考了 [libmonet](https://cs.android.com/android/platform/superproject/main/+/main:external/libmonet) 这个项目,让 .NET 项目也可以拥有像 Google 动态颜色主题一样的效果,根据背景色选择主题色
12+
13+
## 项目地址
14+
15+
<Link className="button button--primary button--lg" to="https://github.com/Lunova-Studio/Monet" style={{ height: 47, marginBottom: 20}}>
16+
Github 仓库
17+
</Link>
18+
19+
## 开源协议
20+
21+
**Apache 2.0**
22+
23+
<Link className="button button--primary button--lg" to="https://github.com/Lunova-Studio/WonderLab.Override/blob/master/LICENSE" style={{ height: 47, marginBottom: 20}}>
24+
查看详细的开源协议
25+
</Link>

docs/Monet/_category_.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Monet",
3+
"position": 1,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "一起来用 Monet 控制配色!"
7+
}
8+
}

docs/WonderLab/WonderLab.md

-11
This file was deleted.

docs/WonderLab/WonderLab.mdx

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
import Link from '@docusaurus/Link';
6+
7+
# WonderLab 使用文档
8+
9+
WonderLab 是一个由 Lunova Studio 的 `WL开发组` 开发的先进的,美观的,可靠的 Minecraft 启动器,在这里您可以查阅到 WonderLab 的使用教程和一些常见问题的解决方案
10+
11+
## 项目地址
12+
13+
<Link className="button button--primary button--lg" to="https://github.com/Lunova-Studio/WonderLab.Override" style={{ height: 47, marginBottom: 20}}>
14+
Github 仓库
15+
</Link>
16+
17+
## 开源协议
18+
19+
**AGPL-3.0**
20+
21+
<Link className="button button--primary button--lg" to="https://github.com/Lunova-Studio/WonderLab.Override/blob/master/LICENSE" style={{ height: 47, marginBottom: 20}}>
22+
查看详细的开源协议
23+
</Link>

docs/WonderLab/branch_info.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 分支版本信息
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# 分支信息
26

37
## master
48

docs/WonderLab/faq.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
15
# F & Q
26

3-
## 我的计算机是否可以运行 WonderLab?
7+
## 我的设备是否可以运行 WonderLab?
48

59
本项目所支持的硬件平台: x86_64, ARM
610

7-
本项目所支持的操作系统: Windows 10 及以上, Mac OS 11, Linux
11+
本项目所支持的操作系统: Windows 10 及以上, Mac OS 11 及以上, Linux
812

913
## 想反馈问题? or 想提出新鲜的想法?
1014

@@ -14,6 +18,6 @@
1418

1519
## 想为 WonderLab 添砖加瓦? or 想基于此另开新径?
1620

17-
如果您想为 WonderLab 贡献自己的代码,请先 Fork 本项目仓库,在添加完自己的代码后向我们上交 PR 并请求审查,如果我们审查无误,您将会看到您的代码在本项目中
21+
如果您想为 WonderLab 贡献自己的代码,请先 fork 本项目仓库,在添加完自己的代码后向我们上交 PR 并请求审查,如果我们审查保证其无误,您将很快会看到您的代码在本项目中
1822

19-
如果您想另开新径,请在遵守本开源项目的 `GPL-3.0` 开源许可证下行动
23+
如果您想另开新径,请在遵守本开源项目的 `AGPL-3.0` 开源许可证下行动

docs/WonderLab/install.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
15
# 安装 WonderLab
26

37
[WonderLab Releases 页](https://github.com/Lunova-Studio/WonderLab.Override/releases)
@@ -26,32 +30,33 @@
2630

2731
## Windows 平台
2832

29-
通过本页的表格在 Releases 页中找到合适的文件下载,安装/解压 后即可食用
33+
通过本页的表格在 Releases 页中找到合适的文件下载,解压后即可食用
3034

3135
## Linux 平台
3236

3337
下载所需要的 `AppImage` 可执行文件
3438

3539
增加 `AppImage` 文件的可执行权
3640

37-
```zsh
41+
```sh
3842
chmod +x AppImage的路径
3943
```
4044

4145
然后在终端中输入 AppImage 的路径即可打开
4246

43-
Arch Linux 系安装
47+
### Arch Linux 系安装
48+
4449
> 请先确保您已经添加了 `AUR` 仓库,参考[这里](https://mirrors.tuna.tsinghua.edu.cn/help/archlinuxcn/)
4550
46-
master
51+
master 分支
4752

48-
```zsh
53+
```sh
4954
paru -S wonderlab-appimage
5055
```
5156

52-
feature
57+
feature 分支
5358

54-
```zsh
59+
```sh
5560
paru -S wonderlab-appimage-feature
5661
```
5762

docs/design/Design.mdx

+7-11
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,19 @@ import Link from '@docusaurus/Link';
66

77
# Lunova Studio 设计规范
88

9-
:::warning
10-
11-
## 欸欸欸!先等一下....
12-
9+
:::warning 欸欸欸!先等一下....
1310
您正在查看的文档正在修缮
1411

1512
我们非常不建议在现在就使用本文档的内容
1613

17-
该文档还在修缮可能会有个别内容在未来被修改.
18-
14+
该文档还在修缮可能会有个别内容在未来被修改
1915
:::
2016

2117
## 开源协议
2218

23-
**MIT**,这说明你可以对Minecraft进行修改并二次分发等操作,但是你需要表明原作者。
19+
**MIT** 这说明你可以对本文档进行修改并二次分发等操作,但是你需要标明原作者
2420

25-
<Link className="button button--primary button--lg" to="https://github.com/Lunova-Studio/MinecraftLaunch/blob/master/LICENSE" style={{ height: 47, marginBottom: 20}}>
21+
<Link className="button button--primary button--lg" to="https://github.com/Lunova-Studio/lunova-studio.github.io/blob/master/LICENSE" style={{ height: 47, marginBottom: 20}}>
2622
查看详细的开源协议
2723
</Link>
2824

@@ -32,9 +28,9 @@ import Link from '@docusaurus/Link';
3228
别忘了准备:
3329

3430
1. 一台电脑(如果你不希望在写着突然崩溃然后就文件丢失的话,就赶快去找一台电脑吧!)
35-
2. 安装了除了 360 搜狗 QQ XX极速 或者什么乱七八糟的以外的 浏览器(推荐Chorome,就是谷歌浏览器)
36-
3. 安装Figma客户端并注册一个账户
37-
4. 泡一杯茶放在旁边~~,准备好随时打翻他~~
31+
2. 安装了除了 360 搜狗 QQ XX极速 或者什么乱七八糟的以外的 浏览器(推荐 Chorome ,就是谷歌浏览器)
32+
3. 安装 Figma 客户端 并注册一个账户
33+
4. 泡一杯茶放在旁边~~并准备好随时打翻它~~
3834
5. 然后就可以开始查看这篇设计规范了!
3935

4036
如果你准备好了,转到下一篇,我们开始吧!

docusaurus.config.ts

+11-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ const config: Config = {
101101
position: 'left',
102102
label: 'MinecraftLaunch',
103103
},
104+
{
105+
type: 'docSidebar',
106+
sidebarId: 'monetSidebar',
107+
position: 'left',
108+
label: 'Monet',
109+
},
104110
{
105111
type: 'docSidebar',
106112
sidebarId: 'wonderLabSidebar',
@@ -113,7 +119,7 @@ const config: Config = {
113119
position: 'left',
114120
label: '设计规范',
115121
},
116-
{to: '/blog', label: '博客日志', position: 'left'},
122+
{to: '/blog', label: '博客日志', position: 'right'},
117123
{
118124
type: 'docSidebar',
119125
sidebarId: 'aboutSidebar',
@@ -155,6 +161,10 @@ const config: Config = {
155161
label: 'WonderLab',
156162
to: '/docs/WonderLab',
157163
},
164+
{
165+
label: 'Monet',
166+
to: '/docs/Monet',
167+
},
158168
{
159169
label: '设计规范',
160170
to: '/docs/design',

sidebars.ts

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ const sidebars: SidebarsConfig = {
1919
wonderLabSidebar: [
2020
{type: 'autogenerated', dirName: 'WonderLab'}
2121
],
22+
monetSidebar: [
23+
{type: 'autogenerated', dirName: 'Monet'}
24+
],
2225
designSidebar: [
2326
{type: 'autogenerated', dirName: 'design'}
2427
],

src/components/HomepageFeatures/index.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ const FeatureList: FeatureItem[] = [
2020
alt: 'MinecraftLaunch Logo',
2121
link: '/docs/MinecraftLaunch'
2222
},
23+
{
24+
title: 'Monet',
25+
img: 'https://blessing-studio.cn/wp-content/uploads/2025/02/IMG_2337.png',
26+
description: '.NET Material You 风格颜色库',
27+
alt: 'Monet Logo',
28+
link: '/docs/Monet'
29+
},
2330
{
2431
title: 'WonderLab',
2532
img: 'https://lunova.studio/wp-content/uploads/2025/02/IMG_2200.png',

0 commit comments

Comments
 (0)