Skip to content

Commit

Permalink
U | Update
Browse files Browse the repository at this point in the history
  • Loading branch information
FTS427 committed Dec 2, 2023
2 parents 92d48d5 + c5391d7 commit b47cd54
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 14 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: build
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
1 change: 0 additions & 1 deletion .vscode/settings.json

This file was deleted.

22 changes: 12 additions & 10 deletions README.md → docs/ZH-Server/intro.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<meta name="description" content="ZH-Server">
<meta name="keywords" content="ZH-Server,Minecraft,Server,服务器,Bedrock,基岩版,FTS427">
<div align="center">
<<<<<<< HEAD:README.md
<img width="125" src="/photos/ZH-Server.png">
<img width="300" src="/photos/title.png">
=======
<img width="175" src="/docs/ZH-Server/photos/ZH-Server.png">
<img width="175" src="/docs/ZH-Server/photos/title.png">
>>>>>>> neo:docs/ZH-Server/intro.md
</div>
<h1 align="center">ZH-Server服务器——保持原生的基岩版公益生存服务器</h1>
Expand Down Expand Up @@ -49,25 +52,25 @@ ZH-Server是一个公益的纯生存服务器,也是一个以玩家为中心

🧭出生点展示

![swanpoint](/photos/swanpoint.jpeg)
![swanpoint](/docs/ZH-Server/photos/swanpoint.jpeg)

> 非常感谢建筑师“Dorasimon2112”建立的小亭子
🗺服务器其他地点展示

![forest](/photos/forest.png)
![forest](/docs/ZH-Server/photos/forest.png)

![someplace](/photos/01.png)
![someplace](/docs/ZH-Server/photos/01.png)

![underground](/photos/underground.png)
![underground](/docs/ZH-Server/photos/underground.png)

> 十分感谢摄影师“ReturnZeroGirl”的摄影作品😊
🏕玩家区域展示

![sea1](/photos/sea1.jpg)
![sea1](/docs/ZH-Server/photos/sea1.jpg)

![sea2](/photos/sea2.jpg)
![sea2](/docs/ZH-Server/photos/sea2.jpg)

> 肝帝“clammymint21946”的海下工程
Expand All @@ -87,10 +90,9 @@ ZH-Server是一个公益的纯生存服务器,也是一个以玩家为中心
## 其他信息

本服QQ群**836052388** 欢迎大家进群!
QQ群**836052388** 欢迎大家进群!

(🚫本群禁止内容:**如何作弊、攻击服务器、盗版盗号、贿赂、瑟瑟、贴小广告**

🤔想要了解更多?电邮📩<FTS427@outlook.com>

> 本页为开源项目,有问题和建议可在本项目仓库提交Issues和PR [仓库📦](https://github.com/FTS427/FTS427.github.io)
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 5 additions & 3 deletions plug.md → docs/ZH-Server/plug.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
| 名称 | 开源状态 | 开源协议 | 版本 | 用处 |
| :----- | :-----: | :-----: | :-----: | -----: |
| [ColorMotd](https://github.com/ShrBox/ColorMotd/ "ColorMotd") | 开源 | MIT | 1.0.0 | 彩色动态Motd |
| [CustomSkin](https://www.litebds.com/resources/customskin-custom-skin.94/ "CustomSkin") | 未开源 | / | 1.0.2 | 支持玩家自定义皮肤 |
| [InvisibleOP](https://www.litebds.com/resources/invisibleop-hide-your-op-icon.13/ "InvisibleOP") | 未开源 | / | 1.0.0 | 隐藏OP图标 |
| [LLAntiCheat](https://github.com/Tooth-Hub/LLAntiCheat "LLAC") | 开源 | / | 1.10.1 | 防止玩家作弊 |
| [MovingLight](https://github.com/Redbeanw44602/MovingLight "MovingLight") | 开源 | MIT | 2.2.1 | 支持移动光源 |
| [BetterServer](https://github.com/FTS427/BetterServer "BetterServer") | 开源 | MIT | 1.0.7 | 专为ZH-Server编写的插件 |

以及LL自带的一些插件

<<<<<<< HEAD:plug.md
[返回主页](/README.md "点我返回主页 QwQ")
=======
在此感谢以上所有项目的贡献者!

>>>>>>> neo:docs/ZH-Server/plug.md
3 changes: 3 additions & 0 deletions resouce.md → docs/ZH-Server/resouce.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@

[Damage Indicator Addon]()

<<<<<<< HEAD:resouce.md
[返回主页](/README.md "点我返回主页 QwQ")
=======
>>>>>>> neo:docs/ZH-Server/resouce.md
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Welcome to Huang FTS427's Blog!

Hello World!
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
site_name: Huang FTS427's Blog
theme:
name: material
locale: zh

0 comments on commit b47cd54

Please sign in to comment.