钱新宇 vor 1 Monat
Ursprung
Commit
421fb38508
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      proprice/src/App.tsx

+ 4 - 4
proprice/src/App.tsx

@@ -176,14 +176,14 @@ export default function App() {
         title: "Windows",
         desc: "门店采购主力端",
         isAvailable: true,
-        url: "https://priceapi.kailin.com.cn/desktop-updates/%E8%8D%AF%E6%98%93%E9%87%87-x64.exe",
+        url: "https://priceapi.kailin.com.cn/desktop-updates/%E6%99%BA%E4%BB%B7%E4%BA%91-x64.exe",
       },
       {
         icon: Laptop,
         title: "MacOS",
         desc: "总部与采购办公",
         isAvailable: true,
-        url: "https://priceapi.kailin.com.cn/desktop-updates/%E8%8D%AF%E6%98%93%E9%87%87-arm64.dmg",
+        url: "https://priceapi.kailin.com.cn/desktop-updates/%E6%99%BA%E4%BB%B7%E4%BA%91-arm64.dmg",
       },
       { icon: Smartphone, title: "iOS", desc: "敬请期待", isAvailable: false },
       { icon: TabletSmartphone, title: "Android", desc: "敬请期待", isAvailable: false },
@@ -302,13 +302,13 @@ export default function App() {
 
               <div className="mt-9 flex flex-col gap-3 sm:flex-row">
                 <button
-                  onClick={() => window.open("http://8.135.32.236:8001/desktop-updates/%E8%8D%AF%E6%98%93%E9%87%87-x64.exe")}
+                  onClick={() => window.open("https://priceapi.kailin.com.cn/desktop-updates/%E6%99%BA%E4%BB%B7%E4%BA%91-x64.exe")}
                   className="inline-flex h-13 items-center justify-center gap-2 rounded-md bg-primary px-6 font-bold text-white shadow-[0_16px_36px_rgba(37,99,235,0.35)] transition hover:-translate-y-0.5 hover:bg-blue-500">
                   <MonitorDown className="h-5 w-5" />
                   下载客户端(Windows)
                 </button>
                 <button
-                  onClick={() => window.open("https://priceapi.kailin.com.cn/desktop-updates/%E8%8D%AF%E6%98%93%E9%87%87-arm64.dmg")}
+                  onClick={() => window.open("https://priceapi.kailin.com.cn/desktop-updates/%E6%99%BA%E4%BB%B7%E4%BA%91-arm64.dmg")}
                   className="inline-flex h-13 items-center justify-center gap-2 rounded-md bg-primary px-6 font-bold text-white shadow-[0_16px_36px_rgba(37,99,235,0.35)] transition hover:-translate-y-0.5 hover:bg-blue-500">
                   <Laptop className="h-5 w-5" />
                   下载客户端(Mac)