Skip to content

Commit 3b5bb4b

Browse files
authored
Merge pull request #32 from Pencil126/master
修正了很多東西
2 parents f62fe88 + fcf4efd commit 3b5bb4b

3 files changed

Lines changed: 13 additions & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v4
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.x
16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v4
1717
with:
1818
key: ${{ github.ref }}
1919
path: .cache

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
[FCU iOS Club 社團官網](https://iosclub.tw){ .md-button }
2424

25-
## Swift Playgrounds
25+
## Swift Playground
2626

27-
為了讓學習更加生動有趣,我們使用 Apple Swift Playgrounds 進行程式設計學習。Swift Playgrounds 是一款由 Apple 公司開發的 App,專為初學者設計,可以在 iPad 和 Mac 上運行。它提供了一個友好的界面,以及豐富的編程挑戰和互動式學習內容,可以幫助學習者更輕鬆地學習 Swift 編程。
27+
為了讓學習更加生動有趣,我們使用 Apple Swift Playground 進行程式設計學習。Swift Playground 是一款由 Apple 公司開發的 App,專為初學者設計,可以在 iPad 和 Mac 上運行。它提供了一個友好的界面,以及豐富的編程挑戰和互動式學習內容,可以幫助學習者更輕鬆地學習 Swift 編程。
2828

29-
在我們的課程中,我們將使用 「學習程式設計 1」 和 「學習程式設計 2」 兩本書籍作為教材。「學習程式設計 1」 包含了 Swift 編程的基礎知識,以及使用 Swift Playgrounds 的相關操作;「學習程式設計 2」 則進一步介紹了更高級的 Swift 開發技巧,以及 iOS Swift UI 的開發方法,內容豐富,易於理解,是您學習 Swift 編程和 iOS 應用程式開發的最佳選擇。
29+
在我們的課程中,我們將使用 「學習程式設計 1」 和 「學習程式設計 2」 兩本書籍作為教材。「學習程式設計 1」 包含了 Swift 編程的基礎知識,以及使用 Swift Playground 的相關操作;「學習程式設計 2」 則進一步介紹了更高級的 Swift 開發技巧,以及 iOS Swift UI 的開發方法,內容豐富,易於理解,是您學習 Swift 編程和 iOS 應用程式開發的最佳選擇。
3030

31-
總之,「學習程式設計 1」是一本非常適合初學者的教材,通過控制虛擬角色 Byte 來學習程式設計基礎概念,並且透過 Swift Playgrounds App 的互動式介面,讓學習變得更加生動有趣。
31+
總之,「學習程式設計 1」是一本非常適合初學者的教材,通過控制虛擬角色 Byte 來學習程式設計基礎概念,並且透過 Swift Playground App 的互動式介面,讓學習變得更加生動有趣。
3232

33-
[前往:開始學習程式設計](swift-learning-1){ .md-button }
33+
[前往:開始學習程式設計](swift-learning-1/index.md){ .md-button }

mkdocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ nav:
128128
- 創造世界: swift-learning-2/6-arrays/13-world-creation.md
129129

130130
theme:
131+
logo: assets/images/favicon.png
131132
name: material
132133
features:
133134
- navigation.instant
@@ -144,7 +145,7 @@ theme:
144145
palette:
145146

146147
- scheme: default
147-
primary: cyan
148+
primary: light blue
148149
toggle:
149150
icon: material/brightness-7
150151
name: Switch to dark mode
@@ -156,7 +157,7 @@ theme:
156157
icon:
157158
logo: material/apple-ios
158159

159-
copyright: Copyright © 2016 - 2023 FengChia University iOS Club
160+
copyright: Copyright © 2016 - 2025 Feng Chia University iOS Club
160161

161162
markdown_extensions:
162163
- pymdownx.highlight:
@@ -181,3 +182,5 @@ extra:
181182
social:
182183
- icon: material/web
183184
link: https://iosclub.tw
185+
- icon: material/mail
186+
link: mailto:iosclub@mail.iosclub.tw

0 commit comments

Comments
 (0)