mirror of
https://github.com/snowykami/server-status-web.git
synced 2025-09-06 12:46:24 +00:00
🐛 修复文件名大小写不一致问题并更新在线超时设置
This commit is contained in:
@ -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') {
|
||||
|
@ -50,4 +50,5 @@ const props = defineProps<{
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user