open-star-ter-village
open-star-ter-village copied to clipboard
用桌遊讓更多人加入開源社群!
# Description ## Major - Upgrade next to 14.2.1 # Impaction ## Screenshots Please attach screenshots of UI accordingly. If you don't have any UI changes, please remove this section....
# Description - Add react-bootstrap library (v1.6.7). - Add card modal in project cards. ## minor - Move the entire card content to be presented in the card modal. #...
中文內容排版風格
建立中文內容排版風格規劃,可以參考 [sparanoid/chinese-copywriting-guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines) 提供的規範使用,讓後續參與人員可以保持一致的寫作風格。
在 HTML tag 中的 `lang` 語言代碼是[遵循](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/html#accessibility_concerns) [RFC5646](https://datatracker.ietf.org/doc/html/rfc5646)(附錄 [A](https://datatracker.ietf.org/doc/html/rfc5646#appendix-A)) 繁體中文採用 `zh-Hant`。 或是使用 `hreflang` 來宣告多語系頁面,可以參考 "[_Tell Google about localized versions of your page_](https://developers.google.com/search/docs/specialty/international/localized-versions)"。 目前 `zh-tw` 已使用一陣子,可能在文宣品已印製出而後續無法修正,過渡期間可以將 `zh-tw` 相關的網頁用 [`308 Permanent Redirect`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/308)
# Please add the code of conduct for some basic community standard The content is provided from ocf. Please help to arrange sections and add the following Mandarin content into...
Error message reproduce steps: 1. clean up the environment. i.e. remove all `node_modules`, `dist`, `build` sub folders in the project. 2. execute `yarn install` from the root folder 3. spin...
# Description Please add the description of the changes here. ## BREAKING CHANGE - breaking change items. If you don't have any breaking change items, please remove this section. ##...
# Major - add createProject move # Minor - [x] import Redux + Redux Toolkit for UI state management - [x] define actionBoardSlice to save the movements on a player's...