|
4 | 4 | <h1 align="center">SmartCodable - Ultimate Codable Enhancement for Swift</h1> |
5 | 5 |
|
6 | 6 | <p align="center"> |
7 | | -<a href="https://github.com/iAmMccc/SmartCodable/actions?query=workflow%3Abuild"> |
8 | | - <img src="https://img.shields.io/github/actions/workflow/status/iAmMccc/SmartCodable/build.yml?branch=main&label=build" alt="Build Status"> |
9 | | - </a> |
10 | 7 | <a href="https://github.com/iAmMccc/SmartCodable/wiki"> |
11 | 8 | <img src="https://img.shields.io/badge/Documentation-available-brightgreen.svg" alt="Documentation"> |
12 | 9 | </a> |
|
22 | 19 | <a href="https://github.com/iAmMccc/SmartCodable/blob/main/LICENSE"> |
23 | 20 | <img src="https://img.shields.io/badge/license-MIT-black.svg" alt="MIT License"> |
24 | 21 | </a> |
25 | | -</p> |
| 22 | +<a href="https://deepwiki.com/intsig171/SmartCodable"> |
| 23 | + <img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"> |
| 24 | +</a> |
| 25 | +</P> |
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 | ### 中文 | [English](https://github.com/iAmMccc/SmartCodable) |
@@ -76,7 +77,7 @@ SmartCodable 通过增强苹果原生的 Codable 能力,为 Swift 数据解析 |
76 | 77 | | **错误日志** | 提供兼容性处理的故障排查日志 | ✅ | ❌ | |
77 | 78 | | **安全性** | 实现稳定性和安全性更高 | ✅ | ❌ | |
78 | 79 |
|
79 | | -[👉 **SmartCodable - 与HandyJSON对比**](https://github.com/iAmMccc/SmartCodable/blob/develop/Document/README/CompareWithHandyJSON.md) |
| 80 | +[👉 **SmartCodable - 与HandyJSON对比**](https://github.com/iAmMccc/SmartCodable/blob/main/Document/README/CompareWithHandyJSON.md) |
80 | 81 |
|
81 | 82 | **核心优势**: |
82 | 83 |
|
@@ -464,7 +465,7 @@ if let model = PublishedModel.deserialize(from: dict) { |
464 | 465 |
|
465 | 466 | 该功能由于使用了 **Swift Macro**,需要使用 **Swift 5.9+**,对应的 **iOS 13+**,因此只在SmartCodable的5.0+版本中支持。 |
466 | 467 |
|
467 | | -> 如需要在更低版本使用继承,请查看: [低版本中的继承](https://github.com/iAmMccc/SmartCodable/blob/main/Document/Suggest/suggest2.md) |
| 468 | +> 如需要在更低版本使用继承,请查看: [低版本中的继承](https://github.com/iAmMccc/SmartCodable/blob/main/Document/QA/QA2.md) |
468 | 469 |
|
469 | 470 | 如果你需要继承,请使用 `@SmartSubclass` 标注为子类。 |
470 | 471 |
|
@@ -774,7 +775,7 @@ SmartSentinel.onLogGenerated { logs in } |
774 | 775 |
|
775 | 776 | [👉 **SmartCodable测试**](https://github.com/iAmMccc/SmartCodable/blob/main/Document/README/HowToTest.md) |
776 | 777 |
|
777 | | -[👉 **学习SmartCodable**](https://github.com/iAmMccc/SmartCodable/blob/develop/Document/README/LearnMore.md) |
| 778 | +[👉 **学习SmartCodable**](https://github.com/iAmMccc/SmartCodable/blob/main/Document/README/LearnMore.md) |
778 | 779 |
|
779 | 780 |
|
780 | 781 |
|
|
0 commit comments