Skip to content

Commit d633e0d

Browse files
committed
update
1 parent fe88c64 commit d633e0d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

SwiftPamphletApp/IntroView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct IntroView: View {
1919
Text("戴铭的开发小册子").bold().font(.largeTitle)
2020
HStack {
2121
Text("一本活的开发手册")
22-
Link("GitHub 地址", destination: URL(string: "https://github.com/KwaiAppTeam/SwiftPamphletApp")!)
22+
Link("GitHub 地址", destination: URL(string: "https://github.com/ming1016/SwiftPamphletApp")!)
2323
}
2424
Text("版本5.0").font(.footnote)
2525
}

SwiftPamphletApp/Resource/Guide/SwiftUI/UseViewComponent/147.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct PlayLinkView: View {
2424
Text("[Go Ming's GitHub](https://github.com/ming1016)")
2525

2626
// 控件使用 OpenURL
27-
Link("小册子源码", destination: URL(string: "https://github.com/KwaiAppTeam/SwiftPamphletApp")!)
27+
Link("小册子源码", destination: URL(string: "https://github.com/ming1016/SwiftPamphletApp")!)
2828
.environment(\.openURL, OpenURLAction { url in
2929
return .systemAction
3030
/// return .handled 不会返回系统打开浏览器动作,只会处理 return 前的事件。

SwiftPamphletApp/Resource/News/repos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"des":"科技爱好者周刊"
1313
},
1414
{
15-
"id":"KwaiAppTeam/SwiftPamphletApp",
15+
"id":"ming1016/SwiftPamphletApp",
1616
"des":"戴铭的开发小册子"
1717
}
1818
]

SwiftPamphletApp/Resource/Play/SwiftUI/ViewComponent/PlayLinkView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct PlayLinkView: View {
3333
Text("[Go Ming's GitHub](https://github.com/ming1016)")
3434

3535
// 控件使用 OpenURL
36-
Link("小册子源码", destination: URL(string: "https://github.com/KwaiAppTeam/SwiftPamphletApp")!)
36+
Link("小册子源码", destination: URL(string: "https://github.com/ming1016/SwiftPamphletApp")!)
3737
.environment(\.openURL, OpenURLAction { url in
3838
return .systemAction
3939
/// return .handled 不会返回系统打开浏览器动作,只会处理 return 前的事件。

SwiftPamphletApp/SwiftPamphletAppConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct SPC {
1111
static let gitHubAccessToken = "" // 在这里写上 Github 的access token。在 https://github.com/settings/tokens 申请你的access token。
1212
static let detailMinWidth: CGFloat = 550
1313
static let githubHost = "https://github.com/"
14-
static let pamphletIssueRepoName = "KwaiAppTeam/SwiftPamphletApp"
14+
static let pamphletIssueRepoName = "ming1016/SwiftPamphletApp"
1515

1616
static let timerForDevsSec: Double = 160
1717
static let timerForExpSec: Double = 125

0 commit comments

Comments
 (0)