/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

  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <title>皮卡丘打排球更新紀錄</title>
  7. <meta name="description" content="線上玩皮卡丘打排球之更新紀錄" />
  8. <meta name="author" content="Lee, Kyutae" />
  9. <link
  10. rel="icon"
  11. type="image/png"
  12. sizes="32x32"
  13. href="../../resources/assets/images/IDI_PIKAICON-0.png"
  14. />
  15. <link rel="stylesheet" href="../../resources/style.css" />
  16. </head>
  17. <body>
  18. <div id="update-history-container">
  19. <div id="about-box-head">
  20. <h1>皮卡丘打排球<span class="no-wrap">更新紀錄</span></h1>
  21. <p class="languages">
  22. &check; Chinese(中文) |
  23. <a href="../../en/update-history/" target="_self">English</a> |
  24. <a href="../../ko/update-history/" target="_self">Korean(한국어)</a>
  25. </p>
  26. <p class="small">
  27. 回到
  28. <a href="../">可離線之網頁版本</a>
  29. </p>
  30. <p class="small">僅在此列出重大更新.</p>
  31. </div>
  32. <div class="margin-top limit-width">
  33. <div class="indent-minus">
  34. <p><span class="bold">2020-03-26</span> 釋出</p>
  35. <p>
  36. <span class="bold">2020-04-19</span> 修正皮卡丘的撲球方向 (<a
  37. href="https://github.com/gorisanson/pikachu-volleyball/pull/1"
  38. target="_blank"
  39. rel="noopener"
  40. > <span class="no-wrap">@djsjukr</span> 修正</a
  41. >)
  42. </p>
  43. <p>
  44. <span class="bold">2020-05-03</span> 修正左側鍵盤配置以與原皮卡丘
  45. 打排球相同 (<a
  46. href="https://github.com/gorisanson/pikachu-volleyball/issues/3"
  47. target="_blank"
  48. rel="noopener"
  49. >感謝 <span class="no-wrap">@repeat_c</span></a
  50. >)
  51. </p>
  52. <p>
  53. <span class="bold">2020-06-27</span> 新增此更新紀錄頁面. (<a
  54. href="https://github.com/gorisanson/pikachu-volleyball-p2p-online/issues/7"
  55. target="_blank"
  56. rel="noopener"
  57. > <span class="no-wrap">@e6p77Bi8CW7zRBg</span> 建議</a
  58. >)
  59. </p>
  60. <p>
  61. <span class="bold">2020-06-28</span> 新增中文翻譯 (<a
  62. href="https://github.com/gorisanson/pikachu-volleyball/pull/4"
  63. target="_blank"
  64. rel="noopener"
  65. > <span class="no-wrap">@oToToT</span> 翻譯, 並由
  66. <span class="no-wrap">@david942j</span> 查核</a
  67. >)
  68. </p>
  69. </div>
  70. </div>
  71. </div>
  72. <div class="for-margin"></div>
  73. </body>
  74. </html>