Skip to content

Commit

Permalink
fix: rename swiftui-tutorial -> DevTutor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 22, 2024
1 parent bf79657 commit 98caacb
Show file tree
Hide file tree
Showing 8 changed files with 137 additions and 504 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Create idoc config.
run: |
cat > idoc.yml << EOF
site: "SwiftUI Tutorial"
description: SwiftUI Tutorial is an application designed to assist developers in creating exceptional apps using SwiftUI
keywords: SwiftUI,swift,Tutorial app,Developer,tools,Coding,document
site: "DevTutor for SwiftUI"
description: DevTutor is an application designed to assist developers in creating exceptional apps using SwiftUI
keywords: SwiftUI,devtutor,swift,Tutorial app,Developer,tools,Coding,document
favicon: assets/logo.png
logo: ./assets/logo.png
openSource: https://github.com/jaywcjlove/swiftui-tutorial
homepage: https://wangchujiang.com/swiftui-tutorial/
openSource: https://github.com/jaywcjlove/devtutor
homepage: https://wangchujiang.com/devtutor/
tocs: false
element:
wrapper: style=max-width:720px;
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<div align="center">
<br />
<br />
<img src="./assets/logo.png" alt="SwiftUI Tutorial LOGO" width="160" height="160">
<h1>SwiftUI Tutorial</h1>
<img src="./assets/logo.png" alt="DevTutor for SwiftUI LOGO" width="160" height="160">
<h1>DevTutor for SwiftUI</h1>
<!--rehype:style=border: 0;-->
<p>
<a href="./README.zh.md">中文</a> •
<a href="#frequently-asked-questions">FAQ</a> •
<a target="_blank" href="https://wangchujiang.com/#/contact">Contact & Support</a>
</p>
<p>
<a target="_blank" href="https://apps.apple.com/app/swiftui-tutorial/id6471227008" title="SwiftUI Tutorial AppStore"><img alt="SwiftUI Tutorial AppStore" src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1705968000" height="51">
<a target="_blank" href="https://apps.apple.com/app/swiftui-tutorial/id6471227008" title="DevTutor for SwiftUI AppStore"><img alt="DevTutor for SwiftUI AppStore" src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1705968000" height="51">
</a>
</p>
</div>

"SwiftUI Tutorial" is an application designed to assist developers in creating exceptional apps using SwiftUI. It offers replicable code samples and corresponding UI previews to streamline your coding process. Additionally, it includes local offline access to the official Swift Programming Language documentation in both Chinese and English.
"DevTutor for SwiftUI" is an application designed to assist developers in creating exceptional apps using SwiftUI. It offers replicable code samples and corresponding UI previews to streamline your coding process. Additionally, it includes local offline access to the official Swift Programming Language documentation in both Chinese and English.

![SwiftUI Tutorial screenshots-1](./assets/screenshots-1.png)
![DevTutor for SwiftUI screenshots-1](./assets/screenshots-1.png)

## Main Features

Expand All @@ -27,9 +27,9 @@
- Explore a collection of third-party packages, see [Explore Data](https://github.com/jaywcjlove/swiftui-tutorial/blob/main/data/explore.json)
- And more features...

![SwiftUI Tutorial screenshots-2](./assets/screenshots-2.png)
![DevTutor for SwiftUI screenshots-2](./assets/screenshots-2.png)

![SwiftUI Tutorial screenshots-3](./assets/screenshots-3.png)
![DevTutor for SwiftUI screenshots-3](./assets/screenshots-3.png)

## About SwiftUI

Expand Down Expand Up @@ -66,5 +66,5 @@ SwiftUI's flexibility and ease of use make it a powerful tool for developing mod


<!--idoc:config:
title: SwiftUI Tutorial is an application designed to assist developers in creating exceptional apps using SwiftUI -
title: DevTutor for SwiftUI is an application designed to assist developers in creating exceptional apps using SwiftUI -
-->
16 changes: 8 additions & 8 deletions README.zh.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<div align="center">
<br />
<br />
<img src="./assets/logo.png" alt="SwiftUI 教程 LOGO" width="160" height="160">
<h1>SwiftUI 教程</h1>
<img src="./assets/logo.png" alt="DevTutor LOGO" width="160" height="160">
<h1>DevTutor for SwiftUI</h1>
<!--rehype:style=border: 0;-->
<p>
<a href="./README.md">English</a> •
<a href="#常见问题解答">常见问题</a> •
<a target="_blank" href="https://wangchujiang.com/#/contact">联系&支持</a>
</p>
<p>
<a target="_blank" href="https://apps.apple.com/app/swiftui-tutorial/id6476452351" title="SwiftUI 教程 AppStore"><img alt="SwiftUI 教程 AppStore" src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1705968000" height="51">
<a target="_blank" href="https://apps.apple.com/app/devtutor/id6476452351" title="DevTutor AppStore"><img alt="DevTutor AppStore" src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1705968000" height="51">
</a>
</p>
</div>

SwiftUI 教程」是一款旨在帮助开发者使用 SwiftUI 创建出色应用程序的应用。它提供可复制的代码示例和相应的用户界面预览,以简化您的编码过程。此外,还包括了《Swift 编程语言》官方中英文文档的本地离线预览。
DevTutor」是一款旨在帮助开发者使用 SwiftUI 创建出色应用程序的应用。它提供可复制的代码示例和相应的用户界面预览,以简化您的编码过程。此外,还包括了《Swift 编程语言》官方中英文文档的本地离线预览。

![SwiftUI Tutorial screenshots-1](./assets/screenshots-1-cn.png)
![DevTutor for SwiftUI screenshots-1](./assets/screenshots-1-cn.png)

## 主要功能

- 提供可直接在您的项目中使用的样本代码
- 实时查看您的代码如何影响应用的外观
- 提供官方中英文 Swift 编程语言离线文档
- 探索第三方包集合,详见 [探索数据](https://github.com/jaywcjlove/swiftui-tutorial/blob/main/data/explore.json)
- 探索第三方包集合,详见 [探索数据](https://github.com/jaywcjlove/devtutor/blob/main/data/explore.json)
- 以及更多功能...

![SwiftUI Tutorial screenshots-2](./assets/screenshots-2-cn.png)
![DevTutor for SwiftUI screenshots-2](./assets/screenshots-2-cn.png)

![SwiftUI Tutorial screenshots-3](./assets/screenshots-3-cn.png)
![DevTutor for SwiftUI screenshots-3](./assets/screenshots-3-cn.png)

## 关于 SwiftUI

Expand Down
Loading

0 comments on commit 98caacb

Please sign in to comment.