🐛 修复文件名大小写不一致问题并更新在线超时设置

This commit is contained in:
2025-01-03 21:57:48 +08:00
parent 09ecd746e8
commit 4c3b06595d
4 changed files with 538 additions and 438 deletions

View File

@ -1,4 +1,4 @@
export const onlineTimeout = 30
export let onlineTimeout = 60
export function getReleaseInfo(name: string, release: string): { name: string, icon: string } {
if (name.toLowerCase() == 'windows') {

View File

@ -50,4 +50,5 @@ const props = defineProps<{
opacity: 0;
}
}
</style>