feat: 统一 Commilitia Drop 全客户端命名与分发

This commit is contained in:
2026-07-31 22:56:10 +08:00
parent f7b0f04c9c
commit c480f0d1c2
77 changed files with 861 additions and 263 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ final class ShareViewController: UIViewController
// completeRequest app
private func openAndFinish()
{
if let url = URL(string: "cdrop://share") { openViaResponder(url) }
if let url = URL(string: "commilitia-drop://share") { openViaResponder(url) }
DispatchQueue.main.asyncAfter(deadline: .now() + 0.35)
{ [weak self] in
self?.extensionContext?.completeRequest(returningItems: nil)