/src/zh/update-history/index.html
https://github.com/gorisanson/pikachu-volleyball · HTML · 76 lines · 74 code · 2 blank · 0 comment · 0 complexity · ebdab3b68c78f799d0f3d3ed7600afc4 MD5 · raw file
- <!DOCTYPE html>
- <html lang="zh">
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>皮卡丘打排球更新紀錄</title>
- <meta name="description" content="線上玩皮卡丘打排球之更新紀錄" />
- <meta name="author" content="Lee, Kyutae" />
- <link
- rel="icon"
- type="image/png"
- sizes="32x32"
- href="../../resources/assets/images/IDI_PIKAICON-0.png"
- />
- <link rel="stylesheet" href="../../resources/style.css" />
- </head>
- <body>
- <div id="update-history-container">
- <div id="about-box-head">
- <h1>皮卡丘打排球<span class="no-wrap">更新紀錄</span></h1>
- <p class="languages">
- ✓ Chinese(中文) |
- <a href="../../en/update-history/" target="_self">English</a> |
- <a href="../../ko/update-history/" target="_self">Korean(한국어)</a>
- </p>
- <p class="small">
- 回到
- <a href="../">可離線之網頁版本</a>
- </p>
- <p class="small">僅在此列出重大更新.</p>
- </div>
- <div class="margin-top limit-width">
- <div class="indent-minus">
- <p><span class="bold">2020-03-26</span> 釋出</p>
- <p>
- <span class="bold">2020-04-19</span> 修正皮卡丘的撲球方向。 (<a
- href="https://github.com/gorisanson/pikachu-volleyball/pull/1"
- target="_blank"
- rel="noopener"
- >由 <span class="no-wrap">@djsjukr</span> 修正</a
- >)
- </p>
- <p>
- <span class="bold">2020-05-03</span> 修正左側鍵盤配置以與原皮卡丘
- 打排球相同。 (<a
- href="https://github.com/gorisanson/pikachu-volleyball/issues/3"
- target="_blank"
- rel="noopener"
- >感謝 <span class="no-wrap">@repeat_c</span></a
- >)
- </p>
- <p>
- <span class="bold">2020-06-27</span> 新增此更新紀錄頁面. (<a
- href="https://github.com/gorisanson/pikachu-volleyball-p2p-online/issues/7"
- target="_blank"
- rel="noopener"
- >由 <span class="no-wrap">@e6p77Bi8CW7zRBg</span> 建議</a
- >)
- </p>
- <p>
- <span class="bold">2020-06-28</span> 新增中文翻譯 (<a
- href="https://github.com/gorisanson/pikachu-volleyball/pull/4"
- target="_blank"
- rel="noopener"
- >由 <span class="no-wrap">@oToToT</span> 翻譯, 並由
- <span class="no-wrap">@david942j</span> 查核</a
- >)
- </p>
- </div>
- </div>
- </div>
- <div class="for-margin"></div>
- </body>
- </html>