|
@@ -176,14 +176,14 @@ export default function App() {
|
|
|
title: "Windows",
|
|
title: "Windows",
|
|
|
desc: "门店采购主力端",
|
|
desc: "门店采购主力端",
|
|
|
isAvailable: true,
|
|
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,
|
|
icon: Laptop,
|
|
|
title: "MacOS",
|
|
title: "MacOS",
|
|
|
desc: "总部与采购办公",
|
|
desc: "总部与采购办公",
|
|
|
isAvailable: true,
|
|
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: Smartphone, title: "iOS", desc: "敬请期待", isAvailable: false },
|
|
|
{ icon: TabletSmartphone, title: "Android", 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">
|
|
<div className="mt-9 flex flex-col gap-3 sm:flex-row">
|
|
|
<button
|
|
<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">
|
|
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" />
|
|
<MonitorDown className="h-5 w-5" />
|
|
|
下载客户端(Windows)
|
|
下载客户端(Windows)
|
|
|
</button>
|
|
</button>
|
|
|
<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">
|
|
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" />
|
|
<Laptop className="h-5 w-5" />
|
|
|
下载客户端(Mac)
|
|
下载客户端(Mac)
|