feat: add GitHub community and bug workflows

This commit is contained in:
xweiba
2026-08-08 16:55:17 +08:00
parent b07fa61195
commit 8cc65172b2
13 changed files with 345 additions and 83 deletions
+5
View File
@@ -1,6 +1,11 @@
import SafariServices
import SwiftUI
struct SafariDestination: Identifiable {
let id = UUID()
let url: URL
}
struct SafariView: UIViewControllerRepresentable {
let url: URL