Skip to content

Commit 1d4694c

Browse files
committed
chore: update idoc config.
1 parent 90e66c7 commit 1d4694c

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ SwiftUI 示例,技巧和技术集合,帮助我构建应用程序,解决问
1414

1515
只是讨论 SwiftUI 事物的地方 [论坛→](https://github.com/jaywcjlove/swiftui-example/discussions)。想法来源于 [sindresorhus/swiftui](https://github.com/sindresorhus/swiftui)
1616

17+
18+
✦ 我的 macOS 应用程序:
19+
20+
<div style="display: inline_block">
21+
<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>
22+
<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>
23+
<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>
24+
<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>
25+
<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>
26+
<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>
27+
<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>
28+
<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>
29+
</div>
30+
1731
<!--idoc:ignore:start-->
1832

1933
## 示例目录

idoc.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,22 @@ homepage: https://wangchujiang.com/swiftui-example/
1212
menus:
1313
Home: index.html
1414
Cheat Sheet: cheat-sheet.html
15+
Sponsor:
16+
url: https://wangchujiang.com/#/sponsor
17+
target: __blank
1518
🇨🇳:
1619
url: https://jaywcjlove.gitee.io/swiftui-example/
1720
target: __blank
18-
Sponsor: https://jaywcjlove.github.io/#/sponsor
1921

2022
editButton:
2123
label: Edit this page on GitHub
2224
url: https://github.com/jaywcjlove/swiftui-example/blob/master/
2325

2426
footer: |
25-
Released under the MIT License. Copyright © 2022 Kenny Wong<br />
26-
Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v{{idocVersion}}
27+
<a href="https://jaywcjlove.gitee.io/swiftui-example/" target="_blank">🇨🇳</a> •
28+
<a href="https://wangchujiang.com/#/app" target="_blank">App</a> •
29+
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a> •
30+
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a> •
31+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br /><br />
32+
Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br />
33+
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
@@ -16,6 +16,6 @@
1616
"license": "MIT",
1717
"homepage": "https://jaywcjlove.github.io/swiftui-example",
1818
"devDependencies": {
19-
"idoc": "^1.21.1"
19+
"idoc": "^1.29.0"
2020
}
2121
}

0 commit comments

Comments
 (0)