mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
prioritise local versions
This commit is contained in:
parent
85df3794e8
commit
6ffa41e0d6
@ -410,7 +410,7 @@ async function onSettingWindowCreated(view: Element) {
|
||||
return
|
||||
}
|
||||
if (!ResultVersion.result) {
|
||||
titleDom.innerHTML = '当前已是最新版本 v' + ResultVersion.version
|
||||
titleDom.innerHTML = '当前已是最新版本 v' + version
|
||||
buttonDom.innerHTML = '无需更新'
|
||||
} else {
|
||||
titleDom.innerHTML = `当前版本为 v${version},最新版本为 v${ResultVersion.version}`
|
||||
|
Loading…
x
Reference in New Issue
Block a user