Skip to content

Commit 4ffe78f

Browse files
committed
chore: update idoc config.
1 parent 349f821 commit 4ffe78f

File tree

3 files changed

+38
-11
lines changed

3 files changed

+38
-11
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ Swift入门教程、读书笔记
88

99
如果你已经掌握了一些 Swift 语法基础了,可以通过 [SwiftUI Example](https://github.com/jaywcjlove/swiftui-example) 来练习一些示例进行技术的提升。
1010

11-
<!--idoc:config:
12-
favicon: ./swift.svg
13-
logo: ./swift.svg
14-
editButton:
15-
label: Edit this page on GitHub
16-
url: https://github.com/jaywcjlove/swift-tutorial/blob/master/
17-
footer: |
18-
Released under the MIT License. Copyright © 2022 Kenny Wong<br />
19-
Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v{{idocVersion}}
20-
-->
11+
✦ 我的 macOS 应用程序:
12+
13+
<div style="display: inline_block">
14+
<a target="_blank" href="https://wangchujiang.com/time-passage/" title="Time Passage for macOS/iOS"><img align="center" alt="Time Passage" height="40" width="40" src="https://github.com/jaywcjlove/time-passage/assets/1680273/6f30e429-e6f3-4dbe-9921-a5effe2a05e9"></a>
15+
<a target="_blank" href="https://wangchujiang.com/IconizeFolder/" title="IconizeFolder for macOS"><img align="center" alt="Iconize Folder" height="40" width="40" src="https://github.com/jaywcjlove/jaywcjlove/assets/1680273/fa9d8b9c-1e51-4ded-877c-fa5b21c47220"></a>
16+
<a target="_blank" href="https://wangchujiang.com/TextSoundSaver/" title="Textsound Saver for macOS"><img align="center" alt="Textsound Saver" height="40" width="40" src="https://github.com/jaywcjlove/jaywcjlove/assets/1680273/0595e842-980b-4574-8891-a8ba853a08be"></a>
17+
<a target="_blank" href="https://apps.apple.com/app/create-custom-symbols/id6476924627" title="Create Custom Symbols for macOS"><img align="center" alt="Create Custom Symbols" height="40" width="40" src="https://github.com/jaywcjlove/jaywcjlove/assets/1680273/8cd022ce-a3f1-4e89-b7c6-6fbd0d4db77c"></a>
18+
<a target="_blank" href="https://wangchujiang.com/DevHub/" title="DevHub for macOS"><img align="center" alt="DevHub" height="40" width="40" src="https://github.com/jaywcjlove/jaywcjlove/assets/1680273/a17d8424-9163-4cbb-bbee-a9b85c9d5b5e"></a>
19+
<a target="_blank" href="https://wangchujiang.com/ResumeRevise/" title="Resume Revise for macOS"><img align="center" alt="Resume Revise" height="40" width="40" src="https://github.com/jaywcjlove/jaywcjlove/assets/1680273/c9954a20-1905-48de-bdf8-d71837974aa2"></a>
20+
<a target="_blank" href="https://apps.apple.com/app/palettegenius/id6472593276" title="Palette Genius for macOS"><img align="center" alt="Palette Genius" height="40" width="40" src="https://github.com/jaywcjlove/jaywcjlove/assets/1680273/27340413-d355-45b2-8f6f-6ac37682d957"></a>
21+
<a target="_blank" href="https://apps.apple.com/app/symbolscribe/id6470879005" title="Symbol Scribe for macOS"><img align="center" alt="Symbol Scribe" height="40" width="40" src="https://github.com/jaywcjlove/jaywcjlove/assets/1680273/c7249f05-fa70-4def-a1e9-571d5f171fc9"></a>
22+
</div>
2123

2224
<!--idoc:ignore:start-->
2325

idoc.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
site: Swift 入门教程、读书笔记
2+
favicon: ./swift.svg
3+
logo: ./swift.svg
4+
5+
cacheFileStat: true
6+
7+
homepage: https://wangchujiang.com/swift-tutorial/
8+
9+
menus:
10+
Home: index.html
11+
Sponsor:
12+
url: https://wangchujiang.com/#/sponsor
13+
target: __blank
14+
15+
editButton:
16+
label: Edit this page on GitHub
17+
url: https://github.com/jaywcjlove/swift-tutorial/tree/master/
18+
19+
footer: |
20+
<a href="https://wangchujiang.com/#/app" target="_blank">App</a> •
21+
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a> •
22+
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a> •
23+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br /><br />
24+
Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br />
25+
Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v{{idocVersion}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"swift-tutorial"
2020
],
2121
"dependencies": {
22-
"idoc": "^1.26.6"
22+
"idoc": "^1.29.0"
2323
}
2424
}

0 commit comments

Comments
 (0)