Skip to content

Commit

Permalink
Merge pull request #803 from teacat/tocas4
Browse files Browse the repository at this point in the history
Tocas 4.0.3
  • Loading branch information
YamiOdymel authored Apr 20, 2022
2 parents e2db3b5 + 863a0f9 commit 85be601
Show file tree
Hide file tree
Showing 321 changed files with 4,714 additions and 7,874 deletions.
33 changes: 33 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 該怎麼對 Tocas UI 做出神奇蹦蹦好貢獻

#### 1. 確定你的合併分支目的地是 `tocas-4`

合併請求(Pull Request)的目標**必須是** **[`tocas-4`](https://github.com/teacat/tocas/tree/tocas4)** 分支而不是 [`master`](https://github.com/teacat/tocas/tree/master)

> 正式版本釋出的時候才會將原始碼合併到 `master`
 

#### 2. 改善語系或文件時請修改 `/languages`

改善語系或文件內容時,請修改 [`/languages`](https://github.com/teacat/tocas/tree/tocas4/languages) 裡的檔案而不是 [`/docs`](https://github.com/teacat/tocas/tree/tocas4/docs)

> `/docs` 是程式編譯後的資料夾,每次更新文件時裡面的資料都會被覆寫。
>
> 由於編譯手續複雜,目前建議直接改 `/languages` 裡的檔案合併之後在交給開發作者編譯就好 🥺
>
> ※ 這樣的缺點是沒辦法邊改善邊預覽結果就是了 👀
 

#### 3. 要好好的過你的人生 😎👍

就像 Tocas UI 文件裡[](https://v4.tocas-ui.com/zh-tw/) [](https://v4.tocas-ui.com/zh-tw/getting-started.html) [](https://v4.tocas-ui.com/zh-tw/colors.html) [](https://v4.tocas-ui.com/zh-tw/responsive.html) [](https://v4.tocas-ui.com/zh-tw/box.html) [](https://v4.tocas-ui.com/zh-tw/center.html) [](https://v4.tocas-ui.com/zh-tw/container.html)那樣,我必須告訴你:「你只能死一次,一定要死的轟轟烈烈」。

> 將自己的生命活得淋漓盡致才是最重要的;不要將剛開始的序章放在頁尾。
 

---

害怕做出貢獻時會犯錯嗎?噢,別太擔心—— 讓我來解決就好 🤔
6 changes: 3 additions & 3 deletions README-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- 👉 [[檢視所有元件]](https://v4.tocas-ui.com/zh-tw)
- 📘 文件:[v4.tocas-ui.com/zh-tw](https://v4.tocas-ui.com/zh-tw)
- 🎲 範例:[官方範例](https://v4.tocas-ui.com/zh-tw/examples.html)
- 📦 原始碼:[GitHub](https://github.com/teacat/tocas) | [NPM](https://www.npmjs.com/package/tocas) | [cdnjs](https://cdnjs.com/libraries/tocas-ui)
- 📦 原始碼:[GitHub](https://github.com/teacat/tocas) | [NPM](https://www.npmjs.com/package/tocas) | [cdnjs](https://cdnjs.com/libraries/tocas)
- 🌎 語系:**台灣正體** | [English](./README.md)

 
Expand Down Expand Up @@ -47,8 +47,8 @@
只需要將下列 HTML 標籤複製至你的 `<head>...</head>` 網頁段落就可以開工了 🔥。

```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/4.0.2/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/4.0.2/tocas.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.0.3/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.0.3/tocas.min.js"></script>
```

又或者你喜歡 `npm` 的話…👀
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The fastest and most intuitive way to build diverse websites and progressive web
- 👉 [[See all components]](https://v4.tocas-ui.com/en-us)
- 📘 Documents: [v4.tocas-ui.com/en-us](https://v4.tocas-ui.com/en-us)
- 🎲 Examples: [Official examples](https://v4.tocas-ui.com/en-us/examples.html)
- 📦 Source: [GitHub](https://github.com/teacat/tocas) | [NPM](https://www.npmjs.com/package/tocas) | [cdnjs](https://cdnjs.com/libraries/tocas-ui)
- 📦 Source: [GitHub](https://github.com/teacat/tocas) | [NPM](https://www.npmjs.com/package/tocas) | [cdnjs](https://cdnjs.com/libraries/tocas)
- 🌎 Languages: [台灣正體](./README-tw.md) | **English**

&nbsp;
Expand Down Expand Up @@ -47,8 +47,8 @@ The fastest and most intuitive way to build diverse websites and progressive web
Just copy the HTML tags to your `<head>...</head>` section and have a blast🔥.

```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/4.0.2/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/4.0.2/tocas.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.0.3/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.0.3/tocas.min.js"></script>
```

Or maybe you like `npm` 👀
Expand Down
Binary file modified cli/docs-builder/docs-builder
Binary file not shown.
Loading

0 comments on commit 85be601

Please sign in to comment.