Skip to content

Commit

Permalink
🌈 style(zhlint): disable zhlint
Browse files Browse the repository at this point in the history
disable zhlint before zhlint-project/zhlint#151 finished
  • Loading branch information
bingling-sama committed Feb 16, 2024
1 parent 375e67a commit c88a853
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ echo "running docs:tsc"
pnpm run docs:tsc
echo "running docs:eslint --fix"
pnpm run docs:eslint --fix
echo "running docs:zhlint"
pnpm run docs:zhlint
# echo "running docs:zhlint"
# pnpm run docs:zhlint
3 changes: 2 additions & 1 deletion .zhlintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"preset": "default",
"rules": {
}
"noSpaceInsideHyperMark": false
}
}
4 changes: 2 additions & 2 deletions docs/contribute/crash-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ contributors: [bingling-sama]

# 崩溃提交

如果您遇到的问题无法在本文档中找到答案,可以点击 [这里](https://github.com/GlobeMC/crashmc.com/issues/new/choose) 向我们提交您的错误报告,我们将尽快为您解决问题。同时,您所上传的崩溃日志也将作为改进文档的资料使用,感谢您为本文档提供数据。
如果您遇到的问题无法在本文档中找到答案,可以点击[这里](https://github.com/GlobeMC/crashmc.com/issues/new/choose)向我们提交您的错误报告,我们将尽快为您解决问题。同时,您所上传的崩溃日志也将作为改进文档的资料使用,感谢您为本文档提供数据。

为了方便我们为您检索问题,在上传 `*.log`/`*.txt` 等文本格式文件时,请优先前往 [MCLogs](https://mclo.gs) 上传文件内容并向我们提供网站生成的链接。

Expand All @@ -16,7 +16,7 @@ contributors: [bingling-sama]
- [MCLogs](https://mclo.gs)
- [GitHub Gist](https://gist.github.com)
- 其他 Pastebin 网站
- GitHub Issues 内 **使用 `Details Block`** 上传日志内容
- GitHub Issues 内**使用 `Details Block`** 上传日志内容
- GitHub Issues 内直接上传文件
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Minecraft 服务端,是 Minecraft 游戏本身一大组成部分。通俗来

服务端需要完整的 Java 环境。

请注意,目前文档仅处理 Java 版服务端的问题,关于 Bedrock 版服务端的问题,您可以前往 [基岩版服务器下载](https://www.minecraft.net/zh-hans/download/server/bedrock) 了解更多。
请注意,目前文档仅处理 Java 版服务端的问题,关于 Bedrock 版服务端的问题,您可以前往[基岩版服务器下载](https://www.minecraft.net/zh-hans/download/server/bedrock)了解更多。

:::tip
如果您对 Minecraft 服务端有较详细的理解,那么您不必完整阅读。
Expand Down

0 comments on commit c88a853

Please sign in to comment.