Commit c159cc11 authored by Chunchi Che's avatar Chunchi Che

update readme and guide href

parent bce465aa
Pipeline #21162 passed with stages
in 18 minutes and 58 seconds
...@@ -48,6 +48,9 @@ Neos是一个基于[TypeScript](https://www.typescriptlang.org/),[React.js](ht ...@@ -48,6 +48,9 @@ Neos是一个基于[TypeScript](https://www.typescriptlang.org/),[React.js](ht
<img alt="" src="./screenshots/duel.png" width="512"> <img alt="" src="./screenshots/duel.png" width="512">
</p> </p>
## 文档
请移步[Neos文档](https://doc.neos.moe)
Please register or sign in to reply
## 部署站点 ## 部署站点
* 在萌卡社区部署的站点:https://neos.moecube.com * 在萌卡社区部署的站点:https://neos.moecube.com
*[Cloudflare](https://www.cloudflare.com/)部署的站点:https://www.neos.moe *[Cloudflare](https://www.cloudflare.com/)部署的站点:https://www.neos.moe
...@@ -67,6 +70,7 @@ Neos项目会在每周末作者有空闲时间的时候更新(作者也是打 ...@@ -67,6 +70,7 @@ Neos项目会在每周末作者有空闲时间的时候更新(作者也是打
## 作者列表 ## 作者列表
- Chunchi Che ([@SKTT1Ryze](https://github.com/SKTT1Ryze)) - Chunchi Che ([@SKTT1Ryze](https://github.com/SKTT1Ryze))
- timelic [@timelic](https://github.com/timelic)
## 开源许可证 ## 开源许可证
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
......
...@@ -48,6 +48,9 @@ Neos is web version of [Yu-Gi-Oh!](https://www.yugioh-card.com/en/) game written ...@@ -48,6 +48,9 @@ Neos is web version of [Yu-Gi-Oh!](https://www.yugioh-card.com/en/) game written
<img alt="" src="./screenshots/duel.png" width="512"> <img alt="" src="./screenshots/duel.png" width="512">
</p> </p>
## Document
See the [Document for Neos](https://doc.neos.moe).
## Deployed ## Deployed
* https://neos.moecube.com by Mycard community * https://neos.moecube.com by Mycard community
* https://www.neos.moe by [Cloudflare](https://www.cloudflare.com/) * https://www.neos.moe by [Cloudflare](https://www.cloudflare.com/)
...@@ -67,6 +70,7 @@ Update every weekend if the author is free. ...@@ -67,6 +70,7 @@ Update every weekend if the author is free.
## Authors ## Authors
- Chunchi Che ([@SKTT1Ryze](https://github.com/SKTT1Ryze)) - Chunchi Che ([@SKTT1Ryze](https://github.com/SKTT1Ryze))
- timelic [@timelic](https://github.com/timelic)
## Lincese ## Lincese
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
......
...@@ -80,7 +80,7 @@ export default function Login() { ...@@ -80,7 +80,7 @@ export default function Login() {
<div className="sign-up__actions clearfix"> <div className="sign-up__actions clearfix">
<p> <p>
Don't know how to play?{" "} Don't know how to play?{" "}
<a href="https://neos.moe/doc/">Player Guide</a> <a href="https://doc.neos.moe">Player Guide</a>
<span className="fa fa-arrow-right"></span> <span className="fa fa-arrow-right"></span>
</p> </p>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment