Skip to content

Commit 8a69f0e

Browse files
committed
fix
1 parent 309b5d1 commit 8a69f0e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SwiftPamphletApp/Guide/CSGuideView.swift

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// Created by Ming Dai on 2024/3/14.
66
//
77

8+
// 数据可以考虑新的 pkl
9+
810
import SwiftUI
911

1012
struct TestCSGuideView: View {

SwiftPamphletApp/SwiftPamphletAppApp.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ struct SwiftPamphletAppApp: App {
1717
var body: some Scene {
1818
WindowGroup {
1919
// SwiftPamphletApp() // 老版本
20-
// HomeView() // 新版本
21-
TestCSGuideView()
20+
HomeView() // 新版本
21+
// TestCSGuideView()
2222
.modelContainer(for: [IOInfo.self], isUndoEnabled: true)
2323

2424
}

0 commit comments

Comments
 (0)