Selaa lähdekoodia

【综合】替换检测更新调整到APPStore链接

wanjun 8 kuukautta sitten
vanhempi
commit
5a9871bf7d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      PDF Office/PDF Master/AppDelegate.swift

+ 1 - 1
PDF Office/PDF Master/AppDelegate.swift

@@ -901,7 +901,7 @@ extension AppDelegate : SUUpdaterDelegate {
     }
     
     func upgradeAPP(with updater: SUUpdater) {
-        let string = "macappstore://apps.apple.com/cn/app/pdf-master-ai-pdf/id6446781258?mt=12"
+        let string = "macappstore://apps.apple.com/app/id825459243?mt=12"
         let url: URL = URL(string: string)!
         NSWorkspace.shared.open(url)
     }