Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonHuang555 committed Sep 5, 2023
2 parents be09fdd + 266bc81 commit 9c56b08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ yarn dev

### 本專案為 [maore.io](https://maore.io/) 多人連線桌遊網站,目前還在 beta 階段,因為是一人開發,bug 跟功能可能不會更新太快,有新的想法或 bug 回報可以發 issue 或是 pull request,未來還會上架更多原創遊戲或是經典桌遊(不須版權的 😊)

### maore 名字靈感為貓咪給你一拳的台語,io 則是跟風,因為最近很多遊戲相關的網站都以 io 網域居多 XD,可以的話也可以給個星星 ⭐ 支持一下喔 !!
### maore 名字靈感為貓咪給你一拳的台語,因為最近很多遊戲相關的網站都以 io 網域居多 XD,可以的話也可以給個星星 ⭐ 支持一下喔 !!
4 changes: 2 additions & 2 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ const Footer = () => {
目前為 beta 版本,若遇到 bug 請等待修復,沒有一個 bug 是重新整理修不好的
</Box>
<div className={styles.copyright}>
The website is created at 2022 by{' '}
The website is created at 2023 by{' '}
<a href="https://github.com/JohnsonHuang555/maore" target="_blank">
Johnson Huang
</a>
{'.'} <span>請用 chrome 瀏覽器遊玩,電腦、平板支援度較佳</span>
{/* TODO: 版號自動化 */}
{'.'} <b>beta v0.3.8</b>
{'.'} <b>beta v0.3.9</b>
</div>
</div>
);
Expand Down

0 comments on commit 9c56b08

Please sign in to comment.