File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Guide/SwiftUI/UseViewComponent
Play/SwiftUI/ViewComponent Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ struct IntroView: View {
19
19
Text ( " 戴铭的开发小册子 " ) . bold ( ) . font ( . largeTitle)
20
20
HStack {
21
21
Text ( " 一本活的开发手册 " )
22
- Link ( " GitHub 地址 " , destination: URL ( string: " https://github.com/KwaiAppTeam /SwiftPamphletApp " ) !)
22
+ Link ( " GitHub 地址 " , destination: URL ( string: " https://github.com/ming1016 /SwiftPamphletApp " ) !)
23
23
}
24
24
Text ( " 版本5.0 " ) . font ( . footnote)
25
25
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ struct PlayLinkView: View {
24
24
Text (" [Go Ming's GitHub](https://github.com/ming1016)" )
25
25
26
26
// 控件使用 OpenURL
27
- Link (" 小册子源码" , destination : URL (string : " https://github.com/KwaiAppTeam /SwiftPamphletApp" )! )
27
+ Link (" 小册子源码" , destination : URL (string : " https://github.com/ming1016 /SwiftPamphletApp" )! )
28
28
.environment (\.openURL , OpenURLAction { url in
29
29
return .systemAction
30
30
/// return .handled 不会返回系统打开浏览器动作,只会处理 return 前的事件。
Original file line number Diff line number Diff line change 12
12
"des" :" 科技爱好者周刊"
13
13
},
14
14
{
15
- "id" :" KwaiAppTeam /SwiftPamphletApp" ,
15
+ "id" :" ming1016 /SwiftPamphletApp" ,
16
16
"des" :" 戴铭的开发小册子"
17
17
}
18
18
]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ struct PlayLinkView: View {
33
33
Text ( " [Go Ming's GitHub](https://github.com/ming1016) " )
34
34
35
35
// 控件使用 OpenURL
36
- Link ( " 小册子源码 " , destination: URL ( string: " https://github.com/KwaiAppTeam /SwiftPamphletApp " ) !)
36
+ Link ( " 小册子源码 " , destination: URL ( string: " https://github.com/ming1016 /SwiftPamphletApp " ) !)
37
37
. environment ( \. openURL, OpenURLAction { url in
38
38
return . systemAction
39
39
/// return .handled 不会返回系统打开浏览器动作,只会处理 return 前的事件。
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ struct SPC {
11
11
static let gitHubAccessToken = " " // 在这里写上 Github 的access token。在 https://github.com/settings/tokens 申请你的access token。
12
12
static let detailMinWidth : CGFloat = 550
13
13
static let githubHost = " https://github.com/ "
14
- static let pamphletIssueRepoName = " KwaiAppTeam /SwiftPamphletApp"
14
+ static let pamphletIssueRepoName = " ming1016 /SwiftPamphletApp"
15
15
16
16
static let timerForDevsSec : Double = 160
17
17
static let timerForExpSec : Double = 125
You can’t perform that action at this time.
0 commit comments