Skip to content

Commit 442a942

Browse files
authored
📝Readme.md
1 parent 1aa4878 commit 442a942

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<h1 align="center">Neko Launcher</h1>
44

5-
<em><h5 align="center">沿用 <a href="https://github.com/dscalzi/HeliosLauncher">Helios</a> 布局和架构,本文件拷贝自 <a href="https://github.com/nekoMC/NekoLauncherSrc">NekoLauncherSrc</a></h5></em>
5+
<em><h5 align="center">沿用 <a href="https://github.com/dscalzi/HeliosLauncher">Helios</a> 布局和架构,启动器源代码来自 <a href="https://github.com/nekoMC/NekoLauncherSrc">NekoLauncherSrc</a></h5></em>
66

77
<p align="center">无需关注 Java、mod和冲突,NekoLauncher 会帮你处理这些问题。</p>
88

@@ -18,7 +18,7 @@
1818

1919
#### 需要帮助?
2020

21-
* 可以在[猫服wiki](https://wiki.nekomc.fun)上获取现有信息,也可以在[Github](https://github.com/nekoMC/NekoLauncherSrc/issues)上搜索您的问题或者提出问题
21+
* 可以在[猫服wiki](https://wiki.nekomc.fun)上获取现有信息,也可以在[Github](https://github.com/nekoMC/NekoLauncher/issues)上搜索您的问题或者提出问题
2222

2323
#### 如果喜欢别忘添加 ⭐
2424

@@ -36,7 +36,7 @@
3636

3737
**基本**
3838

39-
* [Node.js][nodejs] v16
39+
* Node.js v15+
4040

4141
---
4242

@@ -119,19 +119,19 @@
119119

120120
#### Debug Main Process
121121

122-
用于调试 [main process][mainprocess] 的选项。允许在 DevTools 窗口调试 [renderer process][rendererprocess]
122+
用于调试 `main process` 的选项。允许在 DevTools 窗口调试 `renderer process`
123123

124124
#### Debug Renderer Process
125125

126-
用于调试 [renderer process][rendererprocess] 的选项。需要在 Chrome 上安装 [Debugger for Chrome][chromedebugger] 扩展。
126+
用于调试 `renderer process` 的选项。需要在 Chrome 上安装 `Debugger for Chrome` 扩展。
127127

128128
注意,**不能** 在调试时使用 debug 配置。Chromium 仅允许一个进程调试,另开一个吧。
129129

130130
---
131131

132132
### 致谢原作者
133133

134-
本项目基于 [HeliosLauncher](https://github.com/dscalzi/HeliosLauncher) 搭建,主要沿用原项目的界面设计和部分处理逻辑,再次向感谢原作者
134+
本项目基于 [HeliosLauncher](https://github.com/dscalzi/HeliosLauncher) 搭建,主要沿用原项目的界面设计和部分处理逻辑,向原作者表示感谢
135135

136136
---
137137

0 commit comments

Comments
 (0)