Skip to content

Commit f9c6a85

Browse files
committed
chore: 更新版本检查地址及下载链接
1 parent f6589e3 commit f9c6a85

5 files changed

Lines changed: 5 additions & 69 deletions

File tree

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/latest.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDYzNUM1OTI0QTY2NTFBN0EKUldSNkdtV21KRmxjWXpCL2xYUzBPdHVtbkZkYzdtR09ZeDNEQTFHK3JXOGY1S0hHR2VZc1c0YmMK",
6969
"dialog": false,
7070
"endpoints": [
71-
"https://cdn.jsdelivr.net/gh/VenenoSix24/igolib-ldu@tauri-ts/docs/latest.json",
72-
"https://hk.gh-proxy.org/https://raw.githubusercontent.com/VenenoSix24/igolib-ldu/refs/heads/tauri-ts/docs/latest.json",
71+
"https://cdn.jsdelivr.net/gh/VenenoSix24/igolib-ldu-web@main/public/latest.json",
72+
"https://hk.gh-proxy.org/https://raw.githubusercontent.com/VenenoSix24/igolib-ldu-web/refs/heads/main/public/latest.json",
7373
"https://igolib.ivyris.top/latest.json"
7474
]
7575
}

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function App() {
3030
const currentVer = await getVersion();
3131

3232
// 获取远程版本信息
33-
const response = await fetch("https://cdn.jsdelivr.net/gh/VenenoSix24/igolib-ldu@tauri-ts/docs/latest.json", {
33+
const response = await fetch("https://cdn.jsdelivr.net/gh/VenenoSix24/igolib-ldu-web@main/public/latest.json", {
3434
method: 'GET',
3535
headers: {
3636
'User-Agent': 'igolib-ldu-updater'
@@ -50,7 +50,7 @@ function App() {
5050
version: latestVer,
5151
body: data.notes,
5252
isExternal: true,
53-
downloadUrl: "https://gh-proxy.org/https://github.com/VenenoSix24/igolib-ldu/releases/latest"
53+
downloadUrl: "https://igolib.ivyris.top/download"
5454
} as any);
5555
}
5656
}

src/pages/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ export default function Dashboard() {
720720
) : (
721721
// 下拉选择模式
722722
<select
723-
className="w-full h-10 rounded-md border border-slate-200 bg-white px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 dark:bg-neutral-950 dark:border-neutral-700 dark:text-white font-mono"
723+
className="w-full h-10 rounded-md border border-slate-200 bg-white px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 dark:bg-[rgb(16,16,16)] dark:border-neutral-700 dark:text-white font-mono"
724724
value={selectedSeatKey}
725725
onChange={(e) => {
726726
setSelectedSeatKey(e.target.value);

0 commit comments

Comments
 (0)