Skip to content

Commit

Permalink
😊 调整文档细节
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkSoul committed Oct 28, 2023
1 parent 3db9cd8 commit 21a60be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion handbook/docs/case.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: 这里有优秀的开源案例,非常期待您的开源

:::tip 案例说明

以下案例均由网友提供,Furion 官方不做征集调查。若您愿意公开您的案例,可点击底部 `Edit this page` 按钮进行编辑提交。
以下案例均由网友提供,Furion 官方不做调查征集。若您愿意公开您的案例,可点击底部 `Edit this page` 按钮进行编辑提交。

:::

Expand Down
1 change: 1 addition & 0 deletions handbook/docs/donate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ Furion 是采用 MIT 许可的开源项目。
| 🚍 彼岸花落、 | **微信赞赏码 199** | 坚持三年不易,支持|
| 🚍 猫侍 c | **微信赞赏码 166** | 加油 |
| 🚍 地主家也没有余粮 | **微信赞赏码 22** | 用的是什么洗发水 |
| 🚍 Hans | **微信赞赏码 22** | 辛苦 |

</div>
</details>
Expand Down
2 changes: 1 addition & 1 deletion handbook/docs/vsfast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Visual Studio 提供了非常多代码辅助功能,启用这些功能将大大

## 2.14.5 代码搜索

`Visual Studio 2022` 提供了非常强大的 **代码搜索和功能搜索**,只需要快捷键 `Ctrl + Q` 呼出,如:
`Visual Studio 2022` 提供了非常强大的 **代码搜索和功能搜索**,只需要快捷键 `Ctrl + Q` 或 `Ctrl + T` 呼出,如:

<img src={useBaseUrl("img/vs9.png")} />

Expand Down
6 changes: 3 additions & 3 deletions handbook/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function Gitee() {
className={"furion-log-jiao" + (isDarkTheme ? " dark" : "")}
></div>
<div className="furion-log-number">
<div style={{ color: "#723cff" }}>12000 +</div>
<div style={{ color: "#723cff" }}>12,000 +</div>
<span className={isDarkTheme ? " dark" : ""}>Stars</span>
</div>
</div>
Expand All @@ -184,7 +184,7 @@ function Gitee() {
className={"furion-log-jiao" + (isDarkTheme ? " dark" : "")}
></div>
<div className="furion-log-number">
<div style={{ color: "#3fbbfe" }}>4200 +</div>
<div style={{ color: "#3fbbfe" }}>4,200 +</div>
<span className={isDarkTheme ? " dark" : ""}>Forks</span>
</div>
</div>
Expand All @@ -196,7 +196,7 @@ function Gitee() {
className={"furion-log-jiao" + (isDarkTheme ? " dark" : "")}
></div>
<div className="furion-log-number">
<div style={{ color: "#1fd898" }}>11,173,123</div>
<div style={{ color: "#1fd898" }}>11,185,109</div>
<span className={isDarkTheme ? " dark" : ""}>Downloads</span>
</div>
</div>
Expand Down

0 comments on commit 21a60be

Please sign in to comment.