From de9c6db91bdc07f529f1b14811e051b644d926f0 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 5 Jan 2025 19:12:22 +0800 Subject: [PATCH] Update #319-2025.01.06.md --- Reports/2025/#319-2025.01.06.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reports/2025/#319-2025.01.06.md b/Reports/2025/#319-2025.01.06.md index 92e145b4..3abe5100 100644 --- a/Reports/2025/#319-2025.01.06.md +++ b/Reports/2025/#319-2025.01.06.md @@ -47,7 +47,7 @@ [@CrazyCoderShi](https://github.com/CrazyCoderShi): 如标题所言,Flutter 的 UI 组件编码方式一直被开发者们所诟病,本文通过对与 SwiftUI 和 ArkUI 以及参考 Flutter 新一年的 roadmap 做出了一些简单类比。在小编看来这不失为是一个代码结构的优化,毕竟末尾的 '括号山' 还是很高的。 -### [Xcode Library customization with SPM plugin](https://www.artemnovichkov.com/blog/xcode-library-customization-with-spm-plugin) +### 🐕 [Xcode Library customization with SPM plugin](https://www.artemnovichkov.com/blog/xcode-library-customization-with-spm-plugin) [@Kyle-Ye](https://github.com/Kyle-Ye): 本文探讨了如何通过 Swift Package Manager 插件自动将自定义 SwiftUI 视图和修饰符集成到 Xcode Library 中。